wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Unit 5 Review

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Bug

a)

Part of a program that does not work correctly.

b)

An algorithm that has been coded into something that can be run by a machine.

c)

The art of creating a program.

d)

An action that causes something to happen.

2.

The image is from Google Trends that plots Cats and Dogs.

Choose the most accurate description of what this data is actually showing based on what you know about how Google Trends works.

a)

People like dogs more than cats

b)

People search for "dogs" more frequently than "cats"

c)

There was a sharp increase in the dog population sometime between 2014 and 2015

d)

The popularity of dogs as pets is slightly increasing over time, while the popularity of cats is relatively flat

3.

What is metadata?

a)

Data that is about the data.

b)

Data that is everywhere.

c)

Data that can change.

d)

Data that needs filtered.

4.

Recognizing patterns and similarities in data visualizations relates to which of the following about the data?

a)

Causation

b)

Correlation

c)

Metadata

d)

Filtering

5.

Which of the following is NOT a benefit of metadata?

a)

It can be changed without impacting the primary data

b)

Used for sorting and filtering information

c)

Increases effective use of data by providing extra information

d)

Increases search speeds of the database

6.

What is the goal of the data analysis process?

a)

To search through databases quicker

b)

To gain insight into new information

c)

To make sure datasets are clean

d)

To collect the correct information

7.

A town decides to publicize data it has collected about electricity usage around the city. The data is freely available for all to use and analyze in the hopes that it is possible to identify more efficient energy usage strategies.

Which of the following does this situation best demonstrate?

a)

Citizen science

b)

Crowdfunding

c)

Open data

d)

Machine Learning

8.

A camera mounted on the dashboard of a car captures an image of the view from the driver’s seat every second. Each image is stored as data. Along with each image, the camera also captures and stores the car’s speed, the date and time, and the car’s GPS location as metadata. Which of the following can best be determined using only the data and none of the metadata?

a)

The average number of hours per day that the car is in use

b)

The car’s average speed on a particular day

c)

The distance the car traveled on a particular day

d)

The number of bicycles the car passed on a particular day

9.

Which of the following applications is most likely to benefit from the use of crowdsourcing?

a)

An application that allows users to convert measurement units (e.g., inches to centimeters, ounces to liters)

b)

An application that allows users to purchase tickets for a local museum

c)

An application that allows users to compress the pictures on their devices to optimize storage space

d)

An application that allows users to view descriptions and photographs of local landmarks

10.

A mobile application is used to display local traffic conditions. Which of the following features of the application best exemplifies the use of crowdsourcing?

a)

Users can save an address to be used at a later time.

b)

Users can turn on alerts to be notified about traffic accidents.

c)

Users can submit updates on local traffic conditions in real time.

d)

Users can use the application to avoid heavily congested areas.

11.

Data that is publicly available and shared by governments, organizations, and others.

a)

Crowd Sourcing

b)

Citizen Science

c)

Open Data

d)

Big Data

12.

A town decides to publicize data it has collected about electricity usage around the city. The data is freely available for all to use and analyze in the hopes that it is possible to identify more efficient energy usage strategies.

Which of the following does this situation best demonstrate?

a)

Citizen science

b)

Crowdfunding

c)

Open data

d)

Machine Learning

13.

Given the data about car accidents, which outcome is supported by the data?

a)

Drivers age 16-25 have the fewest accidents.

b)

More accidents occur on the weekdays.

c)

Drivers age 26-50 have fewer accidents than the other two age groups.

d)

Adult drivers have more accidents on weekdays during rush hour than other times of the day.

14.

Why is cleaning data important?

a)

It ensures incomplete data does not hide or skew results.

b)

It removes bad data.

c)

It repairs incomplete/incorrect data.

d)

All of the above.

15.

You can reverse a transformation process and re-create the original message. What kind of data compression is that?

a)

lossless

b)

lossy

16.

A set of commands, instructions, and other syntax use to create a software program.

a)

User Interface

b)

Encryption

c)

Coding

d)

Programming Language

17.

Program statements run in order, from top to bottom.

a)

Sequential Programming

b)

Event Driven Programming

18.

What will the console log say when this program is run?

a)

"Starting my program!"

"You clicked the button!"

"Ending my program!"

b)

"Starting my program!"

"Ending my program!"

"You clicked the button!"

c)

"You clicked the button!"

"Starting my program!"

"Ending my program!"

d)

"You clicked the button!"

"Ending my program!"

"Starting my program!"

19.

After the program is run, what will the text color of smallButton be?

a)

red

b)

blue

c)

green

d)

yellow

20.

When this program is run, the user clicks "topButton" then "bottomButton" and then "topButton" again. What will be displayed in the console?

a)

aaa

bbb

ccc

aaa

b)

aaa

ccc

bbb

aaa

c)

ccc

aaa

bbb

aaa

d)

aaa

bbb

aaa

ccc