Алгоритм зачет 16-18

Алгоритм зачет 16-18

11th Grade

30 Qs

quiz-placeholder

Similar activities

Unity. CharacterController

Unity. CharacterController

7th Grade - University

25 Qs

Tabelle 4EA

Tabelle 4EA

11th Grade

25 Qs

Intro to IT Ch 8 Quiz Review

Intro to IT Ch 8 Quiz Review

9th - 12th Grade

25 Qs

CB30: Unit 2 Test Review

CB30: Unit 2 Test Review

9th - 12th Grade

34 Qs

ОЛИМПИАДА ПО ИНФОРМАТИКИ

ОЛИМПИАДА ПО ИНФОРМАТИКИ

10th - 11th Grade

25 Qs

Java Primitive Data Types practice quiz 2025

Java Primitive Data Types practice quiz 2025

11th Grade

25 Qs

Unit 1 Primitive Types

Unit 1 Primitive Types

9th - 12th Grade

25 Qs

Алгоритм зачет 16-18

Алгоритм зачет 16-18

Assessment

Quiz

Computers

11th Grade

Practice Problem

Hard

Created by

Onai QBT

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?