
одномерные массивы
Authored by Ольга Шляхтина
Computers
10th Grade
Used 72+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что называется массивом?
Под массивом понимается совокупность конечного числа данных различных типов.
Под массивом понимается совокупность конечного числа данных одного типа.
Под массивом понимается совокупность бесконечного числа данных одного типа
Под массивом понимается совокупность бесконечного числа данных различных типов
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Одномерный массив - это ...
Множество переменных
Одна большая переменная.
Таблица в одну строку
Таблица в один столбец и одну строку
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Фрагмент программы:
for i:=1 to 20 do
if a[i]<>0 then writeln (a[i]);
выводит на экран:
положительные элементы массива а
ненулевые элементы массива а
отрицательные элементы массива а
цифру 0
4.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Выбрать правильный вариант описания одномерного массива из 10 элементов целого типа.
type mas = array[1..10] of real;
var N:mas;
var N:mas array[1..10] of integer;;
var N: array[1..10] of integer;
var N: array[1..11] of integer;
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Выберите правильный вариант операции присваивания 5 элементу массива mas значения 99.
mas[5] :=99;
mas[99]:=5;
mas{5}=99;
mas[1..5]:=99;
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Array переводиться как ...
строка
столбец
элемент
массив
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
При определении суммы элементов числового массива нужна следующая строка
S: = 1;
S: = 0;
S: = 2;
S: = -1;
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
22 questions
Programming Review
Quiz
•
9th - 12th Grade
18 questions
Systemy operacyjne
Quiz
•
8th Grade - Professio...
20 questions
CSS Box Model
Quiz
•
10th Grade
18 questions
Algorithms and flow charts
Quiz
•
10th Grade
18 questions
T4 1.6 STRUKTUR DATA DAN MODULAR
Quiz
•
10th - 12th Grade
20 questions
Keyboarding Skills Review
Quiz
•
10th - 12th Grade
17 questions
CP M.6 Assessment Review
Quiz
•
9th - 12th Grade
20 questions
Quiz SISKOM (Karakteristik Sistem Memori)
Quiz
•
10th 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
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
[AP CSP] JavaScript Programming Quiz
Quiz
•
9th - 12th Grade
10 questions
Understanding Computers and Computer Engineering
Interactive video
•
7th - 12th Grade
37 questions
Python - Tuples, Lists, and List Methods
Quiz
•
9th - 12th Grade