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.


  1. Programming in Visual Basic 2005 is different from most other programming environments because first you should
    1.   write the code.
    2.   input the data.
    3.   name the buttons.
    4.   draw the interface.   
  2. Which of the following is NOT considered to be one of the three basic operations of a computer?
    1.   input
    2.   output
    3.   processing
    4.   storage                    
  3. The process of finding and correcting errors in a program is called
    1.   pseudocoding.
    2.   debugging.               
    3.   algorithms.
    4.   development cycles.
  4. 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)
    1.   flowchart.                  
    2.   pseudocode.
    3.   algorithm.
    4.   hierarchy chart.
  5. Which one of the following is NOT one of the three basic types of statement structures?
    1.   sequence
    2.   loop
    3.   decision
    4.   input/output              


Home