
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";
int a, b, c, suma=0;
else
cout << "Mix";
cin >> a >> b >> c;
else if(a%2==1 && b%2==1 && c%2==1)
cout << "Impar";
6.
MATCH QUESTION
1 min • 1 pt
Match the following
24
if(a/100%10%2==1)
381
if(a<100 && a%3==0)
205
if(a%3==0 && a%5==0)
252
if(a%10==a/100%10)
315
if(a%100<10)
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
13 questions
9-Cpp-1

Quiz
•
9th Grade
10 questions
Q - Functii Siruri de caractere

Quiz
•
9th - 10th Grade
11 questions
Строки в с++

Quiz
•
8th Grade
12 questions
Bab 1.4.2 - Operator Hubungan dan Operator Logikal dlm Struktur

Quiz
•
9th - 12th Grade
10 questions
HTML Basic

Quiz
•
4th Grade
15 questions
HTML

Quiz
•
9th - 12th Grade
14 questions
C++ - Loops and Random Numbers

Quiz
•
9th - 12th Grade
10 questions
C++

Quiz
•
7th - 8th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
12 questions
3-5 Digital Citizenship: Appropriate Use

Quiz
•
3rd - 5th Grade
10 questions
Keyboard Typing

Quiz
•
4th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade