Compilarea si executarea unui program C++ se realizeaza utilizand tasta:

cls a VIIa

Quiz
•
Computers
•
7th Grade
•
Hard
Iosifescu Cristina Corina
Used 12+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Del
F9
Shift
F5
2.
MULTIPLE SELECT QUESTION
15 mins • 1 pt
Expresia care testeaza in C++ daca un numar este sau nu par este:
x%10==0
x%2==1
x%2==0
x/2==0
3.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Care din urmatoarele variante afiseaza 1+7=8?
int a=1, b=7
cout<<"a+b=8"
int a=1, b=7;
cout<<a<<"+"<<b<<"a+b";
int a=1, b=7;
cout<<a<<"+"<<b<<a+b;
int a=1, b=7;
cout<<"1+7"<<a*b;
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Care varianta dintre cele de mai jos conduce spre afisarea corecta a diferentei absolute (modul) a doua numere m si n?
if(a<b) cout<<a-b;
else cout<<b-a;
if(a<b) cout<<(a+b)/2;
else cout<<b-a;
if(a>b) cout<<a-b;
else cout<<b-a;
if(a<b) cout<<a-b/2;
else cout<<b/2-a;
5.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Care va fi rezultatul urmatoarei secvente pentru a=7 si b=3?
c=a;
a=b;
b=c;
a=3; b=7;
a=10; b=3;
a=3; b=10;
a=7; b=10;
6.
MULTIPLE SELECT QUESTION
15 mins • 1 pt
Alege din lista variabilele de tip intreg:
a=3
b=4.125
c=-4
d=154.01
7.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Fie variabilele a si b astfel:
a=5;
b=19;
Rezultatul expresiei (a>=b) este:
Adevarat
Fals
Similar Resources on Quizizz
12 questions
Programare cu C++ nivel incepatori 5

Quiz
•
6th - 8th Grade
10 questions
Урок03. Переменные. Ввод-вывод

Quiz
•
6th - 7th Grade
10 questions
C++

Quiz
•
7th - 8th Grade
12 questions
C++

Quiz
•
7th Grade
8 questions
Structura alternativă și operatori

Quiz
•
6th - 8th Grade
8 questions
Limbajul de programare C++

Quiz
•
7th Grade
10 questions
Викторина по Python (Урок 1-2)

Quiz
•
5th - 11th Grade
7 questions
Structura_repetitiva_cu_test_final

Quiz
•
6th Grade - University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
Discover more resources for Computers
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
6 questions
Earth's energy budget and the greenhouse effect

Lesson
•
6th - 8th Grade
36 questions
SEA 7th Grade Week 3 Review FINAL 2025

Quiz
•
7th Grade
20 questions
Multiplying and Dividing Integers

Quiz
•
7th Grade
15 questions
Fast food

Quiz
•
7th Grade
10 questions
Area and Circumference of a Circle

Quiz
•
7th Grade