AP CSP Exam Review

AP CSP Exam Review

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Computer Science

Computer Science

9th - 12th Grade

20 Qs

AQA GCSE Computer Science - 3.1.1 Representing algorithms

AQA GCSE Computer Science - 3.1.1 Representing algorithms

8th - 10th Grade

19 Qs

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

10th - 12th Grade

15 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

18 Qs

iGCSE Computer Science: Programming Languages

iGCSE Computer Science: Programming Languages

9th - 12th Grade

20 Qs

Digital Information

Digital Information

10th - 12th Grade

17 Qs

GCSE CS - 2.5 Translators and Facilities of Languages

GCSE CS - 2.5 Translators and Facilities of Languages

9th - 11th Grade

23 Qs

AP Computer Science Principles Practice Module

AP Computer Science Principles Practice Module

8th - 10th Grade

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