Python (I/O to Lists) Formative Quiz

Python (I/O to Lists) Formative Quiz

9th Grade

25 Qs

quiz-placeholder

Similar activities

Bài kiểm tra giữa kì 2

Bài kiểm tra giữa kì 2

9th - 12th Grade

20 Qs

CPA Revision MCQ1

CPA Revision MCQ1

8th - 9th Grade

20 Qs

Ôn tập học kỳ I

Ôn tập học kỳ I

9th - 12th Grade

20 Qs

TMK tahun 6: UNIT 3 PENGHASILAN DAN PENGUJIAN ATUR CARA

TMK tahun 6: UNIT 3 PENGHASILAN DAN PENGUJIAN ATUR CARA

1st - 12th Grade

20 Qs

TIK VII YT, GC, VIDCOF

TIK VII YT, GC, VIDCOF

7th - 12th Grade

20 Qs

Data Representation Mini Test

Data Representation Mini Test

9th - 10th Grade

20 Qs

From Binary To Denary Conversion - IGCSE

From Binary To Denary Conversion - IGCSE

7th Grade - Professional Development

20 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Python (I/O to Lists) Formative Quiz

Python (I/O to Lists) Formative Quiz

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Clyde Santes

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the syntax for an if-else statement in Python?

if condition: # code block for else condition else: # code block for if condition

if condition: # code block for if condition else: # code block for else condition

if condition: # code block for if condition else: # code block for if condition

if condition: # code block for if condition else: # code block for else condition

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When is the else block executed in an if-else statement?

When the condition in the if statement is false.

When the program encounters a break statement.

When the condition in the if statement is null.

When the condition in the if statement is true.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which Python code checks if a number is even or odd, using a conditional statement?

num % 2 == 0

num / 2 == 0

num % 2 == 1

num % 2 != 0

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are the Boolean operators in Python?

and, or, not

if, else, while

true, false, maybe

plus, minus, multiply

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the result of the Boolean expression: True AND False?

False

True

True AND True

False AND True

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Explain the 'not' operator with an example in Python.

Example: not False returns True

Example: not 'hello' returns 'hello'

Example: not 1 returns 0

Example: not True returns False

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you assign a value to a variable in Python?

assign variable_name = value

variable_name = value

value = variable_name

value to variable_name

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?