Python Review of Units 3 and 4

Python Review of Units 3 and 4

9th Grade

31 Qs

quiz-placeholder

Similar activities

Uji Pengetahuan Teknologi Komputasi

Uji Pengetahuan Teknologi Komputasi

9th Grade

30 Qs

Ekspresi Logika dan Gerbang Logika

Ekspresi Logika dan Gerbang Logika

9th - 12th Grade

30 Qs

Python Basics

Python Basics

9th Grade

30 Qs

Knowledge Assessment Quiz

Knowledge Assessment Quiz

8th Grade - University

30 Qs

Підсумковий тест по масивам (Python)

Підсумковий тест по масивам (Python)

9th Grade

36 Qs

Navigating Digital Information Study Guide

Navigating Digital Information Study Guide

9th Grade

29 Qs

SJI9-ICT 2ND QUARTER EXAM

SJI9-ICT 2ND QUARTER EXAM

9th Grade

30 Qs

TEST BANK: NETWORKS AND DIGITAL SECURITY

TEST BANK: NETWORKS AND DIGITAL SECURITY

9th - 12th Grade

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