
Programare cu C++ nivel medie 7

Quiz
•
Computers
•
6th - 8th Grade
•
Medium
Ali Cabas
Used 26+ times
FREE Resource
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
Similar Resources on Wayground
10 questions
Programare cu C++ nivel medie 3

Quiz
•
4th - 9th Grade
10 questions
HTML Tables

Quiz
•
7th Grade
15 questions
Hyperlink Tags (HTML)

Quiz
•
6th - 12th Grade
15 questions
Selection in Python

Quiz
•
1st - 9th Grade
12 questions
Programare cu C++ nivel incepatori 4

Quiz
•
6th - 8th Grade
10 questions
Информатика 11 сынып HTML

Quiz
•
1st - 12th Grade
10 questions
SLR 8 - Basic Programming Concepts - Part Two

Quiz
•
8th Grade
11 questions
7 клас. Тестове завдання. Цикл з післяумовою

Quiz
•
7th 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
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
25 questions
How to Email a Teacher- https://youtu.be/NioeNhfpVfI

Quiz
•
6th - 8th Grade