
Основи програмування на Python

Quiz
•
Computers
•
8th Grade
•
Hard
Лимар Віталій
Used 3+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Яка команда використовується для введення даних в Python?
input()
scan()
write()
read()
2.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Напишіть код для виведення тексту 'Привіт, світ!' на екран.
echo 'Привіт, світ!'
print('Hello, world!')
console.log('Привіт, світ!')
print('Привіт, світ!')
3.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Який оператор використовується для перевірки умов у Python?
if
switch
for
while
4.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Яка структура даних використовується для циклічного виконання коду в Python?
Класи
Цикли (for, while)
Функції
Масиви
5.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Напишіть код, який виведе числа від 1 до 5 за допомогою циклу for.
for i in range(0, 5): print(i)
for i in range(1, 7): print(i)
for i in range(1, 4): print(i)
for i in range(1, 6): print(i)
6.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Який результат виконання коду: print(5 > 3) ?
True
3 > 5
5 < 3
False
7.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Напишіть код, який запитує у користувача його ім'я та виводить привітання.
name = input('Як вас звати?');
name = input('Ваше імя: ');
print('Hello, ' + name);
name = input('Введіть ваше ім\'я: ') print(f'Привіт, {name}!')
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Експорт документів

Quiz
•
7th Grade - University
17 questions
Python KS3

Quiz
•
8th Grade
17 questions
วิทยาการคำนวณ (ไพทอน)

Quiz
•
8th Grade
15 questions
Perangkat Lunak Aplikasi dan Fitur Aplikasi

Quiz
•
8th Grade
15 questions
8 клас. Пристрої введення

Quiz
•
8th Grade
18 questions
html 8 клас

Quiz
•
8th Grade
19 questions
Python Year 9 Quiz

Quiz
•
8th - 10th Grade
20 questions
Python

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