array
Quiz
•
Computers
•
1st - 5th Grade
•
Practice Problem
•
Hard
Мадина Аскарова
Used 23+ times
FREE Resource
Enhance your content in a minute
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какими способами можно заполнить массив?
ввод с клавиатуры
по формуле
случайным образом
все варианты
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Целочисленный массив в Си обозначается:
int array [5];
float array [6];
А: array [1..5] of integer;
double array [6];
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is returned by values[5]?
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
For the array:
float stats[3];
What is the range of the index?
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of C Program?
int main() {
int a[] = {1,2,3,4};
int b[4] = {5,6,7,8};
printf("%d,%d", a[0], b[0]);
}
1,5
2,6
0,0
Error
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of C Program?
int main() {
int a[3] = {10,12,14};
a[1]=20;
int i=0;
while(i<3)
{ printf("%d ", a[i]);
i++; }
}
20 12 14
10 20 14
10 12 20
Error
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of C program?
int main() {
int a[3] = {10,12,14};
int i=0;
while(i<3)
{ printf("%d ", i[a]);
i++; }
}
14 12 10
10 10 10
10 12 14
None
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
20 questions
ÔN TẬP GIỮA KÌ I TIN 8
Quiz
•
1st Grade
18 questions
Python - Основы
Quiz
•
1st - 4th Grade
13 questions
Защита персональных данных
Quiz
•
3rd - 5th Grade
20 questions
Что мы знаем об УСЛОВНОМ ОПЕРАТОРЕ?
Quiz
•
5th Grade
10 questions
Назад в 90-е
Quiz
•
5th - 11th Grade
15 questions
Всемирная паутина
Quiz
•
1st Grade
12 questions
Метод координат
Quiz
•
5th Grade
16 questions
Topic 1 - Computer Fundamentals
Quiz
•
1st - 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
