AP CSP Algorithms

AP CSP Algorithms

10th - 12th Grade

23 Qs

quiz-placeholder

Similar activities

Algorithm AP CSP

Algorithm AP CSP

10th - 12th Grade

23 Qs

MOD & Pseudocode

MOD & Pseudocode

9th - 12th Grade

20 Qs

GCSE - Algorithms 1

GCSE - Algorithms 1

9th - 10th Grade

20 Qs

pseudo code level 2

pseudo code level 2

9th - 12th Grade

20 Qs

AQA GCSE Computer Science Paper 1

AQA GCSE Computer Science Paper 1

9th - 11th Grade

20 Qs

Unit-1 Computational Thinking

Unit-1 Computational Thinking

9th - 12th Grade

20 Qs

Sequence algorithms

Sequence algorithms

9th - 12th Grade

18 Qs

Algorithm Unit

Algorithm Unit

10th - 12th Grade

23 Qs

AP CSP Algorithms

AP CSP Algorithms

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Dr. Moriarty

Used 243+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following algorithm display?
 \leftarrow   13
 \leftarrow   17
 \leftarrow   a + 1
 \leftarrow   a/7
DISPLAY(c)
DISPLAY(a)
DISPLAY(b)

2, 14, 17

13, 17, 5

2, 12, 2

14, 17, 2

2.

MULTIPLE CHOICE QUESTION

30 sec • 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

30 sec • 1 pt

What will the following algorithm display?

a ← 11

a ← a + 35

a ← a + 6

a ← a MOD 2

a ← a x b

DISPLAY (a)

0

42

84

126

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Extra Credit: Before deciding on a Hedgehog, Sega originally planned to make Sonic a...

rabbit

goose

cat

dinosaur

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following display?

a ← "Milk"

a ← "Cookies Soda"

a ← "Chips"

b ← a + "put them in a bag so they stay crisp"

Milk

Milk Cookies Soda

Put them in a bag so they crisp

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value displayed after the program is run?
 \leftarrow  8
 \leftarrow  3
 \leftarrow  2
 \leftarrow  b * c
 \leftarrow  c+4
display "a"
display (c)

a  8

a  6

8  6

16  4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 What is the value displayed after the program is run?
 \leftarrow  8
 \leftarrow  3
 \leftarrow  2
 \leftarrow  b*c
 \leftarrow   c+4
DISPLAY("a")
DISPLAY("c")

a  8

a  c

8  6

16  4

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?