AP CSP Midterm Review

AP CSP Midterm Review

10th - 12th Grade

22 Qs

quiz-placeholder

Similar activities

AP CSP Exam Review

AP CSP Exam Review

10th - 12th Grade

27 Qs

Java Conditional Constructs

Java Conditional Constructs

9th - 10th Grade

20 Qs

Algorithms Review Game

Algorithms Review Game

11th Grade

20 Qs

Algorithm & Flowchart Quiz

Algorithm & Flowchart Quiz

6th - 12th Grade

17 Qs

Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 Qs

Algorithms Review

Algorithms Review

9th - 12th Grade

20 Qs

2.1 Linear Search

2.1 Linear Search

7th - 12th Grade

20 Qs

AP CSP Midterm Review

AP CSP Midterm Review

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Used 115+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of data does a float variable contain?
Whole Numbers
words and letters
Decimal numbers
true or false

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable is "help"?
Integer
Float
String
List

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A photographer is manipulating a digital image and overwriting the original image. Which of the following describes a lossy transformation of the digital image?
Creating the gray scale of an image by averaging the amounts of red, green, and blue in each pixel and assigning this new value to the corresponding pixel in the new image. The new value of each pixel represents a shade of gray, ranging from white to black.
Creating a mirrored image by swapping the RGB values from pixels on the left side of an image with RGB values from pixels on the right side of an image.
Swapping the Red and Green values of each pixel so that areas that were red now appear green and vice versa.
Creating the negative of an image by creating a new RGB triplet for each pixel in which each value is calculated by subtracting the original value from 255. The negative of an image is reversed from the original; light areas appear dark, and colors are reversed.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following statements are true about lossless compression?
I - Lossless compression is used only to send files over the Internet
II - Sending a compressed version of a file ensures that the contents of the file cannot be intercepted by an unauthorized user.
I only
II only
I and II
Neither I nor II

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A chat Website allows users to post messages to the site. When a user posts a message, the message itself is considered data. In addition to the data, the site stores the following metadata. The time the message was posted and the city from which the message was posted.
Which of the following questions can NOT be answered using only the data and metadata collected?
What topics are most frequently posted about in a particular city?
When is a particular city most active on the site?
Which users post messages most frequently?
What topics are most frequently posted about during a particular time period?

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image
ASCII is a character-encoding scheme that uses 7 bits to represent each character. The decimal (base 10) values 65 through 90 represent the capital letters A through Z, as shown in the table below. What ASCII character is represented by the binary (base 2) number 1010001?
S
R
Q
P

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following numbers Binary 1001001Decimal 70Hexadecimal 4E Which of the following lists the numbers in order from least to greatest?
Binary 1001001, Decimal 70, Hexadecimal 4E
Decimal 70, Binary 1001001, Hexadecimal 4E
Binary 1001001, Hexadecimal 4E, Decimal 70
Decimal 70, Hexadecimal 4E, Binary 1001001

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?