NAME: ________________________
← Chpt. 3 Vocab Test
5 Written Questions
4 Multiple Choice Questions
- 1) Establishing the requirements. 2) Creating a design. 3) Implementing the code. 4) Testing the implementation.
- 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.
- A java reserved word that designates that part of code in an if statement that will be executed if the conditional is false.
- A java reserved word fora repitition construct. A _____ statement is executed zero or more times.
4 True/False Questions
-
Algorithm → A step-by-step process for solving a problem. A program is based on one or more algorithms.
-
Block statement → A group of programming statements and declarations, which appear in braces, { }.
-
if → A java reserved word for a simple conditional construct.
-
Flow of control → A variation of the for loop which lets us process the items in an iterator.
Regenerate Test