Python - Основы

Quiz
•
Computers
•
1st - 4th Grade
•
Hard
Евгений Гусак
Used 38+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Число или слово, которое мы делаем переменной
Значение
Информация
Баг
Текст
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что выведет следующий код?
d = lambda p: p * 2
t = lambda p: p * 3
x = 2
x = d(x)
x = t(x)
x = d(x)
print(x)
7
12
24
36
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какое слово (команда) используется для отображения чисел и текста на экране?
input
output
command
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет напечатано?
name = "snow storm"
print("%s" % name[6:8])
st
sto
to
Syntax Error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что такое переменная?
Место в памяти, в котором храниться значения
Тип данных
Тип памяти
Тип графики
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет напечатано?
x = True
y = False
z = False
if not x or y: print(1)
elif not x or not y and z: print(2)
elif not x or y or not y and x: print(3)
else: print(4)
1
2
3
4
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой символ используется в Python для присвоения значений переменной?
=
/
+
*
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
quiz dasar python

Quiz
•
1st Grade - University
17 questions
Вводное по Unity C#

Quiz
•
1st - 11th Grade
18 questions
Unit-9 QB64 statements

Quiz
•
2nd Grade
15 questions
Minecraft Edu

Quiz
•
1st Grade
14 questions
Keyboard Shortcuts

Quiz
•
4th - 8th Grade
20 questions
MSW Logo - Arithmetic Operations

Quiz
•
3rd - 6th Grade
15 questions
Массивтер

Quiz
•
1st - 5th Grade
18 questions
lesson 32

Quiz
•
2nd - 5th 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