AP CSP Algorithms

AP CSP Algorithms

10th - 12th Grade

23 Qs

quiz-placeholder

Similar activities

Flow Charts

Flow Charts

9th - 10th Grade

20 Qs

Edublocks nested if

Edublocks nested if

6th - 12th Grade

18 Qs

Practice for 8th AP CSP quiz

Practice for 8th AP CSP quiz

10th - 12th Grade

20 Qs

Programming Quiz

Programming Quiz

1st - 10th Grade

20 Qs

Code.org Algorithms AP CSP

Code.org Algorithms AP CSP

10th - 12th Grade

23 Qs

GCSE Computer Science Programming Knowledge Check Jan 19

GCSE Computer Science Programming Knowledge Check Jan 19

10th Grade

20 Qs

Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 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?