AP Computer Science Algorithms Review Quizziz

AP Computer Science Algorithms Review Quizziz

10th Grade

11 Qs

quiz-placeholder

Similar activities

Synthetic Fibres and Plastics

Synthetic Fibres and Plastics

8th - 10th Grade

16 Qs

CODE: PROGRAMMING WITH ANGRY BIRDS

CODE: PROGRAMMING WITH ANGRY BIRDS

8th - 12th Grade

11 Qs

Dispersion

Dispersion

9th - 10th Grade

14 Qs

Population Distribution Clumped

Population Distribution Clumped

9th - 10th Grade

14 Qs

Scientific Skills #4

Scientific Skills #4

7th - 10th Grade

16 Qs

Chapter 5-Pastes and Mixtures

Chapter 5-Pastes and Mixtures

10th Grade

10 Qs

AI Vocabulary Quiz Group 3

AI Vocabulary Quiz Group 3

9th - 12th Grade

16 Qs

SPOT-ify Your Next Music Playlist Challenge

SPOT-ify Your Next Music Playlist Challenge

9th - 12th Grade

11 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 17+ 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?