
9 класс Двумерные массивы
Quiz
•
Computers, Education
•
12th Grade
•
Hard
Олена Дятлова
Used 3+ times
FREE Resource
24 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Укажите правильное описание двумерного массива:
a: array [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
Что означает второй индекс элемента двумерного массива
номер строки
номер столбца
номер элемента
номер ячейки
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Где правильно двумерный массив заполнен с клавиатуры?
For i:=1 to n do
For j:=1 to m do Read(a[i,j]);
For i:=1 to n do Read(a[i,j]);
For j:=1 to m do
For j=1 to n do
For i=1 to m do Read(a[i,j]);
For i:=1 to n do
Read(a[i,j]);
5.
MULTIPLE CHOICE QUESTION
30 sec • 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;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
В языке Паскаль тип двумерного массива задается с использованием специального слова
array
yarra
end
writeln
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Матрица – это:
прямоугольная таблица чисел
определитель
отличный от нуля минор
неопределяемое понятие
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
26 questions
Morse alphabet
Quiz
•
9th - 12th Grade
20 questions
Quiz ASJ
Quiz
•
12th Grade
20 questions
Informatika BAB 1
Quiz
•
12th Grade
20 questions
Liam's French 1 Review Game (Conjugating Être & Avoir)
Quiz
•
9th - 12th Grade
19 questions
tin 5 tuan 9
Quiz
•
1st - 12th Grade
23 questions
ÔN TẬP CUỐI HKI TIN HỌC 3
Quiz
•
3rd Grade - University
23 questions
MCND quiz
Quiz
•
1st Grade - Professio...
20 questions
PLC
Quiz
•
12th Grade - Professi...
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade