Python - 3.1.14 - Output Quiz

Python - 3.1.14 - Output Quiz

12th Grade

6 Qs

quiz-placeholder

Similar activities

Pseudocode Input

Pseudocode Input

9th - 12th Grade

10 Qs

Python Generators

Python Generators

10th Grade - University

10 Qs

Python Basics

Python Basics

12th Grade - University

10 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

CS1310 Unit 1 Quizziz

CS1310 Unit 1 Quizziz

12th Grade

10 Qs

Python - Year 8

Python - Year 8

3rd Grade - University

10 Qs

Skill Development - Debugging Practice1

Skill Development - Debugging Practice1

10th Grade - Professional Development

10 Qs

Unit 1 Quiz

Unit 1 Quiz

10th - 12th Grade

11 Qs

Python - 3.1.14 - Output Quiz

Python - 3.1.14 - Output Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

PHILLIP VEET

Used 6+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following snippet? x = 10

y = 4

z = 12

print(x > y)

print(y > z)

True

Flase

True

True

False

False

False

True

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following snippet? x, y, z = 6, 11, 9

print(x > z)

print((y - 5) == x)

True

False

True

True

False

False

False

True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following snippet? x, y, z = 6, 9, 7

x, y, z = z, y, x

print(x > z)

print((y - 2) == x)

True

False

True

True

False

False

False

True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of this snippet?

True

else

False

else

True

True

else

True

False

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of this snippet?

four

five

six

one

two

three

four

five

four

five

one

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of this snippet?

one

two

three

one

two

three

four

one

four

one

two