Computer Programming 1 - 2 Question Preview (ID: 18071)


Computer Programming 1 - Part 2. TEACHERS: click here for quick copy question ID numbers.

What is the term for placing loops inside of other loops?
a) Nesting
b) Loopception
c) Layering
d) Planning

A loop with no sentinel to control it is called:
a) Infinite loop
b) Endless loop
c) Loop
d) An error

What is the keyword for indicating the end of a case?
a) Break
b) Case
c) Switch
d) End

What is the keyword that accompanies a switch to indicate the different programming paths?
a) Case
b) Else
c) If
d) Switch

What is the keyword for a loop that requires an initial value, a comparison, and an incrementor?
a) For
b) While
c) Do-While
d) If-Else

What is the keyword for a loop that guarantees execution at least once?
a) Do-While
b) While
c) For
d) If-Else

Which of these allows the program to take different paths in its programming?
a) Switch
b) Int
c) While
d) For

Which of these allows the program to take different paths in its programming?
a) If-Else
b) For
c) Do-While
d) While

In computer programming, ethics do not exist.
a) False
b) True
c)
d)

Computer programmers need to be aware of what information their programs access.
a) True
b) False
c)
d)

Play Games with the Questions above at ReviewGameZone.com
To play games using the questions from above, visit ReviewGameZone.com and enter game ID number: 18071 in the upper right hand corner or click here.

TEACHERS / EDUCATORS
Log In
| Sign Up / Register