
Двумерный массив.
Authored by Светлана Смирнова
Computers
10th Grade
Used 15+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Укажите правильное описание двумерного массива:
a: array [1…n, 1…n] of real;
a: array {1..n,1..m} of integer;
a: array [1..n, 1..m] of real;
a: aray [1..n, 1..m]: integer;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что то означает первый индекс элемента двумерного массива
номер строки
номер столбца
номер элемента
номер ячейки
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Укажите, где элементы двумерного массива символьные переменные
a: array [1..n, 1..n] of real;
a: array [1..n,1..m] of char;
a: array [1..n, 1..m] of integer;
a: aray [1..n, 1..m] of boolean;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что означает второй индекс элемента двумерного массива
номер строки
номер столбца
номер элемента
номер ячейки
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Где правильно сформирован двумерный массив?
For i:=1 to n do
For j:=1 to m do a[i,j]:=random (10);
For i:=1 to n do a[i,j]:=random (10);
For j:=1 to m do
For j=1 to n do
For i=1 to m do a[i,j]=random (10);
For i:=1 to n do
a[i,j]:=random (10);
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Укажите, где элементы двумерного массива переменные вещественного типа
a: array [1..n, 1..n] of real;
a: array [1..n,1..m] of char;
a: array [1..n, 1..m] of integer;
a: aray [1..n, 1..m] of boolean;
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Где правильно произведен вывод двумерного массива на экран?
For i:=1 to n do
For j:=1 to m do write a[i,j];
For i:=1 to n do begin
For j:=1 to m do write (a[i,j]:5);
end; writeln;
For i:=1 to n do write (a[i,j], ' ');
For i:=1 to n do begin
For j:=1 to m do write (a[i,j], ' ');
writeln; end;
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
15 questions
Berfikir Komputasional
Quiz
•
10th Grade
10 questions
Циклы
Quiz
•
10th Grade
14 questions
Computing figures
Quiz
•
4th - 12th Grade
20 questions
UH - 01 VII
Quiz
•
1st - 12th Grade
20 questions
Microsoft Excel
Quiz
•
KG - Professional Dev...
10 questions
python-BTxâu
Quiz
•
9th - 12th Grade
16 questions
Kod Arahan
Quiz
•
9th - 11th Grade
20 questions
AĞ TEKNOLOJİLERİ
Quiz
•
9th - 10th Grade
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