Quiz 2: Conditionals  (CodeHS)

Quiz 2: Conditionals (CodeHS)

11th Grade

35 Qs

quiz-placeholder

Similar activities

ICS3U - Exam final - Révision

ICS3U - Exam final - Révision

11th Grade

40 Qs

Python Basics-01

Python Basics-01

9th - 12th Grade

32 Qs

Basic Python

Basic Python

6th - 12th Grade

30 Qs

Python Coding Specialist Exam

Python Coding Specialist Exam

9th Grade - Professional Development

31 Qs

Unit 5 AP CSP Code.org

Unit 5 AP CSP Code.org

9th - 12th Grade

33 Qs

Apple Swift Coding I - Lesson 1 - 6

Apple Swift Coding I - Lesson 1 - 6

9th - 12th Grade

30 Qs

Python L1 Programming Challenge

Python L1 Programming Challenge

1st - 12th Grade

30 Qs

Code.org Unit 5 Test

Code.org Unit 5 Test

9th - 12th Grade

33 Qs

Quiz 2: Conditionals  (CodeHS)

Quiz 2: Conditionals (CodeHS)

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Bryan Campbell

Used 6+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The __ keyword in Python is used for identity comparison. It checks if two variables refer to the same object in memory. In other words, it checks if the memory address of both variables is the same.

is

in

if

as

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will print to the console for the following code?

True

False

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will print to the console for the following code?

True

False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will print to the console for the following code?

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will print to the console for the following code?

True

False

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In Python, the __ keyword is primarily used for membership testing. It checks whether a specified value exists within a sequence (such as a string, list, tuple, or dictionary).

is

in

if

as

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will print to the console for the following code?

True

False

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?