Haz un dibujo que represente tu estado de ánimo
Operadores y Comandos de Selección

Quiz
•
Computers
•
12th Grade
•
Medium
Alejandro Díaz
Used 13+ times
FREE Resource
20 questions
Show all answers
1.
DRAW QUESTION
1 min • Ungraded

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
}
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
SIOT - Komunikasi Data Serial UART

Quiz
•
11th - 12th Grade
15 questions
Java Script Quiz

Quiz
•
9th - 12th Grade
16 questions
Arithmetic Types Declare Initialize Relation Logical Ops

Quiz
•
9th Grade - University
18 questions
Seri ekran,potansiyometre,servo

Quiz
•
9th - 12th Grade
20 questions
Java, part I

Quiz
•
11th Grade - University
15 questions
Java Math

Quiz
•
9th - 12th Grade
20 questions
Java Fundamentals Assessment

Quiz
•
12th Grade
20 questions
Network Administrator Muda

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University