
Алгоритм зачет 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
26 questions
Новогодняя по Pythony
Quiz
•
9th - 12th Grade
30 questions
SKT5 : Bab 3 : b) PembolehUbah, Pemalar, Jenis Data, S.Kawalan
Quiz
•
10th - 11th Grade
27 questions
Java Script BASICS
Quiz
•
9th - 12th Grade
25 questions
Try Out 1
Quiz
•
11th Grade
27 questions
Python 2d topic (типы данных, ввод, вывод)
Quiz
•
6th - 12th Grade
25 questions
Básico de Python 3
Quiz
•
11th Grade
25 questions
Основы C#. часть1 (Переменные, операторы)
Quiz
•
7th Grade - University
25 questions
Quiz Basis Data dan SQL
Quiz
•
11th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
22 questions
El Imperfecto
Quiz
•
9th - 12th Grade
15 questions
ACT Reading Practice
Quiz
•
11th Grade
20 questions
SSS/SAS
Quiz
•
9th - 12th Grade
20 questions
verbos reflexivos en español
Quiz
•
9th - 12th Grade
14 questions
Making Inferences From Samples
Quiz
•
7th - 12th Grade
23 questions
CCG - CH8 Polygon angles and area Review
Quiz
•
9th - 12th Grade
8 questions
Momentum and Collisions
Lesson
•
9th - 12th Grade