wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

TI Quizz - Second Partial

Total questions: 23

Worksheet time: 16mins

Name
Class
Date
1.

This type of functions are designed to perform simple operations on data that is in a “database-like structure”.

a)

Database Functions

b)

Logical Functions

c)

Trigonometry Functions

d)

Statistic Functions

2.

This functions come from a branch of mathematics that studies the relationship between the sides and angles of a triangle.

a)

Databaste Functions

b)

Logical Functions

c)

Trigonometry Functions

d)

Statistics Functions

3.

This type of functions are used in spreadsheets in Excel to test whether a situation is true or false, answer different equations or follow sequences.

a)

Database Functions

b)

Logical Functions

c)

Trigonometry Functions

d)

Statistics Functions

4.

This type of functions are used when a mathematical process is required for a range of cells, such as summing the values in several cell locations.

a)

Database Functions

b)

Logical Functions

c)

Trigonometry Functions

d)

Statistics Functions

5.

In what format does Excel work trigonometry functions?

a)

Degrees

b)

Radians

6.

Can a value given in radians be transformed to degrees in excel?

a)

YES

b)

NO

7.

Can a value given in degrees in Excel be transformed to radians?

a)

YES

b)

NO

8.

What's the functions to find the product of a database?

(YOU CAN ADD OR NOT PARENTHESIS BUT DO NOT ADD ANYTHING INSIDE THEM)

(a)  

9.

Are =DVAR() and =DVARP() the same function?

a)

YES

b)

NO

10.

What's the use for =DVARP()

a)

Estimates variance based on a sample from selected database entries

b)

Calculates variance based on the entire population of selected database entries

11.

What's the use of =DCOUNTA() ?

a)

Counts nonblank cells in a database

b)

Counts the cells that contain numbers in a database

c)

Extracts from a database a single record that matches the specified criteria

d)

Returns the maximum value from selected database entries

12.

TRUE OR FALSE: =DGET() allows you to extract as many values as the user wants from a database.

a)

TRUE

b)

FALSE

13.

Let's say I have in cell A1: 1 and in cel A2 0. If i apply the "OR" functions as in =OR(A1,A2), what value should I recieve?

a)

TRUE

b)

FALSE

14.

Let's say I have in cell A1: 1 and in cel A2 1. If i apply the "AND" function as in =AND(A1,A2), what value should I recieve?

a)

TRUE

b)

FALSE

15.

Let's say I have in cell A1: 1 and in cel A2 1. If i apply the "XOR" functions as in =XOR(A1,A2), what value should I recieve?

a)

TRUE

b)

FALSE

16.

What happens if i have TRUE as my value but I apply the FALSE function.

a)

My value converts to FALSE

b)

My value stays as TRUE

c)

Nothing happens

17.

Returns the cosine value of the given (angle) in radians

a)

=COS()

b)

=ACOS()

18.

Returns the inverse tangent of a given number in radians

a)

=TAN()

b)

=ATAN()

19.

What does the functions =TRUNC() do?

a)

Deletes the fractional part of a number to truncate it to an integrate

b)

Rounds a number down to the nearest integer

20.

=STEDV.M() does what?

a)

Calculate the standard deviation from a sample.

b)

Calculate the running standard deviation of the entire population.

21.

Is =MAX() a statistical function?

a)

TRUE

b)

FALSE

22.

What does =AVERAGE() (=PROMEDIO()) do?

a)

Returns the average of the absolute deviations from the mean of the data points.

b)

Returns the average of its arguments.

c)

Returns the average of its arguments, including numbers, text and logical values.

23.

If i apply =MAXA(VERDADERO,8,10,6,FALSO,9) what will be my result?

a)

Verdadero

b)

10

c)

Falso

d)

9