Condicionales Python - TC1028

Condicionales Python - TC1028

University

10 Qs

quiz-placeholder

Similar activities

K60 - Buổi 3 - Cấu trúc lệnh

K60 - Buổi 3 - Cấu trúc lệnh

University

14 Qs

Bài kiểm tra 15'

Bài kiểm tra 15'

University

10 Qs

Level 1 - week 1

Level 1 - week 1

7th Grade - University

8 Qs

Sprawdzenie wiedzy z HTML 1

Sprawdzenie wiedzy z HTML 1

University

14 Qs

html тегтеріне тапсырма

html тегтеріне тапсырма

University

10 Qs

INTRODUCTION TO CODING QUIZ 2

INTRODUCTION TO CODING QUIZ 2

University

13 Qs

Quiz on Basics of C

Quiz on Basics of C

University

10 Qs

A3 IIB - Estructuras Condicionales I

A3 IIB - Estructuras Condicionales I

10th Grade - University

10 Qs

Condicionales Python - TC1028

Condicionales Python - TC1028

Assessment

Quiz

Computers

University

Medium

Created by

Jorge Ramírez Uresti

Used 62+ 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?