Mathematical Functions and Operations

Mathematical Functions and Operations

4th Grade

8 Qs

quiz-placeholder

Similar activities

2-үй жұмысы

2-үй жұмысы

8th Grade

9 Qs

Python Libraries

Python Libraries

12th Grade

10 Qs

PYTHON(LIBRARIES)

PYTHON(LIBRARIES)

12th Grade

10 Qs

Topic 3: Function and parallel processing

Topic 3: Function and parallel processing

10th Grade

9 Qs

Программирование линейных и разветвляющихся алгоритмов

Программирование линейных и разветвляющихся алгоритмов

1st - 10th Grade

10 Qs

Advanced Java Study Guide

Advanced Java Study Guide

11th - 12th Grade

10 Qs

Assessment Quiz 1

Assessment Quiz 1

7th - 12th Grade

10 Qs

Додаткові модулі 1

Додаткові модулі 1

1st - 12th Grade

12 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.