
Алгоритм зачет 16-18
Authored by Onai QBT
Computers
11th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
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?