Программирование

Quiz
•
Computers
•
9th Grade
•
Hard

Елена Владимировна Селиванова
Used 38+ times
FREE Resource
12 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Чему будет равна переменная «c» после выполнения этой программы:
a := 22;
b := 4;
c := a mod b + b;
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Чему будет равна переменная «c» после выполнения этой программы:
a := 22;
b := 4;
b := a div b;
c := a mod (b + 1);
2
6
5
4
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Чему будет равна переменная «c» после выполнения этой программы:
a := 28;
b := 7;
b := a mod b;
c := a div (b + 1);
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Определите значение переменной «a» после выполнения фрагмента программы:
a := 10;
if a < 5 then
a := a + 12
else
a := a - 7;
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Определите значение переменной «a» после выполнения фрагмента программы:
a := 10;
if a < 5 then a := a + 12
else a := a - 7;
if a < 5 then a := a + 12
else a := a - 7;
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Определите значение переменной «a» после выполнения фрагмента программы:
a := 10; b := 3;
if a > b then b := b + 12
else a := a - 7;
if a > b then a := a + 12
else a := a - 7;
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Сколько раз будет выполнен этот цикл?
i:=6;
while i<5 do begin
writeln('Привет!');
i:=i+1;
end;
0
1
2
3
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Линейные алгоритмы

Quiz
•
9th - 12th Grade
13 questions
Как хорошо ты знаешь IT?

Quiz
•
1st - 12th Grade
8 questions
Списки

Quiz
•
9th Grade
10 questions
Сортировка данных

Quiz
•
9th - 12th Grade
10 questions
Цикл с параметром

Quiz
•
9th - 12th Grade
11 questions
Практикум - вводное тестирование

Quiz
•
9th Grade
15 questions
Олимпиада IT-Куб

Quiz
•
6th - 11th Grade
10 questions
Начало программирования

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade