
c++Test
Authored by alex stefu
Computers
6th Grade
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ce se afiseaza in urma executarii urmatoarelor linii de cod:
int n =5;
for(int i =0;i<n;i++)
cout<<i<<"-";
2.
FILL IN THE BLANKS QUESTION
1 min • 1 pt
Completati urmatorul cod astfel incat mesajul de afisare sa fie : 1 3 5 7 9 11
int i =1,n=1;
while(n<= 6){
cout<<i<< " " ;
i = (a) ;
n++;
}
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ce se afiseaza in urma executarii urmatoarelor linii de cod:
int n =10;
for(int i =0;i<n;i++)
cout<<i--<<" ";
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care este rezultatul urmatoarei operatii:
int x = 5;
int y = 3;
int z = x * y + 2;
15
17
18
20
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ce se afiseaza in urma executarii urmatoarelor linii de cod:
int n = 3;
for(int i = 0; i < n; i++)
cout << i*i << "-";
0-1-4-
0-1-2-3-
0-1-4-9-
0-1-2-3-4-
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
ce se va afisa :
int i = 1;
cout << i++ << "?-?";
cout<<++i;
eroare
1?-?3
1?-?2
0-1
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ce se afiseaza?
int n = 54128;
cout<<n/100%100;
Access all questions and much more by creating a free account
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
Already have an account?
