X_Пон_мас_ариф
Quiz
•
Computers
•
9th - 12th Grade
•
Practice Problem
•
Hard
И Град
Used 4+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Задан массив констант А:
const a: array [1..5] of integer = (2, 15, 34, 87, 7);
Укажите значение элемента А[2].
2
7
15
34
87
2.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Что выполнит следующий фрагмент программы?
Что выполнит следующий фрагмент программы?
for var i := 1 to n do
write(a[i], ' ');
Ввод элементов массива в строку
Вывод элементов массива в строку
Вывод элементов массива в столбец (по одному в строку)
Вывод элементов массива в столбец (по одному в строку)
3.
FILL IN THE BLANK QUESTION
1 min • 3 pts
Дан фрагмент программы:
·
write (’Введите количество элементов массива:’);
read(n);
for var i:= 1 to n do
…
Введите вместо многоточия строку без пробелов, которая вводит с клавиатуры элементы массива b.
4.
FILL IN THE BLANK QUESTION
1 min • 4 pts
Задан массив x[1..n]. Вписать оператор вместо многоточия без пробелов,
чтобы найти сумму всех элементов массива в переменной s?
s := 0;
for var k := 1 to n do
...
5.
FILL IN THE BLANK QUESTION
1 min • 5 pts
Задан массив x[1..n]. Введите условие вместо многоточия без пробелов, чтобы найти сумму неположительных элементов массива в переменной s?
s := 0;
for var k := 1 to n do
if . . .
then
s := s + x[k];
6.
MULTIPLE CHOICE QUESTION
30 sec • 6 pts
Задан массив x[1..n]. Выберите условие, которое поставить вместо многоточия, чтобы
найти сумму четных элементов массива в переменной s?
s := 0;
for var j:=1 to n do
if ...
then s := s + x[j];
s mod 2 = 0
s div 2 = 0
x[j] mod 2 = 1
x[j] mod 2 = 0
x[j] div 2 = 0
7.
MULTIPLE CHOICE QUESTION
1 min • 7 pts
Задан массив x[1..n]. Выберите фрагмент программы, вычисляющий
произведение положительных элементов массива?
a := 0;
for var j:=1 to n do
if x[j]>0
then a := a + x[j];
a := 0;
for var j:=1 to n do
if x[j]>0
then a := a * x[j];
a := 1;
for var j:=1 to n do
if x[j]>0
then a := a * x[j];
a := 1;
for var j:=1 to n do
if x[j]>=0
then a := a * x[j];
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
Already have an account?
Similar Resources on Wayground
12 questions
FUN QUIZ
Quiz
•
8th - 9th Grade
14 questions
Bài 17: Biến và lệnh gán
Quiz
•
11th Grade
13 questions
SC 025 Topical Test 3 - Design a Solution
Quiz
•
12th Grade
11 questions
2C_Fisica_A_21_Barra Gráfica
Quiz
•
11th Grade
10 questions
informatika dan keterampilan generik 2
Quiz
•
10th Grade
15 questions
Начала программирования на языке Паскаль
Quiz
•
8th - 11th Grade
10 questions
Fundamentals of Algorithms
Quiz
•
10th Grade
10 questions
Quiz Mantaps
Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
