
Programare cu C++ nivel incepatori 3

Quiz
•
Computers
•
6th - 8th Grade
•
Easy
Ali Cabas
Used 17+ 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 egal cu b
a!=b
a diferit de b
a%10==b%10
a si b au aceasi paritate
a%2==b%2
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.
if(a>b)
cout << a;
else
cout << "0";
cin >> a >> b;
else if(b>a)
cout << b;
int 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%10==2 || a%10==3)
impar si 2 cifre
if(a%2==0 && a>99 && a<1000)
par si 3 cifre
if(a%2==1 && a>9 && a<100)
ultima cifra egal cu 0
if(a%2==0 || a%10==5)
ultima cifra 2 sau 3
if(a%10==0)
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.
else
cout << "0";
int a, b, c;
if(a==b && b==c && a==c)
cout << "1";
cin>>a>>b>>c;
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
HTML QUIZ- Grade 6

Quiz
•
7th Grade
10 questions
Programare cu C++ nivel 0-5

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

Quiz
•
6th - 8th Grade
12 questions
Test Cls 7 Sem I

Quiz
•
6th Grade
15 questions
C++ Quiz 2

Quiz
•
8th Grade
10 questions
Programare cu C++ nivel 0-2

Quiz
•
6th - 8th Grade
12 questions
Programare cu C++ nivel medie 1

Quiz
•
4th - 8th Grade
15 questions
Web Design End of Quarter Study Quiz

Quiz
•
7th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
30 questions
Teacher Facts

Quiz
•
6th Grade
24 questions
Flinn Lab Safety Quiz

Quiz
•
5th - 8th Grade
22 questions
Figurative Language

Quiz
•
7th Grade