wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Unit 2 Short Final Review - Spring 2019

Total questions: 11

Worksheet time: 22mins

Name
Class
Date
1.

What is a heuristic?

a)

A problem solving approach used when an exact solution is not needed and an approximate solution is "good enough".

b)

A problem solving approach when an exact solution is needed.

c)

A method of solving problems that involves binary code.

d)

A method of solving problems in which the user makes an algorithm to solve a relevant issue requiring an exact solution.

2.

What is meta data?

a)

Data about data.

b)

Data sets that are so large and complex that traditional data processing methods are inadequate.

c)

Data sets that are small enough to be countable.

d)

Data that is used to generate solutions to problems.

3.

A compression technique involves replacing all repeated instances of characters in a sentence with an @ symbol. For example, Banana is replaced with B@@a by replacing all instances of "na" with "@".


Which of the following is true?

a)

This is an example of lossless compression.

b)

This is an example of lossy compression.

c)

There is no way to recover the original message.

d)

This method of compression is a secure way to send messages over the internet.

4.

In this type of compression, all of the original information can be restored from the compressed file.

a)

Lossy Compression

b)

Lossless Compression.

5.

In this type of compression, some of the original information is discarded when compressing the file, often because a human eye/ear won't be able to tell the difference.

a)

Lossless Compression

b)

Lossy Compression.

6.

Rank file sizes in descending order (biggest to smallest)

a)

Bit, Byte, Kilobyte, Megabyte, Gigabyte, Terabyte

b)

Terabyte, Gigabyte, Megabyte, Kilobyte, Bit, Byte

c)

Terabyte, Gigabyte, Megabyte, Kilobyte, Byte, Bit

d)

Bit, Byte, Kilobyte, Megabyte, Terabyte, Gigabyte

7.

Rank the following numbers from least to greatest (no calc):


Decimal 15

Binary 1101

Hexadecimal E

a)

Decimal 15, Hexadecimal E, Binary 1101

b)

Hexadecimal E, Decimal 15, Binary 1101

c)

Binary 1101, Decimal 15, Hexadecimal E

d)

Binary 1101, Hexadecimal E, Decimal 15

8.

Convert from Hexadecimal to decimal (no calc): E7

a)

137

b)

240

c)

187

d)

231

9.

Which of the following hexadecimal numbers represents the decimal number 12?

a)

A

b)

B

c)

C

d)

D

10.

Select two answers.


Which of the following are examples of programs that might use a heuristic? (Choose the best responses)

a)

Apps that give driving directions

b)

An application that sorts a list of files in alphabetical order

c)

Text Compression Application

d)

An app that encrypts data.

11.

Lossy compression would use:

a)

Fewer bits to store data vs. lossless compression.

b)

The same amount of bits to store data as lossless compression.

c)

More bits to store data vs. lossless compression