Chapter 1 + 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
100
Who is a person with the training and skills necessary to design, create, and test computer programs?
A Programmer
100
What color is dbRGB(0, 255, 0);?
Green
100
What are peices of data that are sent into a function and can be used in calculations or other operations?
Arguments
100
What is 1 of the 2 colors that are commonly used as key colors?
Blue or Green
100
What is an expression that can be evaluated as either true or false?
Boolean Expression
200
What is main memory commonly known as?
RAM or Random-Access Memory
200
What is used in the Dark GDK color system to define colors?
RGB
200
What is an approach that helps to solve a large problem by dividing it into several smaller problems?
Divide and Conquer
200
With the dbLoadBitmap function, you can load up to how many images into memory at a time?
32
200
Instead of writing the same sequence over and over, a better way to preform an operation repeatedly is by doing what?
By using loop
300
What does the term "bit" stand for?
Binary Digit
300
What is a function that generates a random number?
dbRND
300
What is the first line known as that marks the beginning of the function definition?
Function Header
300
What is a term that refers to a set of data that describes every pixel in an image?
Bitmap
300
What is it called when the programmer forgets to write code inside the loop that makes the test condition false and the program does not have a way of stopping?
Infinite Loop
400
What is a peice of data that you send to a function when you call it?
an Argument
400
What is it called when the first character of the second and subsequent word is written in uppercase?
camelCase
400
What is a commonly used term to describe the part of a program in which a variable may be accessed?
Scope
400
What is a function that flips a bitmap vertically?
dbFlipBitmap
400
What goes on the first line of the "for" loop?
Loop Header
500
What is fake code?
Pseudocode
500
What is a function that returns the computers internal system in milliseconds?
dbTimer
500
What is a variable that is declared inside a function?
Local Variable
500
What is widely used for special effects in movies and television that allows filmakers to blend two images, making them appear as one?
Chroma Key
500
What is used to create complex boolean expressions?
Logical Operators
M
e
n
u