
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 diferit de b
a%10==b%10
a egal cu b
a%2==b%2
a si b au aceasi paritate
a==b
a si b au aceasi ultima cifra
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.
int a, b;
else
cout << "0";
cin >> a >> b;
if(a>b)
cout << a;
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==0)
ultima cifra egal cu 0
if(a%2==0 || a%10==5)
ultima cifra 2 sau 3
if(a%2==0 && a>99 && a<1000)
par sau ultima cifra 5
if(a%2==1 && a>9 && a<100)
par si 3 cifre
if(a%10==2 || a%10==3)
impar si 2 cifre
7.
REORDER QUESTION
1 min • 1 pt
Programul de jos afiseaza 1 daca a,b,c sunt egale altfel afiseaza 0.
Gasiti ordine.
if(a==b && b==c && a==c)
cout << "1";
int a, b, c;
cin>>a>>b>>c;
else
cout << "0";
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Информатика 11 сынып HTML

Quiz
•
1st - 12th Grade
10 questions
Wprowadzenie do C++

Quiz
•
8th Grade
10 questions
Instructiunea If

Quiz
•
6th Grade
10 questions
HTML Tables

Quiz
•
7th Grade
10 questions
HTML

Quiz
•
8th Grade
14 questions
Vectori clasa VIII

Quiz
•
8th Grade
10 questions
Programare cu C++ nivel medie 3

Quiz
•
4th - 9th Grade
15 questions
Hyperlink Tags (HTML)

Quiz
•
6th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade