wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer Math Final 2021

Total questions: 55

Worksheet time: 14hrs 45mins

Name
Class
Date
1.

What is a Stock Market Index?

a)

An industry or niche that sells stocks that are similar in nature as a bulk sale

b)

A mathematical average that quickly tells us how the stock market is doing

c)

A grouping of stocks that represent a corner of the economy

d)

A mathematical average that quickly tells an investor how their stocks are performing

2.

How many times per year does Semimonthly mean?

a)

20

b)

12

c)

24

d)

2

3.

One thing that is a downside of Excel over Google Sheets is...

a)

the cell capacity

b)

the cost

c)

the local save option

d)

the powerful functionality

4.

What is the APR for Visa Gold Rewards card holders? (Click the magnifying glass to zoom and zoom in on your trackpad if necessary)

a)

6.2%

b)

8.2%

c)

13.4%

d)

18.15%

5.

Miss Decker earned $475 from tutoring last summer. She deposited this money in an account that pays an interest rate of 3.8% compounded monthly. What will be her balance after 15 years?

a)

$827.52

b)

$839.45

c)

$846.80

d)

$839.17

6.

What lets a spreadsheet know that we are about to enter a formula?

a)

a plus sign

b)

the word "formula"

c)

an equals sign

d)

an opening parentheses

7.

When you SHORT SELL a stock, you borrow the stock from a broker hoping that the stock price will

a)

fluctuate

b)

drop

c)

rise

d)

stay the same

8.

True or false: You will pay less interest on purchases that you make toward the end of the month.

a)

True

b)

False

9.

Usually, if your credit balance is paid off in 21 days, credit companies will not charge you interest. This time is referred to as the

a)

Forgiveness period

b)

Interest free period

c)

Grace period

d)

Free borrow period

10.

The most common way to leverage a computer's memory is by creating a...

a)

Variable

b)

Constant

c)

App

d)

Program

11.

Read the following line of code and decide what would be displayed on the screen.


var score;

score=100

write("score")

a)

the word score

b)

the value 100

12.

Which of the following are types of loops?

a)

For

b)

While

c)

Do

d)

Do while

e)

Infinite/Endless

13.

When will this code finish?

a)

When y-position equals equals 399

b)

When y-potion is greater than 400

c)

When the variable is greater than 400

d)

When the text is rewritten out

14.

In the following code, what would be the resulting value of newScore?


var score=500;

var newScore;

newScore=score+100;

a)

100

b)

600

c)

500

d)

1

15.

In the following code, what would b end up equaling?


var a=2;

var b=2;

a=a+b;

b=a+b;

a)

2

b)

4

c)

6

d)

8

16.

Why would the value of b be different than the value of a in the code?


*Code is identical to previous question

var a=2;

var b=2;

a=a+b;

b=a+b;

a)

Because a's value was reassigned before b was run.

b)

Because b's value was improperly reassigned.

c)

Because a is in a different variable sector than b.

d)

Because a is an odd number, so b must be even

17.

What is a loop?

a)

A loop without conditions

b)

A loop with an if statement

c)

In computer programming, a loop is an order of instructions that repeats for many times

18.
What kind of gate does this Truth Table represent?
a)
AND
b)
OR
c)
NOT
d)
NOR
19.
What kind of gate does this Truth Table represent?
a)
XOR
b)
OR
c)
NOT
d)
AND
20.

What will this gate's output be?

a)

0

b)

1

21.

What will this gate's output be?

a)

0

b)

1

22.

Which logic gate represented by this symbol?

a)

OR

b)

XNOR

c)

XOR

d)

NAND

23.

Which logic gate is represented by this truth table?

a)
b)
c)
d)
24.

What is the final output (y) of this circuit if A is 1, B is 1, and C is 0?

a)

True (1)

b)

False (0)

25.

Selling stocks is almost like...

a)

selling the slices of a pizza

b)

rating the best pizza shops in your city

c)

buying the ingredients to make a pizza

d)

running a pizza shop

26.

Miss Decker invests in a fund with a return interest rate of 15%. How long, in years, will it take her to double her money?

a)

480 years

b)

5.6 years

c)

4.8 years

d)

3.6 years

27.

In spreadsheets, columns are labeled with

a)

coordinates

b)

letters

c)

numbers

d)

symbols

28.

What lets a spreadsheet know that we are about to enter a formula?

a)

a plus sign

b)

the word "formula"

c)

an equals sign

d)

an opening parentheses

29.

Name one benefit of a debit card.

a)

They do not share your personal information with the company you are purchasing from.

b)

Debit cards are accepted everywhere, even when credit cards are not.

c)

Debit cards do not accrue interest.

d)

Your identity cannot be stolen from a debit card.

30.

This is the cost of borrowing money

a)

Fees

b)

Accrual

c)

Investment

d)

Interest

31.

When you look into buying a stock, name the two things that would indicate that a stock is a good investment:

a)

A high PE Ratio

b)

A high EPS

c)

A low PE Ratio

d)

A low EPS

32.

If a company has a stock price of $3.33 and an EPS of $0.165, what is its PE Ratio?

a)

20

b)

10

c)

2

d)

1

33.

APR stands for

a)

Annual Participation Range

b)

Annual Percentage Ratio

c)

Annual Percentage Rate

d)

Annual Perception Rate

34.

True or false: an authorized user can make purchases on your credit card whether you approve them or not

a)

True

b)

False

c)

True, but you can legally contest the charges

d)

True, but you have to be present when the purchase occurs

35.

Select all of the following that are true about cash advances.

a)

Cash advances often come with a fee and a higher interest rate.

b)

Cash advances are considered high risk for credit card companies.

c)

Cash advances cause an immediate negative impact on your credit score.

d)

Cash advances come from your debit account.

36.

Ideally, you should keep your credit usage to about

a)

60% of your available credit

b)

30% of your available credit

c)

25% of your available credit

d)

50% of your available credit

37.

You invest $1600 at an annual interest rate of 4.6% compounded continuously. How much will you have in the account after 4 years.

a)

$800.26

b)

$10,138.07

c)

$6,701.28

d)

$1,923.23

38.

Each individual set of coordinates (row and column) of a spreadsheet is known as a

a)

cell

b)

block

c)

point

d)

grid

39.

What do hash symbols (###) mean in a spreadsheet?

a)

The text in the cell was not translated properly

b)

There are not enough data points in the sheet to run the desired formula

c)

More numbers are needed to complete this calculation

d)

There is an error with the input, output, or formula

40.

What does a credit card represent? Check all that apply

a)

Unlimited free money

b)

A small loan

c)

A line of credit

d)

A mortgage

41.

A variable is just a _____ for storing a____

a)

constant; value

b)

container; value

c)

constant; variable

d)

container; variable

42.

Which of the following are examples of variables in a video game code?

a)

character

b)

score

c)

lives

d)

map

43.

What word signals to the computer that you are about to create a variable?

a)

var

b)

con

c)

=

d)

score

44.

Order when creating variables is important. The label must appear on the ____and the value must appear on the ____

a)

left; right

b)

right; left

45.

What is it called when a programmer creates and assigns a variable in the same step?

a)

Initializing the variable

b)

Integrating the variable

c)

Entering the variable

d)

Evaluating the variable

46.

What are the three questions you need to ask yourself when creating a loop?

a)

What do I want to repeat each time?

b)

How often do I want it repeated?

c)

What value do I want to change each time?

d)

When do I want to stop looping?

47.

What does a loop break statement do?

a)

Terminates the loop after a certain number of iterations

b)

Terminates the loop immediately

c)

Pauses the loop cycle

d)

Changes the loop after a certain number of iterations

48.

What are some benefits of loops?

a)

They clean up the code so that code does not need to be reiterated

b)

They speed up the coding process

c)

They make the code more confusing so that hackers cannot change the code

d)

They keep code encrypted for data protection

49.

What signifies the end of a loop code?

a)

a curly bracket }

b)

A parentheses )

c)

A period .

d)

A semicolon ;

50.
What kind of gate does this Truth Table represent?
a)
AND
b)
NOT
c)
OR
d)
NAND
51.
What kind of gate does this Truth Table represent?
a)
NOR
b)
NOT
c)
OR
d)
XOR
52.

What will this gate's output be?

a)

0

b)

1

53.

Which logic gate represented by this symbol?

a)

OR

b)

NOR

c)

XOR

d)

NOT

54.

Which logic gate is represented by this truth table?

a)
b)
c)
d)
55.

Solve the circuit if a is 1, B is 0, and C is 0

a)

True (1)

b)

False (0)