
Programare cu C++ nivel 0-2

Quiz
•
Computers
•
6th - 8th Grade
•
Easy
Ali Cabas
Used 9+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
cout << "****";
cout << "****" << endl;
cout << "****";
cout << "****";
****
********
****
********
********
************
****
****
****
****
****
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
cout << "****" << endl << "****" << endl << "****" << endl << "****";
****
****
****
****
****************
********
********
**** **** **** ****
3.
MATCH QUESTION
45 sec • 1 pt
Care se potriveste?
endl
Egal
==
Trece la urmatorul linie
!=
Afisare
cout
Citirea
cin
Diferit
4.
REORDER QUESTION
45 sec • 1 pt
Gasiti ordine
if(a==b && b==c)
cout << "Egale";
int a, b , c;
else
cout << "Diferit";
cin >> a >> b >> c;
5.
MATCH QUESTION
1 min • 1 pt
Care se potriveste?
37
if(a%2==0)
42
if(a>9 && a<100)
273
if(a%2==0 && a>99)
5
if(a<10)
412
if(a%2==1 && a>99)
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Care program scris corect?
if(a==b && b==c)
cout << "1";
else cout << "2";
else if(a!=b && b!=c) cout << "3";
if(a==b && b==c)
cout << "1";
if else cout << "2";
if(a==b && b==c)
cout << "1";
else if(a!=b && b!=c)
cout << "2";
else cout << "3";
else if(a==b && b==c)
cout << "1";
else cout << "2";
7.
REORDER QUESTION
1 min • 1 pt
Gasiti ordine.
if(a%2==1 && b%2==1 && c%2==1)
cout << "2";
int a, b, c;
cin >> a >> b >> c;
if(a%2==0 && b%2==0 && c==0)
cout << "1";
else
cout << "0";
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Web Design End of Quarter Study Quiz

Quiz
•
7th Grade
10 questions
Wprowadzenie do C++

Quiz
•
8th Grade
12 questions
Test Cls 7 Sem I

Quiz
•
6th Grade
10 questions
Instructiunea If

Quiz
•
6th Grade
10 questions
while

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

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

Quiz
•
6th - 8th Grade
15 questions
Hyperlink Tags (HTML)

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