
Programare cu C++ nivel medie 8
Authored by Ali Cabas
Computers
6th - 8th Grade
Used 30+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
if((a%100/10>3 || a%1000<100) && a/100>10)
338
438
3305
3035
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ce afiseaza programul?
10
9
8
5
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Care linie obtine 273 din numarul 12734
a/10000%100
a/100%100+a/10%10
a%10000/10
a%10000/100
a/10000*10+a%10
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Care afla numarul rasturnat?
while(a>0)
{
r=r+a%10;
a=a/10;
}
while(a>9)
{
r=r+a%10;
a=a/10;
}
while(a>0)
{
r=r*10+a%10;
a=a/10;
}
while(a>0)
{
r=r+(a%10)*10;
a=a/10;
}
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ce face programul respectiv?
Gaseste cel mai mare numar par si aparitie
Gaseste cel mai mare numar par si aparitie
Gaseste cel mai mare numar cu suma cifrelor par si aparitie
Gaseste cel mai mic numar cu suma cifrelor impar si aparitie
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
for(int i=0; i<100; i++)
{
if(i/10==i%10 && i>9) cnt++;
}
cout << cnt;
10
9
11
8
7.
REORDER QUESTION
1 min • 1 pt
Gasiti ordine.
cin >> n;
for(int i=0; i<n; i++)
{
cin >> a;
if(a%2==0) cnt++;
else {
if(cnt>maxcnt) maxcnt=cnt;
cnt=0;
} }
int n, cnt=0, a, maxcnt=0;
cout << maxcnt;
Access all questions and much more by creating a free account
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
Already have an account?
Similar Resources on Wayground
16 questions
Създаване, оформяне и редактиране на таблици със средствата на текстообработваща програма - 7 клас
Quiz
•
8th Grade
15 questions
Inteligencia Artificial
Quiz
•
6th - 8th Grade
10 questions
Visual Basic 2010
Quiz
•
8th Grade - University
10 questions
แบบทดสอบความรู้เกี่ยวกับสื่อมัลติมีเดีย
Quiz
•
6th - 8th Grade
10 questions
Contact Center Sevices
Quiz
•
7th - 10th Grade
15 questions
เป็นเทคโนโลยี หรือไม่?
Quiz
•
7th Grade
10 questions
Ulangan formatif Scratch
Quiz
•
7th Grade
15 questions
Szövegszerkesztés - Formázások 2
Quiz
•
6th - 7th Grade
Popular Resources on Wayground
8 questions
Spartan Way - Classroom Responsible
Quiz
•
9th - 12th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
14 questions
Boundaries & Healthy Relationships
Lesson
•
6th - 8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
3 questions
Integrity and Your Health
Lesson
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
9 questions
FOREST Perception
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade