Quiz For y While Python

Quiz For y While Python

10th Grade

33 Qs

quiz-placeholder

Similar activities

python functions

python functions

10th Grade

33 Qs

ทดสอบภาษาไพทอนเบื้องต้น

ทดสอบภาษาไพทอนเบื้องต้น

10th - 12th Grade

30 Qs

CÂU LỆNH LẶP

CÂU LỆNH LẶP

8th - 11th Grade

30 Qs

TIN HỌC KTRA 15P

TIN HỌC KTRA 15P

10th Grade - University

29 Qs

Cuối kỳ 1 Tin 10 - Cánh Diều

Cuối kỳ 1 Tin 10 - Cánh Diều

10th Grade

29 Qs

Python Review

Python Review

8th - 12th Grade

35 Qs

JavaScript Functions

JavaScript Functions

9th - 12th Grade

33 Qs

Functions and JavaScript

Functions and JavaScript

9th - 12th Grade

33 Qs

Quiz For y While Python

Quiz For y While Python

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Ivan Sustersick

Used 6+ times

FREE Resource

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

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?