Chapter 1
Chapter 2
Chapter 3 + 4
Chapter 5
Chapter 6
100
A set of instructions a computer follows to perform a task.
What is a program
100
A group of programming statements that collectivley has a name.
What is a library
100
Variable for storing whole number values
What is an integer variable
100
pixiles which collectivly create an image
What is a bitmap
100
A symbol which decides whether a statement is true or false
What is a boolean
200
Physical devices that the computer is made of
What is hardware
200
Function call that causes the program to wait till a key is pressed to continue.
What is dbWaitKey()
200
Variable for storing numbers that include decimals
What is a float-point type variable
200
function which blurs the bitmap
What is dbBlurBitmap
200
The boolean symbol which means "not" or "The opposite of"
What is !
300
Part of the computer that runs the programs
What is the CPU
300
A short note, which is skipped over while the computer is compileing.
What is a comment
300
Variable for storing color
What is a DWORD
300
Function which flips the bitmap
What is dbFlipBitmap
300
Program structure where the program never ends and keeps repeating
What is an infinte loop
400
Has enough storage to store a single letter of the alphabet of a small number.
What is a byte
400
Blank lines and indentations placed into the code to make it look cool.
What is style
400
Area whose boundries decided by brackets ( "{ }" ) where variable defined inside only pertain to that area
What is scope (not the mouth wash)
400
The numbers which you can assign an image too
What is 0 - 31
400
DAILY DOUBLE!!!! (not really) An internet message which can be sent, replied too, fowarded, and deleted. (sometimes it just an add for ham) Real Answer: when a program goes through a loop, it goes through this
What is an iteration
500
Memory type used for temporary storage while a program is running.
What is RAM
500
Refers to number of pixles in a display
What is resolution
500
Function for generating a random number
What is dbRND()
500
number of bitmaps that can be loaded at once
What is 32
500
Loop which the boolean is evaluated after the loop is run once
What is a do-loop
M
e
n
u