AP Computer Science Algorithms Review Quizziz

AP Computer Science Algorithms Review Quizziz

10th Grade

11 Qs

quiz-placeholder

Similar activities

Genetic Drift

Genetic Drift

10th Grade - University

15 Qs

CODE: PROGRAMMING WITH ANGRY BIRDS

CODE: PROGRAMMING WITH ANGRY BIRDS

8th - 12th Grade

11 Qs

Robotics Q1W1 Vocab

Robotics Q1W1 Vocab

6th - 12th Grade

15 Qs

SPOT-ify Your Next Music Playlist Challenge

SPOT-ify Your Next Music Playlist Challenge

9th - 12th Grade

11 Qs

4 Planarian Behavior Pre-Lab

4 Planarian Behavior Pre-Lab

10th - 12th Grade

15 Qs

Structure of Water and Hydrogen Bonding

Structure of Water and Hydrogen Bonding

9th - 12th Grade

10 Qs

CS IGCSE Unit 2. Logic Gates

CS IGCSE Unit 2. Logic Gates

10th Grade

15 Qs

Inherited Traits and Learned Behaviors

Inherited Traits and Learned Behaviors

5th Grade - University

15 Qs

AP Computer Science Algorithms Review Quizziz

AP Computer Science Algorithms Review Quizziz

Assessment

Quiz

Science

10th Grade

Hard

NGSS
MS-ETS1-1, MS-ETS1-2, MS-ETS1-3

Standards-aligned

Created by

Chase Choi

Used 19+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What will the following algorithm display?

a ← 13
b ← 17
a ← a + 1
c ← a / 7
DISPLAY(c)
DISPLAY(a)
DISPLAY(b)

2 14 17

13 17 5

2 12 2

14 17 2

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the following algorithm display?

a ← 13
a ← 17
a ← a + 1
DISPLAY(a)

13

17

18

19

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the following algorithm display?

a ← "Milk"
a ← a + "Cookies Soda"
a ← a + "Chips"
b ← a + "put them in a bag so you know they stay crisp"
DISPLAY(b)

Milk

Milk Cookies Soda

Put them in a bag and they stay crisp

Milk Cookies Soda Chips put them in a bag so you know they stay crisp

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a ← 13 MOD 26

DISPLAY (a)

26

13

8

0

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will the following algorithm display?

a ← 26 MOD 13
DISPLAY (a)

26

13

8

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the percentage that this algorithm displays true?

DISPLAY(RANDOM(5, 9) > 9)

0%

20%

60%

100%

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With Boolean, what does "A OR B" mean?

Neither A or B can be true for the condition to be true

If A is true, then the condition is true

If B is not true, then the condition is always true

Both A and B must be true for the condition to be true

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?