NAME: ________________________

Chpt. 3 Vocab Test

Question Types


Prompt With


Question Limit

of 13 available terms

5 Written Questions

4 Multiple Choice Questions

  1. 1) Establishing the requirements. 2) Creating a design. 3) Implementing the code. 4) Testing the implementation.
  2. A java reserved word for a repitition construct. A _____ statement is executed zero or more times and is usually used when the number of times it will execute is known.
  3. A java reserved word that designates that part of code in an if statement that will be executed if the conditional is false.
  4. A java reserved word fora repitition construct. A _____ statement is executed zero or more times.

4 True/False Questions

  1. AlgorithmA step-by-step process for solving a problem. A program is based on one or more algorithms.

          

  2. Block statementA group of programming statements and declarations, which appear in braces, { }.

          

  3. ifA java reserved word for a simple conditional construct.

          

  4. Flow of controlA variation of the for loop which lets us process the items in an iterator.