AP CSP - Vocab

AP CSP - Vocab

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

6 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is an algorithm?

Back

An algorithm is a precise sequence of instructions for processes that can be implemented in a programming language and executed by a computer.

2.

FLASHCARD QUESTION

Front

What is a control structure?

Back

A control structure is one or more programming language statements that control the flow of a computer program.

3.

FLASHCARD QUESTION

Front

What is a sequence?

Back

The sequence control structure is simple a sequence of one or more statements in a computer program

4.

FLASHCARD QUESTION

Front

What is selection?

Back

In a selection structure, a question is asked, and depending on the answer, the program takes one of two courses of action, after which the program moves on to the next event.

5.

FLASHCARD QUESTION

Front

What is repetition?

Back

A repetition structure, or loop, is used when a program needs to repeatedly process one or more instructions until some condition is met, at which time the loop ends.

6.

FLASHCARD QUESTION

Front

What is iteration?

Back

Iteration is another term for repetition