wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSP Unit 2 Test - F2019

Total questions: 26

Worksheet time: 16mins

Name
Class
Date
1.

Which unit is the largest?

a)

Megabyte

b)

Terabyte

c)

Gigabyte

d)

Kilobyte

2.

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.

a)

F00

b)

00F

c)

FF00

d)

FF0000

3.

Approximately how much bigger (how many more bytes) is a megabyte than a kilobyte?

a)

1,000 times bigger

b)

100,000 times bigger

c)

1,000,000 times bigger

d)

1,000,000,000 times bigger

4.

Approximately 1,000 ________ are equal to 1 terabyte (1 TB).

a)

jengabytes

b)

gigglebytes

c)

gigabytes

d)

megabytes

5.

Which of the following is a reason to use lossy compression?

a)

You want the compressed file to be larger than the original.

b)

You want the highest quality audio file possible, with no modifications.

c)

You want the highest quality image file possible, with no modifications.

d)

You want to save space and are not concerned if the file is the highest quality possible.

6.

a problem solving approach (algorithm) to find a satisfactory solution where finding an optimal or exact solution is impractical or impossible

a)

Lossless Compression

b)

Heuristic

c)

Lossy Compression

d)

encryption

7.

Which of the following is irreversible?

a)

lossy compression

b)

lossless compression

c)

abstraction

d)

RLI

8.

Which of the file types is an audiofile type?

a)

jpg

b)

mp3

c)

png

d)

csv

9.

An original file is 100 MB, it is compressed to 80 MB (including dictionary). What is its compression rate?

a)

90%

b)

80%

c)

20%

d)

100%

10.

Which of the following hexadecimal representations would represent dark green?

a)

#191399

b)

#00FF10

c)

#001313

d)

#001300

11.

How would you lighten the color #bcc8e1?

a)

+50 to each color component

b)

+50 to the red component

c)

-50 to each color component

d)

-50 to the red component

12.

How many bits are needed to represent 8 colors?

a)

8 bits

b)

24 bits

c)

1 hex digit

d)

3 bits

13.

How many bits are needed to represent a 3 x 3 black and white image (exclude metadata)

a)

3 bits

b)

6 bits

c)

9 bits

d)

9 x 24 bits

14.

The color widget uses 3 bytes of metadata. The first two bytes indicate the width and height of the image. The next byte indicates the number of bits that will be used to represent color. How many bits is used to represent color given the metadata (in binary) 00001000 00001000 0001001

a)

3 bits

b)

6 bits

c)

9 bits

d)

12 bits

15.

Which of the following statements is FALSE?

a)

The computer stores colors in hexadecimal

b)

Every color has 3 components. A red, green and a blue component.

c)

A bright color would be represented by a large number.

d)

A computer uses 3 bytes to store a single colored pixel.

16.

Lil’ Nibble, a local Soundcloud rapper, has recorded a new mixtape called “Half-a-byte,” produced by “Mibikibi and the Teraflops.” The mixtape has several audio files that have been compressed into a .ZIP file so they can be transferred easily and a separate .ZIP file containing album artwork and liner notes. If the mixtape .ZIP file takes up 800 MB and the artwork .ZIP file is 300 MB, what size flash drive do you need in order to transfer the files?

a)

512 MB

b)

1.0 GB

c)

4 KB

d)

2.0 GB

17.

Consider the following three binary numbers:

01010

010000

1110

Which of the following lists the numbers in order from least to greatest?

a)

010000

1110

01010


b)

01010

1110

010000


c)

01010

010000

1110


d)

1110

01010

010000


18.

Which of the following is a subdomain of quizizz.com

a)

https://www.quizizz.com

b)

join.quizizz.com

c)

.com

d)

quizizz

19.

how many binary bits are required to store the decimal number 27?

a)

4 bits

b)

5 bits

c)

6 bits

d)

7 bits

20.

Which layer of the internet controls the transportation of packets

a)

DNS

b)

Physical

c)

Http

d)

TCP

21.

Which protocol is the foundation for transporting hypertext documents over the Internet?

a)

DNS

b)

TCP

c)

HTTP

d)

HTML

22.

An online store uses 6-bit binary sequences to identify each unique item for sale. The store plans to increase the number of items it sells and is considering using 7-bit sequences. Which of the following best describes the result of using 7-bit sequences instead of 6-bit sequences?

a)

2 more items can be uniquely identified.

b)

10 more items can be uniquely identified.

c)

2 times as many items can be uniquely identified.

d)

10 times as many items can be uniquely identified.

23.

IP addresses are a way to identify devices connected to the internet (we'll learn more about what IP addresses are soon!). An IPv4 address is encoded in 32 bits or 4 bytes. Typically when you see an IP address it is organized as 4 separate numbers separated by periods, where each of the 4 numbers is stored in 1 byte (8 bits). With this in mind, which of the following would not be a possible IP address?

a)

8.8.8.8

b)

192.168.1.1

c)

32.344.216.42

d)

142.237.56.117

24.

A user clicks on a link to a website, and it begins to load immediately, but it takes a long time to load completely and pictures appear slowly, one by one. Which of the following is demonstrated by this situation?

a)

High bandwidth, high latency

b)

Low bandwidth, high latency

c)

High bandwidth, low latency

d)

Low bandwidth, low latency

25.

Select the language supported by the ASCII character set

a)

Binary

b)

Analog

c)

English

d)

Japanese

26.

What is the best explanation for why digital data is represented in computers in binary?

a)

The binary number system is the only system flexible enough to allow for representing data other than numbers

b)

As a consequence of history: early pioneers of computing were making secret codes in binary, and this simply evolved into modern computing

c)

It's impossible to build a computing machine that uses anything other than binary

d)

It's easier, cheaper, and more reliable to build machines that only have to distinguish between two binary states