Search Header Logo

Operadores y Comandos de Selección

Authored by Alejandro Díaz

Computers

12th Grade

Used 14+ times

Operadores y Comandos de Selección
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

DRAW QUESTION

1 min • Ungraded

Haz un dibujo que represente tu estado de ánimo

Media Image

2.

WORD CLOUD QUESTION

20 sec • Ungraded

Escribe un par de palabras que ayuden a motivar al grupo para realizar este Quiz:

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Qué operador representa que NO ES IGUAL?

=?

=<

!=

&=

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cuál es la expresión correcta en Arduino para representar que la variable x es menor o igual a 13?

x =< 13

x <= 13

x => 13

x >= 13

5.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

¿Cuál es la estructura correcta del comando switch?

switch {

case valor1:

// Statements

break;

case valor2:

// Statements

break;

default:

// Statements

}

switch (variable) {

valor1:

// Statements

break;

valor2:

// Statements

break;

default:

// Statements

}

switch (variable) {

case valor1:

// Statements

case valor2:

// Statements

default:

// Statements

}

switch (variable) {

case valor1:

// Statements

break;

case valor2:

// Statements

break;

default:

// Statements

}

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Qué operación suma 3 al valor previo de z y lo asigna a z como su nuevo valor?

z ++3;

z +=3;

z+3=y;

z =+3;

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

¿Cuál es una expresión correcta para representar que la acción se llevará a cabo, SOLO SI el valor de w es mayor o igual a -3 y menor o igual a 12?

if ( w >= -3 && w <= 12) {

//Statements

}

if ( w > -3 && w < 12) {

//Statements

}

if ( w <= -3 && w < 12) {

//Statements

}

if ( -3 <= w && w <= 12) {

//Statements

}

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?