AP CSP Exam Review

AP CSP Exam Review

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

19 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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

Back

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

2.

FLASHCARD QUESTION

Front

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

Back

Sharing your device’s public key used for encryption

3.

FLASHCARD QUESTION

Front

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?

Back

16

4.

FLASHCARD QUESTION

Front

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

Back

Functions

5.

FLASHCARD QUESTION

Front

What is the latency of a system?

Back

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

6.

FLASHCARD QUESTION

Front

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

Back

Beam of light

7.

FLASHCARD QUESTION

Front

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

Back

3

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?