AP CSP 5 - Algorithms

AP CSP 5 - Algorithms

Assessment

Flashcard

Computers

12th Grade

Easy

Created by

MICHAEL DREZEK

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

11 questions

Show all answers

1.

FLASHCARD QUESTION

Front

algorithm

Back

a step-by-step procedure for solving a problem

2.

FLASHCARD QUESTION

Front

sequencing

Back

putting commands in the correct order so computers can read the commands properly

3.

FLASHCARD QUESTION

Front

selection

Back

the point where decisions are made in an algorithm

4.

FLASHCARD QUESTION

Front

iteration

Back

Doing this in loops is to systematically move through each item in a set of data. Executing code for each item is an iteration of the code. Often, when creating a program, we need to try again and again. Then, even when it's working, we often improve on it and update it. The process of repetition and re-creating the project.

5.

FLASHCARD QUESTION

Front

flow charts

Back

A chart that helps to visualize algorithms

6.

FLASHCARD QUESTION

Front

boolean

Back

A data type that represents the value of True or False. In Python it must be capitalized True. In JavaScript and Java it's all lowercase true.

7.

FLASHCARD QUESTION

Front

De Morgan's Law

Back

NOT (A AND B) = NOT A OR NOT B So NOT A AND NOT B = NOT (A OR B)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?