AP CSP Exam Review

AP CSP Exam Review

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

C++

C++

11th Grade

20 Qs

Unit 3 Review

Unit 3 Review

10th - 12th Grade

15 Qs

AQA GCSE Computer Science - 3.1.1 Representing Algorithms

AQA GCSE Computer Science - 3.1.1 Representing Algorithms

8th - 10th Grade

19 Qs

Coding Karel 2

Coding Karel 2

KG - University

20 Qs

APCSA Unit Vocab Study

APCSA Unit Vocab Study

10th - 12th Grade

20 Qs

8525 3.1.1 Decomposition and Abstraction

8525 3.1.1 Decomposition and Abstraction

10th - 11th Grade

20 Qs

Computer Languages

Computer Languages

12th Grade

19 Qs

Computer Science (Python)

Computer Science (Python)

9th Grade

18 Qs

AP CSP Exam Review

AP CSP Exam Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Quizizz Content

Used 17+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does it mean when we say the Internet is redundant?

If a path is down, packets can be routed a different way.

The Internet has multiple servers for the same content.

Redundancy means the Internet is slower than usual.

It refers to the Internet being less reliable.

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of the following activities poses the LEAST potential cybersecurity risk?
- Clicking on a link in an email from an unknown sender
- Sharing your device’s private key used for encryption
- Sharing your device’s public key used for encryption
- Using a credit card to make an online purchase on a website that does not use encryption

Clicking on a link in an email from an unknown sender

Sharing your device’s private key used for encryption

Sharing your device’s public key used for encryption

Using a credit card to make an online purchase on a website that does not use encryption

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Trace the value of an integer variable n in the following code.
i ← 1
n ← 2
REPEAT until i = 4
{
  n ← n * 2
  i ← i + 1
} What is n?

8

12

16

20

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

A piece of code that you can easily call over and over again.

Variables

Functions

Classes

Loops

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the latency of a system?

The time it takes for a bit to travel from sender to receiver

The speed at which data is processed

The amount of data that can be transmitted in a given time

The time it takes for a system to boot up

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which bit-sending technology is used for fiber optic cables?

Electrical signals

Radio waves

Beam of light

Microwaves

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

How many times will this loop run?
for i in range (1, 4):

2

3

4

5

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?