Mathematical Functions and Operations

Mathematical Functions and Operations

4th Grade

8 Qs

quiz-placeholder

Similar activities

Small Basic Week 12 (Mod 3.3 and 3.4) Pre-Quiz

Small Basic Week 12 (Mod 3.3 and 3.4) Pre-Quiz

7th - 8th Grade

10 Qs

ERM Student-led Activity 9

ERM Student-led Activity 9

University

12 Qs

Review_Recursion

Review_Recursion

11th Grade

10 Qs

Javascript Quiz 1

Javascript Quiz 1

10th - 12th Grade

9 Qs

Python Library-1

Python Library-1

12th Grade

11 Qs

IH-RECODE Gr-8

IH-RECODE Gr-8

8th Grade

10 Qs

Examen de PSeInt

Examen de PSeInt

University

10 Qs

Complejidad Algorítmica

Complejidad Algorítmica

University

7 Qs

Mathematical Functions and Operations

Mathematical Functions and Operations

Assessment

Quiz

Computers

4th Grade

Medium

Created by

cococodeclub Mii

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the math module used for?

Drawing pictures

Playing games

Doing math problems

Writing stories

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these helps you find the whole number part when you round a number down?

math.ceil()

math.floor()

math.sqrt()

math.factorial()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to find the square root of a number and only want the whole number part, which method would you use?

math.sqrt()

math.isqrt()

math.gcd()

math.fabs()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method helps you get rid of the minus sign from a number, making it positive?

math.copysign()

math.fabs()

math.floor()

math.ceil()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does math.pow(x, y) do in a computer program?

It adds x and y.

It multiplies x by y.

It finds x multiplied by itself y times.

It divides x by y.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does math.sqrt(x) return in a computer program?

The absolute value of x.

The cube of x.

The square root of x.

The square of x.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function would you use to calculate the factorial of a number?

math.prod()

math.comb()

math.factorial()

math.perm()

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does math.pi represent in the math module?

The value of the square root of 2.

The value of the golden ratio.

The value of pi.

The value of e.