Student Name: ______Term 1 -- Learning Log & Vocabulary Programming Concept or Explanation and/or Definition Vocabulary Term

PROGRAMMING BASICS Objects & Classes

What is OOP?

What is a Game Engine?

What is an Object?

What are Attributes (or Properties)? List three attributes of your buddy 1. (partner sitting next to you): 2. 3. What are Behaviors (or Methods)?

List three behaviors of your buddy 1. (partner sitting next to you): 2. (For example, what are some things 3. that your partner “does” or is “good at” like a talent)

MOTOR VEHICLES Student Name: ______Term 1 -- Learning Log & Vocabulary List three attributes these motor 1. vehicles share: 2. (What do they all have?) 3.

List three behaviors these motor 1. vehicles share: 2. (What can they all do?) 3.

What is a Class?

C# Code Basics What is the first Method run in a program called?

What symbols define related blocks of code?

How does the computer write to the monitor?

How do you command the computer’s window to stay open?

What is the speed key for running a program? Student Name: ______Term 1 -- Learning Log & Vocabulary How do you add an existing class?

In what Method do you create an object of a class?

What is the syntax to create an object of a class?

What is the syntax to call a Method of a class?

What are properties?

How do you send a message to a textbox in a Windows Form Application?

When you double click on a button while programming, what does it do?

What is the syntax to clear, show, and hide a textbox?

What is the syntax to close a form? Student Name: ______Term 1 -- Learning Log & Vocabulary What C# Class deals with sound?

What Method in the SoundPlayer Class plays the sound?

What is the syntax to create a SoundPlayer object?

What is the syntax to call the play method of the SoundPlayer class?

EQUATIONS & VARIABLES Order of Operations

How do we write equations in C#? Variables

Camel Casing

Constants

SIMPLE DATA TYPES Whole Numbers or Integers Student Name: ______Term 1 -- Learning Log & Vocabulary Real Numbers or Decimals

Character

What is the syntax to declare the following simple data types?

COMPLEX DATA TYPES Objects & Classes

Classes

Encapsulation

Console.ReadLine( );

Parse Method

Console.WriteLine( );

Console.WriteLine( ); Placeholder Student Name: ______Term 1 -- Learning Log & Vocabulary Assignment Statements What side of the equation is the answer on in computer programming?

What are the syntax signs for the following operations?