AP CS Principles ALGORITHMS AND PROGRAMMING

AP CS Principles ALGORITHMS AND PROGRAMMING

Assessment

Flashcard

Computers

11th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

34 questions

Show all answers

1.

FLASHCARD QUESTION

Front

In a binary number system, how many digits are used to represent each value?

Back

2

2.

FLASHCARD QUESTION

Front

Look at the image and consider the pseudocode. What type of loop is represented by the structure? Options: While loop, Do-while loop, For loop, Infinite loop

Back

For loop

3.

FLASHCARD QUESTION

Front

What are the two possible results of testing a condition?

Back

TRUE and FALSE

4.

FLASHCARD QUESTION

Front

What is an algorithm?

Back

Step by step instructions to solve a problem

5.

FLASHCARD QUESTION

Front

people = ["jo", "maya", "jay"]
print (people[1])
what would this result be?

Back

maya

6.

FLASHCARD QUESTION

Front

You are working on a program that requires executing a block of code as long as a specific condition is true. What programming construct is most suitable for this situation?

Back

Loop

7.

FLASHCARD QUESTION

Front

What does this pseudocode segment do?

Back

Calculates the average of five scores

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?