
Одномерные массивы в С#
Authored by Гулбаршын Утеген
Computers
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как объявить одномерный массив в С#?
int myArray[];
array myArray[];
int[] myArray;
string myArray[];
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как инициализировать одномерный массив в С#?
int[] arrayName = new int[length];
int[] arrayName = new int[]();
int[] arrayName = new int[];
int arrayName = new int[];
3.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Как изменить элементы одномерного массива в С#?
Используйте метод array.set(index, newValue) для изменения элементов массива.
Используйте выражение array[index] = newValue; где array - ваш массив, index - индекс элемента, newValue - новое значение, которое вы хотите присвоить.
Используйте цикл for для перебора всех элементов массива и изменения их значений.
Используйте выражение array[index] = newValue; где array - ваш массив, index - индекс элемента, newValue - новое значение, которое вы хотите присвоить.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как узнать длину одномерного массива в С#?
array.Count
array.Length
array.SizeOf
array.Size
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как объявить массив с определенным размером в С#?
int[] arrayName = new int[size];
int[] arrayName = new int[];
int[] arrayName = new int(size);
int[] arrayName = int[size];
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как скопировать одномерный массив в другой массив в С#?
Array.Paste(sourceArray, destinationArray, sourceArray.Length)
Array.Move(sourceArray, destinationArray, sourceArray.Length)
Array.Clone(sourceArray, destinationArray)
Array.Copy(sourceArray, destinationArray, sourceArray.Length)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как удалить элемент из одномерного массива в С#?
Можно использовать метод Array.Clear() или Array.RemoveAt() для удаления элемента из одномерного массива в C#.
Используйте метод Array.Delete() для удаления элемента из массива в C#.
Используйте метод Array.Remove() для удаления элемента из массива в C#.
Просто замените элемент на null в массиве в C#.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
Data Analytics and Artificial Intelligence
Quiz
•
University
10 questions
Reshaping & vStack&hstack( )
Quiz
•
9th Grade - University
10 questions
На сколько ты знаешь C#
Quiz
•
University
10 questions
Java Control Flow statements
Quiz
•
University
7 questions
C++ Allocazione dinamica
Quiz
•
University
11 questions
Java Quiz 3 - Array
Quiz
•
University
11 questions
Binding
Quiz
•
University
10 questions
C++ Array Quiz
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
7 questions
Fragments, Run-ons, and Complete Sentences
Interactive video
•
4th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
10 questions
DNA Structure and Replication: Crash Course Biology
Interactive video
•
11th Grade - University
5 questions
Inherited and Acquired Traits of Animals
Interactive video
•
4th Grade - University
5 questions
Examining Theme
Interactive video
•
4th Grade - University
20 questions
Implicit vs. Explicit
Quiz
•
6th Grade - University
7 questions
Comparing Fractions
Interactive video
•
1st Grade - University