
c++Test

Quiz
•
Computers
•
6th Grade
•
Hard
alex stefu
Used 2+ times
FREE Resource
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 BLANK 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 = _____;
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;
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python

Quiz
•
6th Grade - University
10 questions
Tin 8 49-50

Quiz
•
6th - 8th Grade
12 questions
แบบทบทวนก่อนเรียน ภาษา C

Quiz
•
6th - 8th Grade
10 questions
Bilangan biner

Quiz
•
6th - 8th Grade
10 questions
Buổi 7 C++

Quiz
•
6th - 8th Grade
11 questions
Lenguajes 1 - CM2 rueditas

Quiz
•
1st - 10th Grade
15 questions
Python- Biến và KDL

Quiz
•
6th - 8th Grade
14 questions
Test 3 Python (2024-2025)

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