Python If Statements - and or not

Python If Statements - and or not

11th Grade

10 Qs

quiz-placeholder

Similar activities

How Search Engines Work

How Search Engines Work

7th - 12th Grade

13 Qs

Python Loops

Python Loops

9th - 12th Grade

10 Qs

Python If Else Statements

Python If Else Statements

9th - 12th Grade

15 Qs

Python Review 2023-01-12

Python Review 2023-01-12

9th - 12th Grade

10 Qs

UT3

UT3

11th Grade

10 Qs

Python Conditionals and If Statements

Python Conditionals and If Statements

8th Grade - University

15 Qs

Python Basics

Python Basics

KG - University

15 Qs

C++ Arrays and Vectors Quiz

C++ Arrays and Vectors Quiz

9th - 12th Grade

13 Qs

Python If Statements - and or not

Python If Statements - and or not

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Alexander Anderson

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements will execute the block of code if the variable `a` is equal to 10?

if a = 10:

if a == 10:

if a != 10:

if a > 10:

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character must be at the end of the line for if?

:

;

.

{

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this code snippet print:

equal

equal

not equal

not equal

syntax error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this code snippet print:

Yes

indentation error

yes

10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax to check if two values are not equal in Python?

!==

!=

==

<>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write an if statement to check if `x` is greater than 10?

if x > 10:

if x is > 10:

if x >> 10:

if x gt 10:

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

not ( 7 == 8 )

True

False

Error

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?