
Тест за програмирање во С++

Quiz
•
Computers
•
10th Grade
•
Hard
Ankica Stevanoska
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Колку пати ќе се повтори циклусот? for (int i=1;i <15; i+=3) cout<<x;
5 пати
4 пати
14 пати
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Што ќе се испечати со следниот програмски сегмент?
s=0;
a=2;
while(a<=5)
{
s=s+a;
a++;
}
cout<
14
15
12
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Која вредност ќе ја има променливата х по завршувањето на следниот програмски сегмент?
x= 990;
while (x>1000)
{
cout<
1001
990
1000
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Колку е вредноста на m после завршувањето на следниот програмски код? m=1; x=3; for (i=1; i<=3; i++) m=m*x;
27
9
18
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Што ќе се прикаже со извршување на следниот програмски код? x =500; while (x <=555) { x = x +50; } cout<< x;
600
700
550
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Што ќе се прикаже со следниот програмски сегмент? n=567; m= 0; while (n!=0) { m = m +n%10; n = n /10; } cout<< m;
18
567
765
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Video Games

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

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade