Python: Using Basic Formulas

Python: Using Basic Formulas

5th Grade

10 Qs

quiz-placeholder

Similar activities

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Python Programming Quiz

Python Programming Quiz

5th Grade

10 Qs

AstepI Quiz 3

AstepI Quiz 3

4th - 8th Grade

10 Qs

Python Level1

Python Level1

5th - 6th Grade

11 Qs

Python. Основы.

Python. Основы.

5th - 11th Grade

6 Qs

KOD ARAHAN TINGKATAN 2

KOD ARAHAN TINGKATAN 2

5th Grade

12 Qs

Python Quiz 7

Python Quiz 7

KG - 6th Grade

14 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python: Using Basic Formulas

Python: Using Basic Formulas

Assessment

Quiz

Computers

5th Grade

Hard

Created by

Kyd Tantano Masong

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

DRAG AND DROP QUESTION

1 min • 1 pt

The formula to calculate the area of a rectangle is ​ (a)   .

length * width
length + width
length / width
length - width

2.

DRAG AND DROP QUESTION

1 min • 1 pt

In Python, the operator used for exponentiation is ​ (a)  

**
*
+
/

3.

DRAG AND DROP QUESTION

1 min • 1 pt

The formula to calculate the perimeter of a square is ​ (a)  

2 * side
side / 4
side + side
4 * side

4.

DRAG AND DROP QUESTION

1 min • 1 pt

The formula to calculate the average of three numbers is ​ (a)  

(num1 + num2 + num3) / 3
(num1 * num2 * num3) / 3
(num1 - num2 - num3) / 3
(num1 + num2 - num3) / 3

5.

DRAG AND DROP QUESTION

1 min • 1 pt

The formula to convert Celsius to Fahrenheit is ​ (a)  

(9/5) * celsius + 32
(celsius - 32) / (9/5)
celsius + 32
celsius / (9/5) + 32

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of the following Python expression: 7 + 3 * 2?

20

13

16

17

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which operator is used to perform division in Python?

/

*

%

+

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?