
Programare cu C++ nivel medie 7
Quiz
•
Computers
•
6th - 8th Grade
•
Medium
Ali Cabas
Used 26+ times
FREE Resource
Enhance your content
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if( (a%3==0 || a%5==0) || a/100%10%2==1 || a%100<10)
1273
473
1001
3883
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cate stelute va fi afisat?
for(int i=0; i<5; i++) {
for(int j=0; j<5-i; j++)
cout << "*"; }
20
14
15
10
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ce face programul respectiv?
Gaseste cel mai mare cifra si aparitie
Gaseste de cate ori exista cel mai mare cifra
Gaseste numarul de cifre egal cu ultima cifra
Gaseste numarul de cifre egal cu prima cifra
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Din numarul a=145782 vrem sa afisam cel mai mare numar obtinut prin prima si ultima cifra, vrem obtinem 21 din 1 si 2
u=a%10;
while(a>99)
{ a=a/10; }
if(u>a)
cout << a*10+u;
else
cout << u*10+a;
u=a%10;
while(a>9)
{ a=a/10; }
if(u>a)
cout << u*10+a;
else
cout << a*10+u;
ca=a;
while(a>0)
{
ras=ras*10+a%10;
a=a/10;
}
cout << ca%10*10+ras%10;
u=a%10;
while(a>99)
{ a=a/10; }
cout << a/10*10+u;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
De cate ori se repeta?
for(int i=0; i>5 || i%2==0; i++)
infinit
0
1
10
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ce afiseaza programul?
cel mai mare cifra impar si aparitie
cel mai mare numar impar si aparitie
cel mai mare numar care incepe cu cifra impar si aparitie
cel mai mare numar impar si aparitie care incepe si termina cu același cifra
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
De cate ori se repeta?
for(int i=10; i>=0 && i>5; i--)
10
11
1
5
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
12 questions
C++ References
Quiz
•
6th - 12th Grade
15 questions
TIN HỌC
Quiz
•
6th - 8th Grade
10 questions
Pagini Web - HTML
Quiz
•
8th - 9th Grade
9 questions
recupero informatica 3a liceo ballerini
Quiz
•
8th Grade
13 questions
BÀI THỰC HÀNH 2
Quiz
•
7th - 8th Grade
8 questions
Structura secventiala
Quiz
•
6th - 8th Grade
12 questions
Ch-8 Iterative statements in Python
Quiz
•
8th Grade
10 questions
Programare cu C++ nivel incepatori 2
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