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

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

11th Grade

30 Qs

quiz-placeholder

Similar activities

Latihan Soal X-2 Analisis data dan C

Latihan Soal X-2 Analisis data dan C

11th Grade

25 Qs

Python lesson 3 (Tkinter)

Python lesson 3 (Tkinter)

6th - 12th Grade

25 Qs

Java Review

Java Review

9th Grade - University

25 Qs

Python Course Selection

Python Course Selection

7th - 11th Grade

31 Qs

Дәрумендер,бездер

Дәрумендер,бездер

11th Grade

25 Qs

Quiz INFORMATIKA

Quiz INFORMATIKA

11th Grade

25 Qs

SOAL KELAS 11 TKJ

SOAL KELAS 11 TKJ

9th - 12th Grade

25 Qs

Cấu Trúc Rẽ Nhánh - Cấu Trúc Lặp

Cấu Trúc Rẽ Nhánh - Cấu Trúc Lặp

11th Grade

26 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?