Python Review of Units 3 and 4

Python Review of Units 3 and 4

9th Grade

31 Qs

quiz-placeholder

Similar activities

ОГЭ ИНФОРМАТИКА 1часть

ОГЭ ИНФОРМАТИКА 1часть

9th Grade

26 Qs

Test11

Test11

9th - 12th Grade

30 Qs

Test6

Test6

9th - 12th Grade

30 Qs

Проверка знаний по Python

Проверка знаний по Python

9th Grade

30 Qs

Digital Skills and Safety Quiz

Digital Skills and Safety Quiz

9th Grade

30 Qs

QUIZ Edublock Python

QUIZ Edublock Python

9th Grade

30 Qs

 Python Basic (Grade9)

Python Basic (Grade9)

9th Grade

34 Qs

Web Design Basics Quiz

Web Design Basics Quiz

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