Chpt. 3 Vocab
Order by
13 terms
Terms | Definitions |
|---|---|
Development activities | 1) Establishing the requirements. 2) Creating a design. 3) Implementing the code. 4) Testing the implementation. |
if | A java reserved word for a simple conditional construct. |
Nested if statement | An if statement inside another if statement. |
Flow of control | The order in which statements are executed. |
Algorithm | A step-by-step process for solving a problem. A program is based on one or more algorithms. |
Foreach loop | A variation of the for loop which lets us process the items in an iterator. |
Software requirements | The things that a program must accomplish. |
for | 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. |
Conditional statement | A statement that is exectued if a particular condition is true. |
Software design | Describes how a program will meet the requirements. |
while | A java reserved word fora repitition construct. A _____ statement is executed zero or more times. |
Block statement | A group of programming statements and declarations, which appear in braces, { }. |
else | A java reserved word that designates that part of code in an if statement that will be executed if the conditional is false. |
First Time Here?
Welcome to Quizlet, a fun, free place to study. Try these flashcards, find others to study, or make your own.