APCSP Unit 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

Algorithm

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

2
New cards

Control Structure

One or more programming language statements that control the flow of a computer program.

3
New cards

Sequence

One or more statements in a computer program.

4
New cards

Selection

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
New cards

Iteration

Repetition.