
Массивы
Authored by Людмила Билецкая
Computers
1st - 9th Grade
Used 20+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
С помощью какого цикла можно просмотреть все элементы массива?
if
for
while
repeat
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Укажите формулу, по которой можно задать
элементы массива из промежутка [-3; 11]
random(14)+3
random(11-3)+3
random(-3-11)+3
random(11+3)-3
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Укажите фрагмент, который позволяет найти сумму элементов массива
for i:=1 to 10 do s:=s+1;
for i:=1 to 10 do s:=s+i;
for i:=1 to 10 do s:=s+A[i];
for i:=1 to 10 do s[i]:=s+a[i];
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Укажите i-ый элемент массива B
i
A[i]
Bi
B[i]
5.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
Для вывода элементов в обратном порядке используется
for i:=1 to 10 do
for i:=10 to 1 do
for i:=10 downto 1 do
for i:=1 downto 1 do
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
В каком случае ввод элементов массива осуществляется с клавиатуры?
for i:=1 to 10 do write(A[i]);
readln(A[i];
for i:=1 to 10 do A[i]:=random;
for i:=1 to 10 do readln(A[i]);
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Определите условие, которое позволяет определить чётность индекса элемента
for i:=1 to 10 do
if a mod 2 =1 then
for i:=1 to 10 do
if a[i] mod 2 =1 then
for i:=1 to 10 do
if i mod 2 =0 then
for i:=1 to 10 do
if a mod 4 =0 then
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?