
Programare cu C++ nivel incepatori 3
Quiz
•
Computers
•
6th - 8th Grade
•
Medium
Ali Cabas
Used 18+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
cout << "****" << endl << "****" << "endl";
*****
*****endl
****
endl
****
****
****
endl
****endl****endl
2.
MATCH QUESTION
1 min • 1 pt
Care potriveste?
a==b
a si b au aceasi paritate
a%10==b%10
a diferit de b
a!=b
a si b au aceasi ultima cifra
a%2==b%2
a egal cu b
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if(a>99 && a<1000 && a%10==2)
103
92
204
202
4.
REORDER QUESTION
1 min • 1 pt
Programul de jos gaseste maximum dintre a si b, daca sunt egale afiseaza zero.
Gasiti ordine.
cin >> a >> b;
else
cout << "0";
if(a>b)
cout << a;
int a, b;
else if(b>a)
cout << b;
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
cout << "****";
cout << "****";
cout << "****" << endl;
cout << "****" << endl;
****
****
****
****
********
****
****
************
****
****
****
********
6.
MATCH QUESTION
1 min • 1 pt
Care potriveste?
if(a%10==2 || a%10==3)
ultima cifra egal cu 0
if(a%2==0 && a>99 && a<1000)
impar si 2 cifre
if(a%10==0)
ultima cifra 2 sau 3
if(a%2==1 && a>9 && a<100)
par si 3 cifre
if(a%2==0 || a%10==5)
par sau ultima cifra 5
7.
REORDER QUESTION
1 min • 1 pt
Programul de jos afiseaza 1 daca a,b,c sunt egale altfel afiseaza 0.
Gasiti ordine.
int a, b, c;
cin>>a>>b>>c;
if(a==b && b==c && a==c)
cout << "1";
else
cout << "0";
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
15 questions
Online Discussion Forum
Quiz
•
5th - 6th Grade
10 questions
Cos’è la ROM?
Quiz
•
6th - 12th Grade
10 questions
hardware and software(g3)
Quiz
•
2nd - 10th Grade
15 questions
Adivina quien?
Quiz
•
1st - 10th Grade
9 questions
Microbit Features Activity
Quiz
•
6th - 8th Grade
14 questions
Input, output and storage de
Quiz
•
8th Grade - Professio...
11 questions
Robotica 2018
Quiz
•
5th - 9th Grade
10 questions
ICT: WEEK 1
Quiz
•
8th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
