Python 9 клас

Quiz
•
Computers
•
9th Grade
•
Hard
Василь Засецький
Used 2+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1. Який результат виконає наступний код?
a = 5
b = 2
print(a // b)
2.5
2
3
2.0
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2. Що виведе наступний код?
x = "5"
y = 3
print(x * y)
15
555
53
Error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3. Який оператор використовується для перевірки рівності в Python?
=
!=
==
===
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4. Що буде результатом виконання коду?
x = 4
if x > 2:
print("Так")
else:
print("Ні")
Ні
Так
True
4
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5. Який з наведених типів даних є списком?
{"яблуко", "груша"}
("яблуко", "груша")
"яблуко, груша"
["яблуко", "груша"]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6. Як правильно створити функцію в Python?
function myFunc():
func myFunc():
def myFunc():
def: myFunc()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7. Скільки разів виконається цикл?
for i in range(3):
print(i)
2
3
4
Безкінечно
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python IF Statements

Quiz
•
9th - 12th Grade
10 questions
Python

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

Quiz
•
9th - 10th Grade
14 questions
Understanding Python Functions and Procedures

Quiz
•
9th Grade
10 questions
Функции def

Quiz
•
9th - 12th Grade
10 questions
Сұрақтар

Quiz
•
9th Grade
10 questions
Python Functions and Procedures Quiz

Quiz
•
9th - 11th Grade
10 questions
gigabyte, megabyte, kilobyte

Quiz
•
7th - 11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade