8. Урок 46+ Множинне розгалуження

Quiz
•
Computers
•
8th Grade
•
Hard
Валентин Лещименко
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Розгалуження - це така організація дій в алгоритмі, за якої:
одна і та сама послідовність дій виконується кілька разів доти, поки виконується деяка умова
залежно від виконання або невиконання певної умови виконується одна з двох послідовностей дій
дії виконуються послідовно, одна за другою, без пропусків або повторень
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Якого значення набуде змінна b після виконання умовного оператора, якщо а = 12?
if a<5:
b = а+1
else:
if a<10:
b = a*2
else:
11
6
24
13
3.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
Які оператори реалізують наведену дію?
Змінній К присвоїти значення логічного виразу 0<x<=10
K = all([x>0, x<=10])
K = x>0 or x<=10
K = any([x>0, x<=10])
K = x>0 and x<=10
4.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
Які оператори реалізують наведену дію?
Змінній К присвоїти значення True, якщо хоча б одне зі значень x, y, z дорівнює 0.
K = all([x == 0, у == 0, z == 0])
K = x == 0 or у == 0 or z == 0
K = any([x == 0, у == 0, z == 0])
K = x == 0 and у == 0 and z == 0
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Установіть відповідність між фрагментом блок-схеми і умовними операторами, що її реалізують.
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Установіть відповідність між фрагментом блок-схеми і умовними операторами, що її реалізують.
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Установіть відповідність між фрагментом блок-схеми і умовними операторами, що її реалізують.
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade
25 questions
How to Email a Teacher- https://youtu.be/NioeNhfpVfI

Quiz
•
6th - 8th Grade
20 questions
Computer Hardware

Quiz
•
6th - 8th Grade
21 questions
Gear Ratio Practice

Quiz
•
6th - 8th Grade