Python: Using Basic Formulas

Python: Using Basic Formulas

5th Grade

10 Qs

quiz-placeholder

Similar activities

Python Data types & Exceptions

Python Data types & Exceptions

1st - 10th Grade

14 Qs

Python Quiz

Python Quiz

3rd Grade - Professional Development

11 Qs

Excel avance 3

Excel avance 3

1st - 10th Grade

10 Qs

Python Programming

Python Programming

5th Grade - University

15 Qs

Subroutine

Subroutine

KG - 12th Grade

10 Qs

Python Statements

Python Statements

5th - 7th Grade

10 Qs

Python

Python

KG - 9th Grade

8 Qs

Python Basics !!!!!!!!!!!!!

Python Basics !!!!!!!!!!!!!

3rd - 8th Grade

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

Discover more resources for Computers