
Алгоритм зачет 16-18
Quiz
•
Computers
•
11th Grade
•
Practice Problem
•
Hard
Onai QBT
Used 1+ times
FREE Resource
Enhance your content in a minute
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Кіріктірілген цикл дегеніміз не?
Әр циклден кейін екіншісі орындалады
Бір циклді екі рет жазу
Екі қатар тұруы
Бір цикл денесінде басқа цикл орналасуы
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Кодтағы жалпы итерация саны неше? for (int i = 0; i < 3; i++) { for (int j = 0; j < 4; j++) { /* ... */ } }
3
4
7
12
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ішкі циклдегі break не істейді?
Барлық циклдерді тоқтатады
Тек ішкі циклден шығады
Сыртқы циклді тоқтатады
Бағдарламаны жабады
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ішкі циклдегі continue; не істейді?
Ішкі циклдің келесі итерациясына өтеді
Барлық циклдерді өткізіп жібереді
Сыртқы циклдың келесі итерациясына өтеді
Ештеңе істемейді
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Шығыс не? int c = 0; for (int i = 0; i < 2; i++) for (int j = 0; j < 3; j++) c++; Console.WriteLine(c);
5
6
8
9
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Шығыс не? int c = 0; for (int i = 0; i < 2; i++) { for (int j = 0; j < 3; j++) { if (j == 1) break; c++; } } Console.WriteLine(c);
2
3
4
6
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Шығыс не? int prints = 0; for (int i = 0; i < 2; i++) { for (int j = 0; j < 4; j++) { if (j % 2 == 0) continue; prints++; } } Console.WriteLine(prints);
2
4
3
5
Create a free account and access millions of resources
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?
Similar Resources on Wayground
25 questions
AP CSP Unit 7 Review
Quiz
•
11th Grade
25 questions
Inteledge'22 - First Round
Quiz
•
9th - 12th Grade
25 questions
Understanding Input, Selection and Loops in Python
Quiz
•
7th Grade - University
25 questions
Python - Chpt 4 - Review
Quiz
•
9th - 12th Grade
25 questions
Санау жүйелері(1)
Quiz
•
9th - 12th Grade
25 questions
Remidial PSAS 2023
Quiz
•
11th Grade
25 questions
Тест Python 2023
Quiz
•
9th - 12th Grade
26 questions
Ақпараттың көлемін анықтау
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
