Care potriveste?

Programare cu C++ nivel incepatori 4

Quiz
•
Computers
•
6th - 8th Grade
•
Easy
Ali Cabas
Used 37+ times
FREE Resource
12 questions
Show all answers
1.
MATCH QUESTION
1 min • 1 pt
207
if(a%100<10)
2340
if(a/10%10==a%10 && a%2==0)
1577
if(a%5==0 && a%3==0)
144
if(a%2==0 && a<100)
28
if(a/1000>0 && a%2==1)
2.
REORDER QUESTION
1 min • 1 pt
Gasiti ordine.
int a, b, c, suma=0;
cin >> a >> b >> c;
if(a%2==0 && b%2==0 && c%2==0)
suma=a+b+c;
else if(a%2==1 && b%2==1 && c%2==1)
suma=a*b*c;
cout << suma;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if((a>9 && a<100) || a/10%10%2==0)
372
8
3045
178
4.
REORDER QUESTION
1 min • 1 pt
Gasiti ordine.
int a, p, cnt=0, n;
cin >> n >> p;
for(int i=1; i<n; i++) {
cin >> a;
if(a%2==0 && a>p)
cnt++;
}
cout << cnt;
5.
MATCH QUESTION
1 min • 1 pt
Care potriveste?
a%2==0 && a>99
ultimele 2 cifre egale
a/10%10%2==1
paritate sunt diferit
a%2!=b%2
cifra zecilor impar
a%10==a/10%10
are cel putin 4 cifre
a/1000>0
par si cel putin 3 cifre
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
nr = (a/100) * 10 + a%10;
Daca a=3175, nr va fi?
31
75
175
315
7.
REORDER QUESTION
1 min • 1 pt
Gasiti ordine.
int n, a, suma=0;
cin >> n;
for(int i=0; i<n; i++) {
cin >> a;
if(a%2==0)
suma=suma+a;
}
cout << suma;
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
7 сынып информатика

Quiz
•
7th Grade
15 questions
Python basics

Quiz
•
6th - 8th Grade
10 questions
Programming - Iteration, Basic Programming Constructs & Loop

Quiz
•
2nd - 12th Grade
10 questions
Informatica

Quiz
•
6th Grade
15 questions
Python Basics

Quiz
•
KG - University
15 questions
Quiz-1 Python MD

Quiz
•
6th Grade
10 questions
Программирование C#

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

Quiz
•
3rd - 12th 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