
одномерные массивы
Authored by Светлана Маркевич
Computers, Education
1st - 5th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено в результате выполнения фрагмента программы:
var b: array [1..10] of integer = (33, 4, 33, 5, 33, 6, 45, 7, 18, 8);
var max, i: integer;
begin;
max:=1;
for i:=1 to 10 do if b[i] > b[max] then max:=i;
writeln('b[', max,'] = ', b[max]);
end.
b[1] = 33
b[7] = 45
b[9] = 18
b[7] = 8
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Массив - это... *
конечное число одинаковых величин
обозначаемая одним именем последовательность однотипных элементов
онечное число одинаковых величин
элементы, которые размещаются друг за другом
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено в результате выполнения фрагмента программы:
const X: array[1..10] of integer = (1, -1, 2, -2, 3, -3, 4, -4, 5, -5);
var i, s: integer;
begin s:=0; for i:=1 to 10 do
s:=s+X[i]; write('s = ', s);
end.
0
30
15
18
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Что будет выведено в результате выполнения фрагмента программы:
var F: array [1..10] of integer = (22, 11, 33, 11, 44, 11, 55, 11, 66, 11);
var i,min:integer;
begin;
min:=1;
for i:=1 to 10 do if F[i] <= F[min] then min:=i;
writeln('F[', min ,'] = ', F[min]);
end.
F[10] = 11
F[1] = 11
F[4] = 55
F[9] = 11
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Размер массива - это...
максимально возможное количество элементов
минимально возможное количество элементов
конечное число одинаковых величин
длина массива
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
Eficiencia energetica
Quiz
•
3rd Grade
10 questions
kiểm tra 1
Quiz
•
4th Grade
10 questions
Coding2 รหัสจำลอง - กลางภาค
Quiz
•
4th Grade
10 questions
Microsoft Excel
Quiz
•
5th - 11th Grade
10 questions
Diplo Variables
Quiz
•
1st - 10th Grade
10 questions
Word Básico VI
Quiz
•
KG - 3rd Grade
10 questions
JENIS-JENIS MEDAN
Quiz
•
1st - 6th Grade
10 questions
2. Sınıflar Algoritma Çalışmaları
Quiz
•
1st - 2nd Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade