
quiz7
Quiz
•
Information Technology (IT)
•
1st Grade
•
Practice Problem
•
Hard
Khaled Abdellatif
Used 3+ times
FREE Resource
Enhance your content in a minute
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for (int i = 0; i < 3; i++) {
cout << i << " ";
}
1 2 3 4
0 1 2
0 1 2 3
Erreur
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for (int i = 0; i < 5; i++) {
if (i % 2 == 0) {
cout << i << " ";
} }
0 2 4
1 3 5
0 1 2 3 4
Erreur
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for (int i = 0; i < 4; i++) {
if (i == 2) {
cout << "Deux" << endl; }
else { cout << i << endl; } }
0 1 Deux 3
0 Deux 2 3
Deux 1 2 3
0 1 2 3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for (int i = 0; i < 3; i++) {
for (int j = 0; j < 2; j++) {
cout << i << "," << j << " "; } }
0,0 0,1 1,0 1,1 2,0 2,1
0,0 1,0 2,0
0,1 1,1 2,1
Erreur
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int x = 0;
for (int i = 0; i < 4; i++) {
x += i; }
cout << x;
6
4
10
5
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int somme = 0;
for (int i = 2; i <= 6; i += 2) {
somme += i; }
cout << somme;
6
8
12
14
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int a = 17;
int b = 5;
cout << a / b;
3
3.4
4
0
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int x = 20;
int y = 7;
cout << x % y;
6
1
0
7
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int x = 7;
if (x % 2 == 0) {
cout << "Pair"; }
else { cout << "Impair"; }
Pair
Impair
Erreur
7
Similar Resources on Wayground
10 questions
Kuis Google Doc
Quiz
•
1st - 5th Grade
10 questions
Aula 3 e 4 - Projeto no ar!
Quiz
•
1st Grade
10 questions
PC Atividade 20 pontos II
Quiz
•
1st Grade
10 questions
INFORMATIKA X
Quiz
•
1st Grade
12 questions
Quiz sobre Desenvolvimento Mobile
Quiz
•
1st Grade
9 questions
Quiz Diagram Alir dan Algoritma
Quiz
•
1st Grade - University
7 questions
EMA ICT Course
Quiz
•
1st Grade
5 questions
Missione: Salva la Smart City!
Quiz
•
1st - 5th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Information Technology (IT)
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
14 questions
States of Matter
Lesson
•
KG - 3rd Grade
13 questions
Veterans' Day
Quiz
•
1st - 3rd Grade
20 questions
Multiplication Mastery Checkpoint
Quiz
•
1st - 5th Grade
20 questions
Place Value
Quiz
•
KG - 3rd Grade
16 questions
natural resources
Quiz
•
1st Grade
20 questions
Identify Coins and Coin Value
Quiz
•
1st Grade
24 questions
Addition
Quiz
•
1st Grade
