Condicionales Python - TC1028

Condicionales Python - TC1028

University

10 Qs

quiz-placeholder

Similar activities

If else

If else

University

15 Qs

HTML

HTML

University

10 Qs

Bài 6 Câu lệnh rẽ nhánh

Bài 6 Câu lệnh rẽ nhánh

10th Grade - University

15 Qs

Introducción a Python - Clase 6

Introducción a Python - Clase 6

University

10 Qs

Estructura repetitiva For

Estructura repetitiva For

University

7 Qs

Lección 3 E-thinking - python

Lección 3 E-thinking - python

University

9 Qs

C programming-1

C programming-1

University

13 Qs

XML BASICS QUIZ

XML BASICS QUIZ

University

15 Qs

Condicionales Python - TC1028

Condicionales Python - TC1028

Assessment

Quiz

Computers

University

Medium

Created by

Jorge Ramírez Uresti

Used 58+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de estás instrucciones comprobará si a es menor que b?

if a < b

if a > b

if a < b :

if (a<b)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de estás instrucciones comprobará si a es igual a b?

if a = b

if a == b

if a == b :

if a === b :

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Cuál de estás instrucciones comprobará si a es menor a b y menor a c?

if a < b & a < c:

if a < b and < c:

if a < b and a < c:

if a < b y a< c

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

¿Qué imprimirá este código?

A

A

B

A

C

B

C

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

¿Qué imprimirá este código?

B

C

A

B

C

C

A

C

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

¿Qué imprimirá este código?

A

D

B

D

C

D

D

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Símbolo que se usa para diferenciar entre dos valores.

Por ejemplo: 4 es diferente de 4

!=

#

<>

¡=

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?