
Массивы в C#

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Konstantin Konstantin
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как объявить массив в C#?
int arrayName[];
int[] arrayName;
arrayName = int[];
arrayName = new int[];
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как инициализировать массив в C#?
int[] arrayName = new int[];
int[] arrayName = new int[size];
arrayName = new int[size];
int arrayName[size];
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как получить доступ к элементу массива по индексу в C#?
arrayName{index}
arrayName.index
arrayName[index]
arrayName.get(index)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как узнать длину массива в C#?
array.Size
array.Length()
array.Count
array.Length
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как изменить значение элемента массива в C#?
array.modify(index, newValue);
array.set(index, newValue);
array.setValue(index, newValue);
array[index] = newValue;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как проверить наличие элемента в массиве в C#?
element in array
array.IndexOf(element) != -1
array.ContainsElement(element)
array.Contains(element)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой индекс у элемента "Валентина" в массиве
string[] friends = {"Валентина", "Игорь", "Вероника", "Маргарита"}?
1
2
3
0
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Arrays

Quiz
•
10th - 12th Grade
11 questions
Описание массива

Quiz
•
9th - 10th Grade
15 questions
2D Arrays

Quiz
•
9th - 12th Grade
12 questions
C# Arrays

Quiz
•
9th - 12th Grade
11 questions
Java Script 1.5. Объекты

Quiz
•
1st - 12th Grade
12 questions
Массивы C++

Quiz
•
10th - 11th Grade
10 questions
Описание массива

Quiz
•
10th Grade
10 questions
Описание массива

Quiz
•
9th - 10th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade