
test_seleccion_repetición

Quiz
•
Computers
•
1st - 10th Grade
•
Medium
José Pinos
Used 1+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
La estructura secuencial if es:
IF()[
]
if(){
}
2.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
Si se tiene que:
double nota = 7.89; ,
la expresión:
if( nota > 7.5 ){
cout << ("Aprobado");
}else {
cout << ("Reprobado");
}
imprime :
Aprobado
Reprobado
3.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
En una estructura (switch-case), la expresión (selector) puede ser un número real?
Si
No
4.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
qué muestra la siguiente expresión
int x = 25;
x > 10 ? cout <<"es mayor que 10"<<endl : cout <<"es menor que 10"<<endl;
es mayor que 10
es menor que 10
5.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
Qué muestra la siguiente expresión:
double val = 15.36;
while(val < 12){
cout <<"-"<<endl;
}
-
Nada porque no ingresa al while
(-) y se genera un bucle infinito
6.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
Qué produce el siguiente bucle while
int i = 11;
while(i < 20){
cout <<i <<endl;
i--;
}
Imprime 11, 10, 9, 8... y se genera un bucle infinito
Imprime 11, 12, 13, 14, 15 hasta 19
Similar Resources on Wayground
10 questions
Podstawy C++

Quiz
•
1st - 8th Grade
10 questions
Programare cu C++ nivel 0-1

Quiz
•
6th - 8th Grade
10 questions
Quiz Bahasa C++ 1

Quiz
•
9th - 12th Grade
8 questions
Цикл whille

Quiz
•
1st - 5th Grade
7 questions
While Loops

Quiz
•
10th - 12th Grade
10 questions
Reference and Pointers in C++

Quiz
•
6th - 8th Grade
10 questions
C++

Quiz
•
6th - 8th Grade
11 questions
Caligrafía | CM7

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
18 questions
Digital Footprint

Quiz
•
6th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade