
Programare cu C++ nivel 0-2

Quiz
•
Computers
•
6th - 8th Grade
•
Easy
Ali Cabas
Used 13+ 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
Afisare
==
Trece la urmatorul linie
!=
Egal
cin
Citirea
cout
Diferit
4.
REORDER QUESTION
45 sec • 1 pt
Gasiti ordine
int a, b , c;
if(a==b && b==c)
cout << "Egale";
cin >> a >> b >> c;
else
cout << "Diferit";
5.
MATCH QUESTION
1 min • 1 pt
Care se potriveste?
37
if(a>9 && a<100)
412
if(a%2==0 && a>99)
5
if(a%2==0)
273
if(a%2==1 && a>99)
42
if(a<10)
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
12 questions
C++ References

Quiz
•
6th - 12th Grade
15 questions
Графика в C++

Quiz
•
7th - 10th Grade
9 questions
C++ Kelas 89

Quiz
•
8th Grade
10 questions
test C++

Quiz
•
7th Grade
10 questions
Programare cu C++ nivel incepatori 2

Quiz
•
6th - 8th Grade
12 questions
HTML Теги форматування тексту_8 клас

Quiz
•
8th - 11th Grade
8 questions
Structura secventiala

Quiz
•
6th - 8th Grade
13 questions
BÀI THỰC HÀNH 2

Quiz
•
7th - 8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

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

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade