Home
Return to Lesson Plan
Hot Potatoes Quiz
Download Interactive Quiz
Note
: You may need to activate ActiveX on your browser
Below is a web page equivalent of the Hot Potatoes quiz.
Programming in Visual Basic 2005 is different from most other programming environments because first you should
?
write the code.
?
input the data.
?
name the buttons.
?
draw the interface.
Programming in Visual Basic 2005 is different from most other programming environments because first you should
?
write the code.
?
input the data.
?
name the buttons.
?
draw the interface.
Which of the following is NOT considered to be one of the three basic operations of a computer?
?
input
?
output
?
processing
?
storage
The process of finding and correcting errors in a program is called
?
pseudocoding.
?
debugging.
?
algorithms.
?
development cycles.
A graphical depiction of the logical steps to carry out a task and show how the steps relate to each other is called a(n)
?
flowchart.
?
pseudocode.
?
algorithm.
?
hierarchy chart.
Which one of the following is NOT one of the three basic types of statement structures?
?
sequence
?
loop
?
decision
?
input/output
Home