Chpt. 3 Vocab

About this set

Created by:

NJB93  on October 29, 2010

Subjects:

ap computer science a

Log in to favorite or report as inappropriate.
Pop out
No Messages

You must log in to discuss this set.

Chpt. 3 Vocab

Development activities
1) Establishing the requirements. 2) Creating a design. 3) Implementing the code. 4) Testing the implementation.
1/13

Study:

Cards (new!)

Learn

Test

Speller

Scatter

Games:

Scatter

Space Race

Tools:

Export

Copy

Combine

Embed

Order by

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.

Set Champions

Scatter Champion

51.7 secs by NJB93 

Completed “Learn” mode

NJB93