
Тест з Python для 8 класу

Quiz
•
Computers
•
8th Grade
•
Hard
Andrey Checalev
Used 14+ times
FREE Resource
36 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Який тип даних має змінна x після виконання команди x = 5.0?
int
float
bool
str
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Яке ключове слово використовується для введення даних у Python?
input
scan
read
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Який з наведених операторів використовується для перевірки рівності у Python?
=
==
!=
===
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Скільки разів виконається цикл? for i in range(3): print(i)
1
2
3
4
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Який результат виконання коду? x = 10 y = 5 if x > y: print("True") else: print("False")
True
False
Помилка виконання
Нічого не виведе
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Який з цих циклів є циклом з передумовою?
for
while
if
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Що станеться після виконання наступного коду?
x = 0
while x < 3:
print(x)
x = x + 1
Програма зависне у нескінченному циклі
Буде виведено 0, 1, 2
Буде виведено 0, 1, 2, 3
Виникне помилка
Create a free account and access millions of resources
Similar Resources on Wayground
40 questions
Health & Safety in Computing

Quiz
•
6th - 8th Grade
33 questions
Basic Programming

Quiz
•
8th Grade
40 questions
G8 Python Programming Quiz

Quiz
•
8th Grade
39 questions
End of year 8 quiz topic 2

Quiz
•
8th Grade
40 questions
M2 Reviewer for Final Test

Quiz
•
8th Grade
38 questions
Database - Beginner Level Review

Quiz
•
6th - 8th Grade
35 questions
PLTW CSIM Lesson 1 Assessment

Quiz
•
5th - 9th Grade
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