CSP - U2C1Assessment Review

CSP - U2C1Assessment Review

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

CS Principles

CS Principles

10th - 12th Grade

13 Qs

Data Rep LST

Data Rep LST

9th - 12th Grade

12 Qs

AP CSP Number Systems

AP CSP Number Systems

10th - 12th Grade

13 Qs

Data Representation - Images

Data Representation - Images

10th - 11th Grade

14 Qs

UNIT3-Multimedia-Exam_AB

UNIT3-Multimedia-Exam_AB

12th Grade

10 Qs

computer compresssion

computer compresssion

10th Grade

13 Qs

Image File Types

Image File Types

10th - 12th Grade

10 Qs

AP Computer Science Principles Big Ideas

AP Computer Science Principles Big Ideas

10th - 12th Grade

13 Qs

CSP - U2C1Assessment Review

CSP - U2C1Assessment Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Used 344+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Under which of the following conditions is it most beneficial to use a heuristic approach to solve a problem?
When the problem can be solved in a reasonable time and an approximate solution is acceptable.
When the problem can be solved in a reasonable time that an exact solution is needed.
When the problem cannot be solved in a reasonalbe time and an approximate solution is acceptable.
When the problem cannot be solved in a reasonable time an exact solution is needed.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The colors of the pixels in a digital image often represented by red, gren, and blue values between 0 and 255 (an RGB triplet). A photographer is manipulating a digital image to lighten it because all of the RGB values in the image are less than 100, making it very dark. He does this by adding 20 to the R, G, and B values of each pixel, then overwriting the original image. What type of transformation is the photographer using on the digital image.
Lossless transformation
Lossy transformation
Multiband transformation
Chrome Sampling transformation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a true statement about data compression?
Data compression is only useful for files being transmitted over the Internet.
Regardless of the compression technique used, once a data file is compressed, it cannot be restored to its original state.
Sending a compressed version of a file ensures that the contents of the file cannot be intercepted by an unauthorized user.
There are trade-offs involved in choosing a compression technique for storing and transmitting data.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A video-streaming Web site uses 32-bit intergers to count the number of times each video has been played. In anticipation of some videos being played more times than can be represented with 32 bits, the Web site is planning to change to 64-bit integers for the counter. Which of the following describes the result of using 64-bit integers instead of 32-bit integers?
2 times as many values can be represented. 
32 times as many values can be represented.
2^32 times as many values can be represented.
32^2 times as many values can be represented.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the answer that lists the units of bytes in ascending order (from the smallest to largest).
gigabyte, megabyte, terebyte
megabyte, terabyte, kilobyte
gigabyte, terabyte, megabyte
kilobyte, gigabyte, terabyte

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An artist makes an RGB raster image in which each pixel color is encoded with 12-bits --- 4 bits each for red, green, and blue. Which of the following correctly shows the hexadecimal value for Red as a 12-bit representation?
FOO
OOF
FFOO
FFOOOO

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A compression scheme for long strings of bits called run-length encoding is described as follows:
Rather than record each 0 and 1 individually, instead record "runs" of bits by storing the number of consecutive 1s and 0s that appear.
Since it's binary, any run of 0s must be followed by a run of 1s (even if the run is only 1-bit long) and vice versa. Thus, you can store a list of small numbers that represents the alternating runs of 0s and 1s. (Look at the example on the board)

To uncompress the data back into its original binary state, you simply reverse the process. This technique is an example of what type of compression?
Lossy compression
Lossless compression
Fast Fourier Transform compression
Tailored compression

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?