
Programare cu C++ nivel incepatori 4

Quiz
•
Computers
•
6th - 8th Grade
•
Easy
Ali Cabas
Used 53+ times
FREE Resource
12 questions
Show all answers
1.
MATCH QUESTION
1 min • 1 pt
Care potriveste?
144
if(a%2==0 && a<100)
28
if(a%100<10)
2340
if(a/10%10==a%10 && a%2==0)
1577
if(a%5==0 && a%3==0)
207
if(a/1000>0 && a%2==1)
2.
REORDER QUESTION
1 min • 1 pt
Gasiti ordine.
cout << suma;
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;
cin >> a >> b >> c;
int a, b, c, suma=0;
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.
cout << cnt;
for(int i=1; i<n; i++) {
cin >> a;
cin >> n >> p;
int a, p, cnt=0, n;
if(a%2==0 && a>p)
cnt++;
}
5.
MATCH QUESTION
1 min • 1 pt
Care potriveste?
a%2==0 && a>99
cifra zecilor impar
a%10==a/10%10
paritate sunt diferit
a%2!=b%2
are cel putin 4 cifre
a/1000>0
par si cel putin 3 cifre
a/10%10%2==1
ultimele 2 cifre egale
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.
for(int i=0; i<n; i++) {
cin >> a;
int n, a, suma=0;
if(a%2==0)
suma=suma+a;
}
cin >> n;
cout << suma;
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Programming - Iteration, Basic Programming Constructs & Loop

Quiz
•
2nd - 12th Grade
10 questions
Թեմատիկ աշխատանք N 2

Quiz
•
1st - 10th Grade
10 questions
Условный оператор. Вспомнить всё

Quiz
•
8th - 9th Grade
13 questions
c++ last

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

Quiz
•
3rd - 12th Grade
10 questions
7 сынып информатика

Quiz
•
7th Grade
15 questions
Python Basics

Quiz
•
KG - University
15 questions
Python basics

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
25 questions
Exploring POV and Unreliable Narrators

Quiz
•
7th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
20 questions
Typing Practice

Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade