Search Header Logo

Quiz For y While Python

Authored by Ivan Sustersick

Computers

10th Grade

Used 6+ times

Quiz For y While Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Esta condición es True o False?
345 < 274

True
False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Esta condición es True o False si x = Verdadero?
3 * 3 >= 4 + 5 and x

False
True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Esta condición es True o False si x = Falso?
9 - 7 < 1 or not x

True
False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Esta condición es True o False si phrase = El más noble de los perros es el perro caliente; alimenta la mano que lo muerde?
"j" in phrase

True
False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¡Cuántas veces se imprimirá "¡Ni!" en el siguiente bucle?

  1. for i in range(4):

  2.   print("¡Ni!")

2
3
4

8

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el último número que imprimirá el siguiente bucle?

  1. for i in range(6, 32):

  2.   print(i)

25
31
32
30

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el tercer número que imprimirá el siguiente bucle?

  1. for i in range(45, 30, -5):

  2.   print(i)

30
40
25
35

Access all questions and much more by creating a free account

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

Already have an account?