
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
Similar Resources on Wayground
20 questions
Social Night - Swiss School of Management

Quiz
•
6th Grade - University
25 questions
Adobe Premiere Pro Panels and Tools

Quiz
•
9th - 12th Grade
19 questions
ĐỀ CƯƠNG KIỂM TRA HỌC KÌ I MÔN TIN HỌC 3

Quiz
•
3rd Grade - University
25 questions
KD (Deret Angka dan Huruf)

Quiz
•
12th Grade
20 questions
Dinamika Persatuan dan Kesatuan bangsa terhadap NKRI

Quiz
•
12th Grade
19 questions
CyberHoops Passwords

Quiz
•
9th - 12th Grade
19 questions
Unit 5 - Two-Dimensional Arrays

Quiz
•
9th - 12th Grade
20 questions
Unit 5 TEST

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade