Gasiti ordine

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
int n, a, cnt=0;
cin >> n;
for(int i=0; i<n; i++) {
cin >> a;
if(a%2==0)
cnt++;
}
cout << cnt;
2.
MATCH QUESTION
1 min • 1 pt
Care potriveste?
a%2==0
ultimele 2 cifre egale
a%10==a/10%10
cifra sutelor par
a>99 && a<1000
ultima cifra egal cu 5
a/100%10%2==0
Numar par
a%10==5
un nr cu exact 3 cifre
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
57
if(a/1000>0 && a%2==0)
2004
if(a%2==1 && a%100<10)
33
if(a%3==0 && a%5==0)
345
if(a%10==7 && a>9 && a<100)
407
if(a%10==a/10%10)
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 Quizizz
10 questions
ICT Grade 7 Quiz

Quiz
•
7th Grade
9 questions
Test vectori Cls 8

Quiz
•
8th Grade
10 questions
while

Quiz
•
1st - 10th Grade
10 questions
С++ цикл for

Quiz
•
6th - 9th Grade
11 questions
C++ Functions

Quiz
•
6th - 8th Grade
15 questions
C++ While Loops

Quiz
•
6th - 8th Grade
6 questions
Structura repetitivă

Quiz
•
7th Grade
10 questions
Вспоминаем условный оператор

Quiz
•
8th - 10th Grade
Popular Resources on Quizizz
10 questions
Chains by Laurie Halse Anderson Chapters 1-3 Quiz

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
15 questions
Character Analysis

Quiz
•
4th Grade
12 questions
Multiplying Fractions

Quiz
•
6th Grade
30 questions
Biology Regents Review #1

Quiz
•
9th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function

Quiz
•
9th - 12th Grade