
Programare cu C++ nivel medie 3

Quiz
•
Computers
•
4th - 9th Grade
•
Easy
Ali Cabas
Used 7+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care afiseaza cifra miilor si cifra zecilor
cout << a/1000 << " " << a/10;
cout << a/100%10 << " " << a%10;
cout << a/1000%10 << " " << a/10%10;
cout << a%1000 << " " << a%10;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Daca a este egal cu 23501
Dupa linie respective a devine?
a=(a/100)*10+a%10
21
201
2301
2351
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Cate stelute va fi afisat?
15
25
10
20
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Daca n=10 si sunt cele 10 numere
33 17 18 24 10 40 65 199 23 5
Ce afiseaza programul?
18 24
-1 -1
18 40
10 40
5.
REORDER QUESTION
1 min • 1 pt
Gasiti ordine
if(a%2==0 && b%2==0 && c%2==0)
cout << "Par";
else if(a%2==1 && b%2==1 && c%2==1)
cout << "Impar";
int a, b, c, suma=0;
else
cout << "Mix";
cin >> a >> b >> c;
6.
MATCH QUESTION
1 min • 1 pt
Match the following
381
if(a<100 && a%3==0)
205
if(a%3==0 && a%5==0)
315
if(a%10==a/100%10)
24
if(a%100<10)
252
if(a/100%10%2==1)
7.
DRAG AND DROP QUESTION
1 min • 1 pt
for(int i=0; (a) ;i++) {
for(int j=0; (b) ; j++)
cout << "*";
cout << endl;
}
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
HTML Tags

Quiz
•
7th - 8th Grade
10 questions
Reference and Pointers in C++

Quiz
•
6th - 8th Grade
10 questions
C++

Quiz
•
6th - 8th Grade
10 questions
Quiz Bahasa C++ 1

Quiz
•
9th - 12th Grade
11 questions
Caligrafía | CM7

Quiz
•
1st - 10th Grade
8 questions
Цикл whille

Quiz
•
1st - 5th Grade
8 questions
Robotics Quiz

Quiz
•
1st - 12th Grade
10 questions
HTML Tags

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
8 questions
Time Management

Quiz
•
6th Grade
18 questions
Digital Footprint

Quiz
•
6th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade