wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICS-Study Guide - 2/2/24 Test

Total questions: 100

Worksheet time: 4hrs 31mins

Name
Class
Date
1.

What are color codes stored as in Python?

a)

floats

b)

strings

c)

hex

d)

int

2.

Which of the following is an acceptable way to create a color?

a)

blue

b)

“ff00ff”

c)

“RGB(224, 117, 250)”

d)

“(224, 117, 250)”

3.

What color is RGB(178, 71, 132)?

a)

blue

b)

lime green

c)

teal

d)

hot pink

4.

Consider the following command:

canvas.draw_circle((A1, A2), B, C, D)

Which represents the radius?

a)

A1

b)

A2

c)

B

d)

C

e)

D

5.

Consider the following command:

canvas.draw_circle((A1, A2), B, C, D)

Which represents the line color?

a)

A1

b)

A2

c)

B

d)

C

e)

D

6.

(Select all that apply) We use FOR loops instead of WHILE loops when:

a)

You do not know how many times you want the loop to run.

b)

 

When you need to ask the user for input.

c)

 

You know how many times you want the loop to run.

d)

 

When there is a definite starting and ending point.

7.

What is wrong with:

canvas.draw_line((300, 400), 5, "Yellow")

a)

 

You cannot assign color using "Yellow"

b)

 

The 5 should be a 1

c)

 

There is not a second point

d)

 

There should be a second color

8.

Which of these is a valid Karel command?

a)

move

b)

  1. MOVE

c)

move()

d)

move(1)

9.

Which one of these is NOT a command that Karel knows?

a)

Turn Left

b)

Turn Right

c)

Turn Right

d)

Put Down a Ball

10.

What commands does SuperKarel know that regular Karel does not?

a)

turn_left() and jump()

b)

turn_right() and jump()

c)

turn_around() and turn_right()

d)

turn_around() and jump()

11.

What’s wrong with this code?

def go():

move()

move()

def go():

move()

move()

move()

go()

go()

a)

The go function is called twice

b)

The go function has a syntax error

c)

The go function has been defined twice

d)

go is not a command that Karel understands

12.

What is the proper format for a single line comment in Karel?

a)

# This is a comment

b)

// This is a comment

c)

/* This is a comment

d)

This is a comment

13.

What is the final result of the expression 4 + 5 * 3?

a)


27

b)

12

c)

21

d)

19

14.

Choose the print statement below that will cause an error. Assume that num has the value 6, and name has the value Isabella.

a)

print(name + ":" ) print(num)

b)
  1. print(name + " wants " + "num " + "candies")

c)
  1. print(name + ": " + str(num))

d)

print(name + ": " + num)

15.

Data Crunchers is taking on a project to develop a model for an athletic shoe retailer that predicts which brands customers are likely to purchase so that marketing efforts can target the right customer with the right shoe. For the best predictability, you should use _________ data in your model because it has been gathered from users who are buying shoes.

a)

volunteered

b)

observed

c)

inferred

16.

Your team is developing a chatbot to collect customer’s information such as their likelihood to make a purchase, product preferences, and other information you cannot obtain elsewhere. This _________ data can be used to greatly improve customer experience and satisfaction by giving them the best products based on their personal preferences.

a)

volunteered

b)

observed

c)

inferred

17.

Getting ready for vacation, you spend a lot of time researching your travel plans on blogs and search engines. Later, you start getting ads for travel products and services. You were targeted for these ads because of the _________ data gathered of your search histories, content consumption, and social media activity.

a)

volunteered

b)

observed

c)

inferred

18.

Our bicycle store client is collecting data for analysis. For each example, choose if it is discrete data or continuous data.

The number of employees in each department.

a)

Discrete

b)

Continuous

19.

Our bicycle store client is collecting data for analysis. For each example, choose if it is discrete data or continuous data.

The temperature inside the store.

a)

Discrete

b)

Continuous

20.

Our bicycle store client is collecting data for analysis. For each example, choose if it is discrete data or continuous data.

The distance traveled by a moving bicycle.

a)

Discrete

b)

Continuous

21.

Our bicycle store client is collecting data for analysis. For each example, choose if it is discrete data or continuous data.

The number of customers who bought bicycles this month.

a)

Discrete

b)

Continuous

22.

Our bicycle store client is collecting data for analysis. For each example, choose if it is discrete data or continuous data.

The speed of a rider in a bike race.

a)

Discrete

b)

Continuous

23.

Our bicycle store client is collecting data for analysis. For each example, choose if it is discrete data or continuous data.

The amount of diesel fuel purchased each week for a delivery truck.

a)

Discrete

b)

Continuous

24.

Choose if it represents structured data or unstructured data.

Spreadsheets

a)

structured data

b)

unstructured data

25.

Choose if it represents structured data or unstructured data.

Social media posts

a)

structured data

b)

unstructured data

26.

Choose if it represents structured data or unstructured data.

Sales transactions

a)

structured data

b)

unstructured data

27.

Choose if it represents structured data or unstructured data.

Surveillance video

a)

structured data

b)

unstructured data

28.

Choose if it represents structured data or unstructured data.

Relational databases

a)

structured data

b)

unstructured data

29.

Choose if it represents structured data or unstructured data.

Credit card numbers

a)

structured data

b)

unstructured data

30.

Choose if it represents structured data or unstructured data.

Email messages

a)

structured data

b)

unstructured data

31.

What percentage of the shape is shaded blue?

a)

100%

b)

75%

c)

65%

d)

50%

32.
What percent is in color?
a)
620%
b)
1/2
c)
60%
d)
62%
33.
What fraction is equivalent to 25%?
a)
1/3
b)
1/4
c)
1/5
d)
1/8
34.

Convert 73% to a decimal

a)

73.0

b)

0.37

c)

0.73

d)

0.7

35.

What is 10% of 730?

a)

73

b)

7300

c)

350

d)

735

36.
Calculate 25% of 400
a)
100
b)
16
c)
200
d)
150
37.
What percent of 50 is 20?
a)
40%
b)
25%
c)
2.5%
d)
4%
38.
34% of what number is 51?
a)
69
b)
71
c)
150
d)
196
39.
A St. Louis Cardinals hat costs $18.  If there is 8% sales tax, what is the total cost of the hat including tax?
a)
$1.44
b)
$22.74
c)
$21.36
d)
$19.44
40.
Calculate 25% of 400
a)
100
b)
16
c)
200
d)
150
41.
Calculate 10% of 80
a)
5
b)
7
c)
8
d)
10
42.

What is the equivalent percent to 0.05?

a)

50%

b)

500%

c)

5%

d)

0.05%

43.

What is the equivalent decimal to 14%?

a)

0.14

b)

1.4

c)

14.00

d)

0.014

44.
25% as a fraction
a)
0.25
b)
1/4
c)
2/5
d)
25/100
45.
0.1 as a percent
a)
1%
b)
10%
c)
100%
d)
1/10
46.

What percentage of the shape is shaded blue?

a)

100%

b)

75%

c)

65%

d)

50%

47.

At a birthday party 40% of the children had an ice-cream. 150 children attended the party. How many had an ice-cream?

a)

60

b)

70

c)

80

d)

90

48.

At a sport club 40% prefer football, 30% basketball and the rest volleyball. 300 children attend this sport club. Find the number of those who prefer volleyball.

a)

70

b)

80

c)

90

d)

100

49.

Percentage is out of...

a)

1

b)

10

c)

100

d)

1000

50.

There are 100 apples consisting of 35 red apples and 65 green apples. what percentage is green apple?

a)

100%

b)

65%

c)

35%

d)

30%

51.

In a class of 50 students, 40 % are girls. Find the number of girls in the class?

a)

22 girls

b)

20 girls

c)

19 girls

d)

12 girls

52.
78 is what percent of 450?
a)
5%
b)
.17
c)
17%
d)
18%
53.
What percent of 50 is 20?
a)
40%
b)
25%
c)
2.5%
d)
4%
54.

Which of the following represents balanced forces? 

a)

7N -> ->7N

b)

11 N -> <- 11 N

c)

8 N <- -> 4 N

d)

I don't know

55.

Which of the following represents unbalanced forces?

a)

7 N -> -> 3N

b)

5 N <- -> 5 N

c)

2 N <- -> 2 N

d)

I don't know

56.

Calculate the Net Force:

16 N <- -> 5 N

a)

12 N to the Left

b)

11 N to the left

c)

21 N to the left

d)

I don't know

57.

Calculate the Net Force:

120 N --> --> 50 N

a)

12 N to the right

b)

125 N to the left

c)

170 N to the right

d)

I don't know

58.

Calculate the Net Force:

10 N --> <-- 4 N + <-- 7 N

a)

7 N to the left

b)

21 N to the right

c)

1 N to the left

d)

I don't know

59.

Calculate the Net Force

a)

0 N

b)

7 N Right

c)

28 N Right

d)

I don't know

60.

Calculate the Net Force

a)

2 N Right

b)

12 N Right

c)

2 N Left

d)

I don't know

61.

How do you say baby in spanish?

a)

papa

b)

mama

c)

hija

d)

bebe

62.

How do you say hair in spanish?

a)

arcoiris

b)

panda

c)

amigo

d)

pelo

63.

El Mapa

a)

Board

b)

Map

c)

Paper

d)

Notebook

64.

El Lapiz

a)

Pencil

b)

Pen

c)

Paper

d)

Eraser

65.

11 to 18 year olds

a)

School Age

b)

Infants

c)

Preschoolers

d)

Adolescents

66.

Six to ten year olds

a)

Adolescents

b)

Preschoolers

c)

School Age

d)

Toddlers

67.

One and two year olds

a)

Infants

b)

Toddlers

c)

Adolescents

d)

Preschoolers

68.
What is current measured in?
a)
Ω (Ohms)
b)
V (Volts)
c)
A (Amps)
d)
W (Watts)
69.
What kind of circuit is this?
a)
series
b)
parallel
70.
What is an Ohm resistor? 
a)
A devise that restricts the flow of electric current
b)
A devise that is used in making jewelry
c)
A devise used by scientists to help you learn your colors
d)
A devise that was discovered by Albert Einstein
71.

Who Is This Player

a)

Paulo Dybala

b)

Alexis Sanches

c)

Pogba

d)

Messi

72.

What team is this

a)

FC Barcelona

b)

Machester United

c)

Chealsea

d)

Juventus

73.

Who is this player

a)

Messi

b)

Ronaldo

c)

Dybala

d)

Pogba

74.

Who is this player

a)

Cristiano Ronaldo

b)

Messi

75.

How many players are on the field at one time?

a)

12

b)

13

c)

11

d)

10

76.

How much does it cost to inflate your tires at the gas station?

a)

$.25

b)

$.50

c)

Free

d)

$1.00

77.

What flavor Ice cream is this?

a)

Chocolate

b)

Mint Chip

c)

Pistachio

d)

Vanilla that is green

78.

What is this Ice cream flavor?

a)

Cookies & Cream

b)

Strawberries & Cream

c)

Mocha Chip

d)

Chocolate chip

79.
Look at this code, what shape will it make?
a)
Square
b)
Triangle
c)
Rectangle
d)
Hexagon 
80.
What is wrong with this code?
a)
Missing Brackets
b)
Missing Comma
c)
Missing Colon
d)
Incorrect spelling 
81.
How do you write a program in Python?
a)
Using Word
b)
Using IDLE
c)
Using Powerpoint
d)
Using Excel
82.

Which one of theses is floor division

a)

/

b)

//

c)

%

d)

None of theses

83.

What is a variable?

a)

Variables are those which delete programs

b)

A variable is an entity which stores some values

c)

Values stored in a variable can't be changed

d)

A variable is something used to repeat steps

84.

Which python operator means 'less than or equal to'?

a)

>=

b)

>

c)

<

d)

<=

85.

The PPF shown demonstrates a(n) ____rate of opportunity cost.

a)

constant

b)

increasing

c)

confusing

d)

exponential

86.

In this government, a small group of people rule.

a)

autocracy

b)

absolute monarch

c)

democracy

d)

oligarchy

87.

Power in this government lies with the people.

a)

democracy

b)

oligarchy

c)

dictatorship

d)

autocracy

88.

Which is true of the Electoral College?

a)

Candidates may lose the popular vote but win the Electoral College

b)

Most states award delegates proportionally

c)

It forces candidates to focus on rural states

d)

It is enshrined in the 11th Amendment

89.

Columns in Excel are labeled by (a)  

90.

Cells in Excel are named by the __________ and ____________ that intersect.

(a)  

91.

Match the following Excel formulas to the "problem".

a)

=C5*D5

1.

The total price if quantity (how many) is in C5 and unit price is in D5.

b)

=sum(b2:b14)

2.

Total of prices in cells B2 through B14.

c)

=D4-D5

3.

Net pay if gross pay is in D4 and taxes is in D5.

d)

=F4/F3

4.

Unit price if total price is in F4 and quantity (how many) is in F3.

e)

=G3+G5+G7

5.

The total of cells that are not right next to each other.

92.

What would the formula be if I wanted to add cells B4 and C4?

(a)  

93.
In Excel, what do all formula begin with?
a)
!
b)
-
c)
+
d)
=
94.

Which cell contains the HIGHEST number?

a)

A1

b)

A2

c)

A3

d)

B1

e)

B2

95.

What number would the spreadsheet show in cell A5 if you typed the formula below?



=SUM(B1:B3)

a)

11

b)

13

c)

14

d)

30

96.

What number would the spreadsheet show in cell A5 if you typed the formula below? 



=A3/A1 

a)

3

b)

4

c)

8

d)

12

97.

Match the symbols:

a)

/

1.

division

b)

*

2.

multiplication

c)

+

3.

addition

d)

_

4.

subtraction

98.

Draw a vertical line

(column)

99.

Draw a horizontal line

(row)

100.

What is the cell range of the item numbers?

a)

A4:A7

b)

A4-A7

c)

C3:C7