Python Review of Units 3 and 4

Python Review of Units 3 and 4

9th Grade

31 Qs

quiz-placeholder

Similar activities

Python alapok gyakorló

Python alapok gyakorló

9th - 12th Grade

35 Qs

Web Design Basics Quiz

Web Design Basics Quiz

6th Grade - University

30 Qs

Test6

Test6

9th - 12th Grade

30 Qs

Kompyuter arxitekturasi va dasturlash

Kompyuter arxitekturasi va dasturlash

9th Grade

26 Qs

Review Python_G8

Review Python_G8

8th Grade - University

28 Qs

 Python Basic (Grade9)

Python Basic (Grade9)

9th Grade

34 Qs

Untitled Quiz

Untitled Quiz

8th Grade - University

35 Qs

Y9 Python Review

Y9 Python Review

9th Grade - University

30 Qs

Python Review of Units 3 and 4

Python Review of Units 3 and 4

Assessment

Quiz

Information Technology (IT)

9th Grade

Medium

Created by

BYRONELLE WILLIAMS

Used 3+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following expression in Python: `True and False`?

True

False

None

1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a comparison operator in Python?

`+`

`==`

`and`

`#`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a logical operator in Python?

`*`

`or`

`!=`

`//`

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression `7 % 3` in Python?

1

2

3

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?

x = 3.14159

print(round(x, 2))

3.14

3.15

3.141

3.142

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

1variable

variable_1

variable-1

variable 1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following expression: `not (True or False)`?

True

False

None

0

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?