Operadores y Comandos de Selección
Quiz
•
Computers
•
12th Grade
•
Medium
Alejandro Díaz
Used 14+ times
FREE Resource
20 questions
Show all answers
1.
DRAW QUESTION
1 min • Ungraded
Haz un dibujo que represente tu estado de ánimo

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
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Hardware and Software
Quiz
•
10th - 12th Grade
20 questions
Programación Primer Parcial
Quiz
•
12th Grade - Professi...
17 questions
SQL alapok teszt
Quiz
•
11th - 12th Grade
17 questions
Bilişim Teknolojileri 6.Sınıf Yıl Sonu Tekrar Testi
Quiz
•
6th Grade - Professio...
15 questions
python basics
Quiz
•
11th Grade - University
20 questions
VIDEOJUEGOS-CMSB
Quiz
•
1st Grade - Professio...
20 questions
SOAL TKJ 2021/2022
Quiz
•
12th Grade
20 questions
Microsoft Excel
Quiz
•
KG - Professional Dev...
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
