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
12 questions
History of Home Video Game Consoles

Quiz
•
3rd - 12th Grade
12 questions
8 клас № 48 Величини логічного типу

Quiz
•
1st - 12th Grade
16 questions
Python

Quiz
•
9th - 12th Grade
20 questions
PEMROGRAMAN DASAR

Quiz
•
12th Grade
10 questions
DGD3 Unit 4 Review

Quiz
•
9th - 12th Grade
15 questions
JS 1

Quiz
•
12th Grade
11 questions
UOP 17

Quiz
•
12th Grade
17 questions
FOR

Quiz
•
8th Grade - University
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Other
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
6 questions
Secondary Safety Quiz

Lesson
•
9th - 12th Grade
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
21 questions
Set SMART Goals

Lesson
•
9th - 12th Grade
20 questions
Lab Equipment Quiz Chemistry

Quiz
•
9th - 12th Grade