
untitled
Quiz
•
Computers
•
9th Grade
•
Practice Problem
•
Medium
Алина Безрукова
Used 5+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
1. Массив это-
поименованная совокупность однотипных элементов, упорядоченных по индексам, определяющим положение элемента в таблице
поименованная совокупность однотипных элементов, упорядоченных по индексам, определяющим положение элемента в массиве
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
program sum ;
var s, i: integer;
a: array[1..10] of integer;
begin
randomize;
for i:=1 to 10 do a[i]:=random(100);
for i:=1 to 10 do write (a[i],` `);
s:=0;
for i:=1 to 10 do
if (a[i]>10) and (a[i]<30) then s:=s+a[i];
write(‘s=', s)
end.
Какие из данных элементов массива удовлетворяют условию программы?
14,21,15
11,35,17
8,18,31
35,2,50
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Чему равно начально значение переменной S(s- результат суммирования)
не указывается в программе
1
-1
0
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Как правильно записывается суммирование элементов массива?
s= s+a[1]
s:=s+a[1]
s;=s+a[1]
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Чему равна сумма элементов а[1] и а[4] массива, сформированного следующим образом?
for i:=1 to 5 do a[i]:=i*(i+1);
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Массив описан следующим образом:
const b: array [1..5] of integer=(1,2,3,5,11);
Значение выражение b[5]*b[4]-b[2]-b[3]*b[1] равно:
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Какое значение не принадлежит массиву
var a: array [1..25] of integer; ?
7
15
8
32
56
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
10 questions
Kuiz Senang
Quiz
•
7th - 9th Grade
15 questions
BÀI 16 - THUẬT TOÁN SẮP XẾP
Quiz
•
9th Grade - University
10 questions
Konsep Routing
Quiz
•
1st - 10th Grade
15 questions
J808 LO1 and LO2 planning project keywords / terms
Quiz
•
9th - 11th Grade
9 questions
KS3 - Selection, Iteration or Sequence
Quiz
•
KG - 12th Grade
15 questions
Cyber Security Homework 1
Quiz
•
7th - 9th Grade
10 questions
İnformatika
Quiz
•
6th - 11th Grade
10 questions
Year 8 - Unit 2: Small Basic Programming Terminology
Quiz
•
9th 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
