Основы алгоритмизации и программирования

Quiz
•
Computers
•
8th Grade
•
Hard
Елена Сидлецкая
Used 16+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выбярыце аператар вываду інфармацыі…
begin
readln
writeln
repeat
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Умоўны аператар запісваюць з дапамогай каманд...
for… to… do…
if… then… else…
while… do…
repeat… until...
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Вызначце значэнне зменнай а пасля выканання фрагмента праграмы:
а:=10;
b:= а * 2;
а: = а + b;
10
20
30
40
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Вызначце значэнне зменнай s пасля выканання фрагмента праграмы:
s:=0;
for i: = 1 to 5 do
s: = s + 1;
writeln(s);
5
10
0
1
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выбярыце дакладны запіс умовы " лік х кратны 3, але не кратны 5"
x mod 3 = 0 and x mod 5> <0
(x mod 3 = 0) and (x mod 5 <> 0)
(x mod 3 = 0) or (x mod 5 <> 0)
x mod 3 <> 0 and x mod 5 = 0
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выпадковы лік з прамежку [0; 50] ...
random (51)
random (50)
random (51) + 1
10 + random (50)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выбярыце дакладны запіс аператара IF…
if x<>0 then 'Плохо!'
else 'Молодец!';
if x=0 then write('Молодец!')
else write('Плохо!');
if x=0 then write(Молодец!)
else write(Плохо!);
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Mastering Spreadsheet Formulas Quiz

Quiz
•
6th - 8th Grade
14 questions
SQL DML

Quiz
•
6th - 8th Grade
15 questions
Comunicarea pe internet

Quiz
•
1st - 10th Grade
10 questions
Delphi Arguments/Returns

Quiz
•
8th - 10th Grade
10 questions
Python Data Types

Quiz
•
8th Grade
10 questions
Binary Logic Gates

Quiz
•
7th - 11th Grade
10 questions
System binarny i szesnastkowy

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

Quiz
•
6th - 11th 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
18 questions
Company Logos

Quiz
•
6th - 8th 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