Show:
Questions
Responses
Print
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
100
RAM
What is Random Access Memory
100
A line of code with // in front of it
What is a comment
100
What will a dbPrint(); command return?
What is a string
100
What is one benefit of using functions?
What is any of Simpler Code, Code Reuse, Better Testing, Faster Development, or Easier Facilitation of Teamwork
100
What refers to a set of data that describes every pixel in an image?
What is a bitmap?
200
Bit is what number when off?
What is 0
200
The width of the default window?
What is 640
200
What does atoi do?
What is converts a string to a integer
200
What is a statement that declares the existence of a function, but does not define it/
What is a function protoype
200
Which is the only bitmap displayed on the screen?
What is 0
300
Can represent characters from around the world
What is Unicode
300
How many arguments does dbDot take?
What is 2
300
What is the variable that holds color?
What is a DWORD
300
What is the part of a program where a variable may be accessed?
What is a scope
300
Color key is known as?
What is Chroma Key
400
Which code represents letters from bits?
What is ASCII
400
What is the third argument in dbCircle?
What is the radius
400
What does RGB stand for?
What is Red, Blue, Green
400
What kind of variable that is declared outside of all the functions in a program?
What is a global variable
400
1 through 65,535 is what?
What is the range of integers an image must be
500
What is the method used when representing negative numbers?
What is floating point
500
What is the will this draw? dbCircle(250, 120, 25) dbCircle(250, 120, 50) dbCircle(250, 120, 75) dbCircle(250, 120, 100)
What is four concentric circles
500
How many bit are needed in a variable to store a color?
What is 32
500
What is a named constant that is available to every function in the program?
What is a global constant?
500
What is the primary color in color key?
What is green