Search Header Logo

THP CONDICIONALES

Authored by JANA ROZENBERG

others

Used 1+ times

THP CONDICIONALES
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

11 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Las condiciones pueden ser:

Verdaderas
Falsas
Tal vez
Ninguna

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

En un condicional de tipo IF, el camino del verdadero SIEMPRE tiene que tener código/instrucción

Verdadero
Falso

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

¿Qué operadores lógicos son correctos para mostrar por pantalla "Lo logré!"? MARCAR TODAS LAS OPCIONES VÁLIDAS

>
>=
!=
<
<=

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

¿Cuál seria la salida de este algoritmo?

"Son iguales"
"Son diferentes"
---ERROR---

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Para comparar 2 variables utilizamos...

===
=
==
<->

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int num1 = 9, num2 = 10; boolean seCumple; seCumple = num1 > 10 || num 2 < 11; Que valor va a guardar la variable seCumple?

True
False
No se sabe

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int num1, num2 ; boolean seCumple; System.out.println("Ingrese el numero 1"); num1 = Integer.parseInt(intput.nextLine()); System.out.println("Ingrese el numero 2"); num2 = Integer.parseInt(intput.nextLine()); seCumple = num1 > 10 || num 2 < 11; Que valor va a guardar la variable seCumple?

True
False
No se sabe

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?