Test Cls 7 Sem I

Quiz
•
Computers
•
6th Grade
•
Easy
Varga Adorjan
Used 14+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int a=4,b=7;
if(a==b){ cout << "DA";}
else { cout << "NU";}
DA
NU
4
5
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int a=4,b=4;
if( a<b) { cout << "DA";}
else { cout << "NU";}
DA
NU
4
5
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int a=4,b=5;
if( a>=b) { cout << "DA";}
else { cout << "NU";}
DA
NU
4
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int a=4,b=5;
if( a == b-1 || b== a-1) { cout << "DA";}
else { cout << "NU";}
DA
NU
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int n=5;
if( n%2==0) { cout << "Par";}
else { cout << "Impar";}
Par
Impar
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int a=6,b=4;
if( a>b) { cout << a;}
else { cout << b;}
a
b
4
6
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int i=1,n=4;
while(i<=n){ cout << i << " "; i++;}
1 2 3 4 5
0 1 2 3 4 5
1 2 3 4
Create a free account and access millions of resources
Similar Resources on Wayground
7 questions
Quiz 1 c++

Quiz
•
6th - 8th Grade
10 questions
Programare cu C++ nivel medie 2

Quiz
•
4th - 9th Grade
10 questions
Componenta software

Quiz
•
5th - 8th Grade
10 questions
Divizibilitate C++

Quiz
•
5th - 9th Grade
11 questions
Perifericele Calculatorului

Quiz
•
5th Grade - University
11 questions
Массивы в C++: ввод/вывод

Quiz
•
6th - 8th Grade
10 questions
С++ цикл for

Quiz
•
6th - 9th Grade
10 questions
while

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade