
Увлекательный мир Python

Quiz
•
Information Technology (IT)
•
6th Grade
•
Hard
shamil garipov
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Что делает цикл for в Python?
Цикл for выполняет только один раз.
Цикл for не может работать с массивами.
Цикл for выполняет блок кода несколько раз
Цикл for используется для определения функций.
2.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Какой модуль используется для рисования в Python?
PIL
turtle
matplotlib
pygame
3.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Напишите пример использования if-else в Python.
if x >= 0: print('x неотрицательное') else: print('x отрицательное')
if x > 10: print('x больше 10') else: print('x 10 или меньше')
if x < 5: print('x меньше 5') else: print('x 5 или больше')
if x == 10: print('x равно 10') else: print('x не равно 10')
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Как создать квадрат с помощью модуля turtle?
import turtle for i in range(4): turtle.forward(100) turtle.left(90)
import turtle t = turtle.Turtle() for i in range(4): t.forward(100)
t.right(90)
t = turtle.Turtle() for i in range(3): t.forward(100) t.left(90)
import turtle t = turtle.Turtle()
5.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Что произойдет, если не использовать отступы в Python?
Программа выполнится без ошибок.
Отступы не имеют значения в Python.
Код будет работать быстрее без отступов.
Произойдут ошибки синтаксиса.
6.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Как можно изменить цвет черепашки в turtle?
turtle.color('цвет')
turtle.paint('цвет')
turtle.changeColor('цвет')
turtle.setColor('цвет')
7.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Что такое переменная в Python?
Переменная в Python - это специальный метод для работы с файлами.
Переменная в Python - это именованная область памяти для хранения данных.
Переменная в Python - это тип данных, который нельзя изменить.
Переменная в Python - это функция для выполнения операций.
8.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Как вывести текст на экран в Python?
print('Ваш текст здесь')
display('Ваш текст здесь')
echo 'Ваш текст здесь'
write('Ваш текст здесь')
9.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Как сделать так, чтобы черепашка двигалась вперед на 100 пикселей?
step(100)
forward(100)
move(100)
goForward(100)
Similar Resources on Wayground
13 questions
Викторина: Информатика в Казахстане

Quiz
•
9th Grade
11 questions
Câu Lệnh Rẽ Nhánh IF ELSE

Quiz
•
10th Grade
10 questions
LOOPS AND FLOW CONTROL STATEMENTS

Quiz
•
8th Grade
10 questions
Вікторина "БАЗОВІ ЗНАННЯ"

Quiz
•
7th Grade
7 questions
9 клас. Дії над списками у мові програмування Python

Quiz
•
9th Grade
11 questions
ОГЭ 4 урок. Системы счисления и типы данных.

Quiz
•
10th Grade
7 questions
Daniel Popel

Quiz
•
8th Grade
14 questions
Python հարցեր 7-րդ դաս

Quiz
•
7th 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 Information Technology (IT)
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Video Games

Quiz
•
6th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Fast Food Slogans

Quiz
•
6th - 8th Grade
4 questions
End-of-month reflection

Quiz
•
6th - 8th Grade
20 questions
Adding and Subtracting Integers

Quiz
•
6th Grade