wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DATA SCIENCE Assessment (April)

Total questions: 16

Worksheet time: 16mins

Name
Class
Date
1.

Each students should type the function on the right side of pyret editor in order to evaluate function. This area is called ________________.

a)

Calculator

b)

Definition Area

c)

Interaction Area

d)

Range

2.

A value that include quotation marks is called a ________.

a)

String

b)

Number

c)

Domain

d)

Function

3.

a sequence of expressions that you want to run is called a ___________________.

a)

program

b)

polynomial

c)

string

d)

pyret

4.

Another word you could use to describe arguments of a function is _____________________

a)

range

b)

domain

c)

equal

d)

expression

5.

a statement of the name, domain, and range of a function is called a ______________________________

a)

contract

b)

expression

c)

program

d)

string

6.

The study of using data to answer questions about the world

a)

Computer Science

b)

Statistic Science

c)

Data Science

d)

World Science

7.

The following Contract has how many arguments;


# num-sqrt : Number -> Number

a)

4

b)

3

c)

2

d)

1

8.

Histogram is an appropriate display for ________________________

a)

quantitative data

b)

categorical data

c)

scatterplots

d)

linear relationships

9.

What is the range of the function below:


# num-sqrt : Number -> Number

a)

One Number

b)

Square Root

c)

Arrow

d)

Two numbers

10.

A contract that include words as well as number within the function is sometimes called _______________ data.

a)

String

b)

Quantitative

c)

Textual

d)

Descriptive

11.

What type of graph is used to display the data in the figure?

a)

Bar Graph

b)

Dot Plot

c)

Scatter Plot

d)

Line Graph

12.

Which would NOT be an example of categorical data?

a)

Zip Code 11221

b)

Grade 12

c)

16 years old

d)

District 18

13.

Which two displays are best for quantitative data?

a)

pie chart and bar chart

b)

pie chart and box plot

c)

box plot and histogram

d)

histogram and pie chart

14.

How would use best describe the directions and strength of the data in the graph?

a)

Negative and Weak

b)

Positive and Strong

c)

Positive and Weak

d)

No relationship

15.

lr-plot is a(n) _________________________________________

a)

linear regression scatter plot

b)

left and right plot

c)

low regression plot

d)

line plot

16.

How many strings should you have in the contract to graph a scatter plot?

a)

0

b)

1

c)

2

d)

3