
Алгоритм зачет 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?
Similar Resources on Wayground
25 questions
Python
Quiz
•
9th - 12th Grade
30 questions
SAINS KOMPUTER
Quiz
•
4th - 12th Grade
25 questions
SAINS KOMPUTER TINGKATAN 4-1.5 AMALAN TERBAIK PENGATURCARAAN
Quiz
•
7th - 12th Grade
25 questions
Latihan Soal Pemrograman
Quiz
•
11th Grade
25 questions
Kiểm tra giữa HKII - Tin học 11
Quiz
•
11th Grade
25 questions
KUIS VARIABLE DAN OPERATOR PHYTON
Quiz
•
11th Grade
25 questions
CSP - Units 3 & 4
Quiz
•
9th - 12th Grade
26 questions
AP CSP Unit 7: Parameters, Returns, and Libraries
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade