Разветвляющиеся алгоритмы

Quiz
•
Computers
•
9th Grade
•
Medium
Marina Aleksandrovna Azarova
Used 31+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Определите значение переменной с после выполнения следующего фрагмента программы:
a:=100;
b:=30;
a:=a – b*3;
if a>b then c:=a – b else c:=b – a;
20
-20
130
70
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Дан условный оператор: if a<17 then y:=a else y:=a+3.
Здесь условием является …
a<17
y:=a+3
y:=a
все ответы верные
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If в условном операторе переводится как...
условие
если
иначе
тогда
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
В каком из условных операторов допущена ошибка?
if b=0 then writeln(‘Деление невозможно.’);
if (a>b) and (b>0) then c:=a+b;
if a<b then min:=a; else min:=b;
if a>b then max:=a else max:=b;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Условный оператор
if a mod 2=0 then write('Да') else write('Нет') позволяет определить, является ли число a …
двузначным
двоичным
простым
четным
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какое из предложенных выражений может быть использовано в качестве условия?
2*x+5
f
(x=3) or (x=4)
x+y
Similar Resources on Wayground
10 questions
If/Else Statements (C++ Programming)

Quiz
•
9th Grade
10 questions
Ai nhanh hơn For-do

Quiz
•
5th Grade - University
10 questions
Python

Quiz
•
1st - 12th Grade
10 questions
Programming Basics

Quiz
•
9th - 10th Grade
10 questions
KS4 Programming Techniques (1)

Quiz
•
8th - 10th Grade
6 questions
PSEUDOCODE

Quiz
•
9th Grade
10 questions
Python Boolean and If

Quiz
•
9th - 12th Grade
10 questions
Instrucțiuni repetitive

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