
Programare cu C++ nivel incepatori 8

Quiz
•
Computers
•
6th - 8th Grade
•
Easy
Ali Cabas
Used 51+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
if(a%2==1 || a/10%10==a%10 || a<10)
2004
382
2442
283
2.
REORDER QUESTION
1 min • 1 pt
Gasiti ordine
for(int i=0; i<n; i++)
{
cin >> a;
cout << suma;
if(a%3==0 && a%5==0)
suma=suma+a;
}
int n, a, suma=0;
cin >> n;
3.
MATCH QUESTION
1 min • 1 pt
Care potriveste
a%2==1 && a>99
impar si are cel putin 3 cifre
a%2==0 && a<10
ultimele 2 cifre diferite si are exact 3 cifre
a%10!=a/10%10 && a>99 && a<1000
cifra zecilor par
a%10%2==1 && a/10%10%2==1
ultimele cifre sunt impare
a/10%10%2==0
par cu o cifra
4.
DRAG AND DROP QUESTION
1 min • 1 pt
for(int i=0; (a) ; i++) {
for(int j=0; (b) ; j++)
cout << "*";
cout << endl;
}
5.
REORDER QUESTION
1 min • 1 pt
Gasiti ordine
cout << s1 << " " << s2;
cin >> n;
int n, a, s1=0, s2=0;
for(int i=0; i<n; i++)
{
cin >> a;
if(a%2==0) s1+=a;
else s2+=a;
}
6.
MATCH QUESTION
1 min • 1 pt
Care potriveste
2
for(i=5; i<=20; i+=5)
5
for(i=0; i<20; i+=10)
10
for(i=10; i>0; i++)
infinit
for(i=10; i>0; i--)
4
for(i=0; i<10; i+=2)
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Daca a=3 b=4 c=4 care va fi rezultatul final
1
2
3
4
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
HTML Tables Quiz

Quiz
•
7th - 8th Grade
20 questions
ÔN TẬP WHILE DO VÀ FOR TO DO

Quiz
•
8th Grade
15 questions
C++ While Loops

Quiz
•
6th - 8th Grade
20 questions
HTML Assignment

Quiz
•
8th Grade
17 questions
Vectori si Algoritmi fundamentali - introducere

Quiz
•
8th Grade
15 questions
URL Quiz

Quiz
•
8th Grade
20 questions
Algoritmi

Quiz
•
5th - 8th Grade
16 questions
akademia

Quiz
•
8th - 10th 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