Массивы C++
Quiz
•
Computers
•
10th - 11th Grade
•
Hard
Анна Масолова
Used 10+ times
FREE Resource
Enhance your content in a minute
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Дан отрывок программы:
int mass[5] {6, 7, 2, 9, 1};
cout << mass[3];
Что выведет программа?
7
2
9
1
2.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
Заполните пропуск:
... - это порядковый номер элемента в массиве.
Ответ запишите заглавными буквами.
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Дан отрывок программы:
int mass[6] {6, 7, 2, 9, 1};
cout << mass[5];
Что выведет программа?
0
ошибка
9
1
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Как объявить массив целых чисел в C++?
array int[];
int[] array;
int array[];
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Выберите вариант, где цикл для перебора элементов массива, состоящего из 10 элементов, записан верно
for (int i = 1; i < 10; i++)
for (int i = 0; i < 10; i++)
for (int i = 0; i < 11; i++)
for (i = 0; i <= 10; i++)
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Как объявить массив с плавающей точкой в C++?
float array[];
array float[];
float[] array;
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Будет ли выведена ошибка при выполнении данного фрагмента программы?
int v = 0;
int mass[5] {1, 6, 3, 5, 9};
for (int i = 0; i < 5; i++){
if (mass[i+1] > mass[i])
v++; }
Да
Нет
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
analisis data dan visualisasi data
Quiz
•
10th Grade
10 questions
Паскаль. Основные команды
Quiz
•
8th - 11th 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
حاسب 2
Quiz
•
10th Grade
13 questions
python A
Quiz
•
10th Grade
13 questions
Раздел 5, информатика, 8 класс
Quiz
•
10th Grade
14 questions
Evaluación Final Programación 11º
Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
