Python: Using Basic Formulas

Python: Using Basic Formulas

5th Grade

10 Qs

quiz-placeholder

Similar activities

Python Beginners Week 6

Python Beginners Week 6

3rd - 12th Grade

13 Qs

Diagramas de Flujo 2

Diagramas de Flujo 2

5th Grade - University

15 Qs

Kuiz ASK Function & Procedure

Kuiz ASK Function & Procedure

3rd - 5th Grade

11 Qs

Python Quiz 7

Python Quiz 7

KG - 6th Grade

14 Qs

Python input/output

Python input/output

4th - 9th Grade

10 Qs

last quiz

last quiz

KG - Professional Development

11 Qs

Mastering Python Operators

Mastering Python Operators

5th Grade

15 Qs

 Computing Revision JCG

Computing Revision JCG

KG - University

14 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?