Mod 3 Quiz 1

Mod 3 Quiz 1

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Logic Building in Java Part 1

Logic Building in Java Part 1

6th - 9th Grade

10 Qs

Strings

Strings

10th - 11th Grade

10 Qs

Struktur Kontrol IF (Java)

Struktur Kontrol IF (Java)

11th Grade

10 Qs

Programming -  Operations on Numeric & Boolean Data

Programming - Operations on Numeric & Boolean Data

2nd - 12th Grade

10 Qs

Computer System (Part 1)

Computer System (Part 1)

8th - 9th Grade

10 Qs

FE MTA REVIEW #7

FE MTA REVIEW #7

12th Grade

11 Qs

Java Inheritance Quiz

Java Inheritance Quiz

11th Grade

10 Qs

Part 2 - Python CodeHS Standards: Number Guessing Game

Part 2 - Python CodeHS Standards: Number Guessing Game

10th Grade

10 Qs

Mod 3 Quiz 1

Mod 3 Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Scott Freeman

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following snippet?

x = 5

y = 10

z = 8

print (x > y)

print (y >x)

False

True

True

True

False

False

Ture

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following snippet?

x, y, z = 5, 10, 8

print (x >y)

print ((y-5) == x)

False

True

True

True

True

False

False

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following snippet?

x, y, z = 5, 10, 8

x, y, z = z, y, x

print (x >z)

print ((y-5) == x)

True

False

True

True

False

True

False

False

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

What is the output of the following snippet?

True

True

else

True

False

False

else

True

True

False

True

else

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

What is the output of the following snippet?

two

three

four

five

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following snippet?

one

two

two

three

three

four

four

one