
Основы программирования1-565 гр. Тема 7
Authored by Khatira Abbasova
Computers
University
Used 13+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Определите инструкцию:
if условие:
тело
если условие истинно, тело выполняется, если оно ложно, тело не выполняется
если условие истинно, выполняется тело1, в противном случае выполняется тело2
выбирает из нескольких вариантов
тело выполняется повторно, пока условие не станет ложным
повторное выполнение одного и того же блока
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Определите значение выражения: 12 <= 3**3
True
False
27
9
Null
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какие значения могут принимать данные логического типа в языке Python?
положительные
true и false
отрицательные
символьные
любые
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Назначение функция xcor ( ) в модуле Python turtle:
перемеcтить перо turtle в точку (x, y)
вернуть координату y turtle
вернуть координату x turtle
высветить перо turtle на экране
передвинуть вперед в точку (x)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Назначение функция distance (x, y) в модуле Python turtle:
получить расстояние с текущей точки до точки (x,y)
переместить перо turtle в точку (x, y)
вернуть координату y turtle
вернуть координату x turtle
высветить перо turtle на экране
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой код целесообразно использовать для рисования пятиугольника с помощью модуля turtle на языке Python?
from turtle import *
def polygon(dlina, ugol):
for _ in range(5):
forward(dlina)
right(ugol)
def main():
polygon(100, 72)
exitonclick()
main()
def polygon(dlina, ugol):
for _ in range(6):
forward(dlina)
right(ugol)
def main():
polygon(100, 72)
exitonclick()
from turtle import
def polygon(dlina, ugol):
for _ in range(5):
forward(dlina)
right(ugol)
def main():
polygon(100, 72)
exitonclick()
from turtle import
def polygon(dlina, ugol):
for _ in range(5):
forward(dlina)
right(ugol)
def main():
polygon(100, 75)
exitonclick()
main()
from turtle import *
def polygon(dlina, ugol):
for _ in range(6):
forward(dlina)
right(ugol)
def main():
polygon(100, 72)
exitonclick()
main()
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Работа каких операторов дает верный ответ при любом значении переменной i?
if i / 2:
print(i, 'чётное')
else:
print(i, 'нечётное')
if i % 2 == 0:
print(i, 'чётное')
else:
print(i, 'нечётное')
if i % 2 != 0:
print(i, 'нечётное')
else:
print(i, 'чётное')
if i // 2 != 0:
print(i, 'нечётное')
else:
print(i, 'чётное')
if i // 2 == 0:
print(i, 'чётное')
else:
print(i, 'нечётное')
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
11 questions
C Language
Quiz
•
10th Grade - University
9 questions
Python Basics Quiz for KS3
Quiz
•
11th Grade - University
12 questions
Python: Strings and Lists
Quiz
•
University
11 questions
Control Structures - Selection in Python
Quiz
•
8th Grade - University
10 questions
ÔN TẬP BÀI 16 - K10
Quiz
•
10th Grade - University
12 questions
Lógica Programação
Quiz
•
University
15 questions
Assistive Technology
Quiz
•
University
10 questions
PF Unit 10
Quiz
•
9th Grade - University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
7 questions
Fragments, Run-ons, and Complete Sentences
Interactive video
•
4th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
10 questions
DNA Structure and Replication: Crash Course Biology
Interactive video
•
11th Grade - University
5 questions
Inherited and Acquired Traits of Animals
Interactive video
•
4th Grade - University
5 questions
Examining Theme
Interactive video
•
4th Grade - University
20 questions
Implicit vs. Explicit
Quiz
•
6th Grade - University
7 questions
Comparing Fractions
Interactive video
•
1st Grade - University