
quiz7

Quiz
•
Information Technology (IT)
•
1st Grade
•
Hard
Khaled Abdellatif
Used 3+ times
FREE Resource
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
7 questions
Netykieta

Quiz
•
1st - 5th Grade
10 questions
MOTO B2B

Quiz
•
1st Grade
9 questions
GP 1 Technologies

Quiz
•
1st Grade
12 questions
A ORIGEM DA COMPUTAÇÃO

Quiz
•
1st - 5th Grade
9 questions
Տեստ 1․ Տրամաբանական արտահայտություններ

Quiz
•
1st - 5th Grade
10 questions
PLC 1

Quiz
•
1st Grade
14 questions
Kelas 3 Bab 3 Bagian A-F Pengenalan PowerPoint

Quiz
•
1st Grade
11 questions
Assesment Pertemuan Ketiga Asteria Academy

Quiz
•
1st - 5th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade