
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%2==b%2
a egal cu b
a%10==b%10
a diferit de b
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.
else if(b>a)
cout << b;
int a, b;
else
cout << "0";
if(a>b)
cout << a;
cin >> a >> 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%2==0 && a>99 && a<1000)
par si 3 cifre
if(a%10==2 || a%10==3)
impar si 2 cifre
if(a%2==1 && a>9 && a<100)
par sau ultima cifra 5
if(a%2==0 || a%10==5)
ultima cifra 2 sau 3
if(a%10==0)
ultima cifra egal cu 0
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";
cin>>a>>b>>c;
else
cout << "0";
int a, b, c;
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
12 questions
Programare cu C++ nivel incepatori 4

Quiz
•
6th - 8th Grade
15 questions
Hyperlink Tags (HTML)

Quiz
•
6th - 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
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade