
Programare cu C++ nivel incepatori 2

Quiz
•
Computers
•
6th - 8th Grade
•
Medium
Ali Cabas
Used 45+ times
FREE Resource
10 questions
Show all answers
1.
REORDER QUESTION
1 min • 1 pt
Gasiti ordine
cin >> n;
for(int i=0; i<n; i++) {
cin >> a;
if(a%2==0)
cnt++;
}
cout << cnt;
int n, a, cnt=0;
2.
MATCH QUESTION
1 min • 1 pt
Care potriveste?
a>99 && a<1000
cifra sutelor par
a%2==0
un nr cu exact 3 cifre
a%10==a/10%10
Numar par
a%10==5
ultimele 2 cifre egale
a/100%10%2==0
ultima cifra egal cu 5
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
cout << "Suma numerelor: " << endl << "a+b=" << a+b;
Daca a=3 b=5 ce afiseaza?
Suma numerelor: 8
Suma numerelor: a+b=8
Suma numerelor:
8
Suma numerelor:
a+b=8
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ce afiseaza daca a=3?
43
0
4321
4
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if((a>99 && a<1000) || a%100<10)
3553
57
1507
2255
6.
MATCH QUESTION
1 min • 1 pt
Care potriveste
407
if(a%10==a/10%10)
2004
if(a%10==7 && a>9 && a<100)
345
if(a%3==0 && a%5==0)
33
if(a%2==1 && a%100<10)
57
if(a/1000>0 && a%2==0)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ce afiseaza daca a=6?
43210
nimic
0
4
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
Evaluare algoritmi structuri de control clasa VIII

Quiz
•
8th Grade
8 questions
Structura alternativă și operatori

Quiz
•
6th - 8th Grade
11 questions
Строки в с++

Quiz
•
8th Grade
10 questions
C++

Quiz
•
7th - 8th Grade
10 questions
Bài tập trắc nghiệm C++

Quiz
•
3rd - 12th Grade
15 questions
Quiz-1 Python MD

Quiz
•
6th Grade
12 questions
C++

Quiz
•
7th Grade
10 questions
Informatica

Quiz
•
6th 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
Discover more resources for Computers
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
One Step Equations All Operations

Quiz
•
6th - 7th Grade
13 questions
Primary and Secondary Sources

Quiz
•
6th Grade
15 questions
Decimal Operations

Quiz
•
6th Grade
10 questions
Plotting Points on the Coordinate Plane

Quiz
•
7th - 8th Grade