28.02 C sharp

Quiz
•
Other
•
12th Grade
•
Medium
Gaukharka Marat
Used 14+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какая строка кода содержит ошибку?
if (a > b)
Console.WriteLine("a больше b");
else if (a < b)
Console.WriteLine("a меньше b");
else
Console.WriteLine("a равно b");
if (a > b)
Console.WriteLine("a больше b");
else if (a < b)
Нет ошибки
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что будет выведено в результате выполнения следующего кода?
```csharp
for (int i = 0; i < 3; i++)
{
Console.WriteLine(i);
}
0 1 2
1 2 3
0 1 2 3
1 2
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Сколько раз будет выполнен следующий цикл?
int i = 5;
while (i < 8)
{
i++;
}
2
3
4
5
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какое минимальное количество раз будет выполнен следующий цикл?
int i = 10;
do
{
i++;
} while (i < 5);
0
1
5
10
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Соотнесите вывод программы с ее кодом:
int[] nums = {1, 2, 3};
foreach (var num in nums)
{
Console.WriteLine(num);
}
Выводит числа от 1 до 3 включительно
Выводит числа от 0 до 2 включительно
Выводит одно число 3
Не компилируется
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Как правильно объявить массив целых чисел?
int array[] = new int[5];
int[] array = new int[5];
array<int> = new int[5];
int array = new int[5];
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какое значение будет в `x` после выполнения следующего кода?
int[] array = {1, 2, 3, 4, 5};
int x = array[2];
1
2
3
4
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Video Games

Quiz
•
KG - Professional Dev...
15 questions
GENAP_UAS2025_KELAS XII RPL1_PBO

Quiz
•
12th Grade
15 questions
28.02 Наследование с sharp

Quiz
•
12th Grade
15 questions
Kuis TIK C++

Quiz
•
9th - 12th Grade
10 questions
Introductory Quiz

Quiz
•
9th - 12th Grade
13 questions
CSP Unit 5 Assessment 2 review (code.org)

Quiz
•
9th - 12th Grade
10 questions
C Language Basic Quiz

Quiz
•
7th Grade - Professio...
10 questions
kodland

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade