wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Unit 2 Quiz PIT

Total questions: 25

Worksheet time: 15mins

Name
Class
Date
1.

Marco had a database that showed the first, second, and third favorite ice cream flavors for each person in his school. He used it to decide which flavors to order for the school’s café. What has Marco done?

a)

turned information into data

b)

turned data into information

c)

turned data into binary numbers

d)

turned binary numbers into data

2.

Cynthia finds a spreadsheet on her desk. It has rows and columns of numbers, such as 37, 28, 91, and 12, but Cynthia is not sure what the numbers mean. Which term best describes what Cynthia has?

a)

information

b)

binary numbers

c)

data

d)

programmatics

3.

Ning wants to gather data about humidity for a science project. Which of these is needed to gather data?

a)

binary code

b)

information

c)

an input device

d)

an output device

4.

Which of these statements describes the difference between binary and decimal numbers?

a)

Binary numbers are shorter to write than decimal numbers.

b)

Binary numbers use more unique characters than decimal numbers.

c)

Binary numbers use only the digits 0 and 1; decimal numbers use 0 through 9.

d)

Binary numbers are easier for people to read than decimal numbers.

5.

If the number BDB76B is used to describe a color in a computer program, which number system is being used?

a)

binary

b)

decimal

c)

hexadecimal

d)

Roman numerals

6.

Processor speeds are given in hertz. One hertz refers to what?

a)

one transfer from binary to hexadecimal

b)

one use of an input device

c)

one fetch-decode-execute cycle

d)

one uploaded gigabyte

7.

A computer in an advertisement has a 3.64-GHz processor. What does this mean?

a)

It can download 3.64 gigabits per second.

b)

It can upload 3.64 gigabits per second.

c)

It can convert binary to decimal at the rate of 3.64 trillion numbers per second.

d)

It can execute 3.64 billion instructions per second.

8.

A data type needs to hold letters and numbers. Which type is best?

a)

string

b)

character

c)

integer

d)

Boolean

9.

A computer program will track expenses each month, which will be recorded in dollars and cents. What data type is needed?

a)

float

b)

character

c)

integer

d)

Boolean

10.

A computer program will use the variables True and False to determine whether the user has enough money in their bank account to make a purchase. Which data type is needed?

a)

float

b)

character

c)

integer

d)

Boolean

11.

There is a power outage, and the computer turns off. What will be lost?

a)

the CPU

b)

the contents in RAM

c)

the contents in secondary storage

d)

hard disk

12.

What is one advantage of a magnetic hard drive compared to a solid-state drive?

a)

It won’t be harmed if the computer is dropped.

b)

It is open-source.

c)

It is less expensive.

d)

It spins faster.

13.

Josh has made a movie. He wants to give a copy to a friend who does not have internet access at home but does have a laptop. Which of these is the best way to give his friend the movie?

4 lines
14.

A school wants to network its computers. Which of these will the school need?

a)

a flash drive

b)

HDMI

c)

a server

d)

a catalog

15.

Rachel has been hired as a technology consultant. Her client is a growing company. As of now, each employee is given their own laptop to use at work, but the company plans on doubling its staff and doesn’t want to buy so many laptops when most people only work part-time. What solution could she recommend to the company?

a)

increasing RAM

b)

creating a network

c)

adopting flash drive

d)

synchronizing browsers

16.

Data stored in an online server can be described as being:

a)

a flash drive.

b)

in RAM.

c)

in ROM.

d)

in the cloud.

17.

Minji was writing a book, but her laptop was stolen, and now, the book is gone. Which of these storage options would have prevented this problem?

a)

a solid-state hard drive

b)

a magnetic hard drive

c)

a file server

d)

data mining

18.

A grocery store has a camera over the door that tracks how many people enter the store. The store uses this data in order to decide how many people need to work at a certain time. This is an example of:

a)

the cloud.

b)

binary conversion.

c)

data mining.

d)

data manipulation.

19.

Which of these are the two possible values of a binary number?

a)

0 and 1

b)

left and right

c)

ASCII and Unicode

d)

program and algorithm

20.

Which list shows the correct order for increasing size?

a)

bit, byte, kilobyte, megabyte, terabyte, exabyte

b)

exabyte, terabyte, megabyte, kilobyte, bit, byte

21.

To store a variable with the content of “110 Maple Street,” which data type would be the most appropriate?

a)

binary

b)

Boolean

c)

float

d)

string

22.

Maria is entering information into a website. She enters her age as 15, and this error message appears: “Boolean value expected.” What mistake did the programmer make?

a)

The program expected “True” or “False.”

b)

The program expected her address.

c)

The program expected her to type “fifteen.”

d)

The program expected only adults to use it.

23.

Which kind of storage has a spinning platter?

a)

magnetic hard disk

b)

solid-state hard disk

c)

cloud

d)

Server

24.

At its most basic level, data is stored as binary numbers.

a)

True

b)

False

25.

String, character, and date are all examples of data types.

a)

True

b)

False