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
15 questions
Roblox. Язык программирования Lua 3

Quiz
•
1st - 12th Grade
17 questions
Алгоритмы на языке Паскаль

Quiz
•
1st - 5th Grade
18 questions
Python Bài 1

Quiz
•
1st - 5th Grade
16 questions
Python Basics

Quiz
•
KG - University
13 questions
S 1 Процедуры функции

Quiz
•
4th Grade
13 questions
Unity C# scripting

Quiz
•
1st - 3rd Grade
13 questions
c++ last

Quiz
•
1st Grade - University
15 questions
JS Talks, Quiz #5

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Place Value

Quiz
•
4th Grade
20 questions
Run-On Sentences and Sentence Fragments

Quiz
•
3rd - 6th Grade
20 questions
4 Types of Sentences

Quiz
•
3rd - 5th Grade
10 questions
Place Value

Quiz
•
3rd Grade
20 questions
place value

Quiz
•
4th Grade
20 questions
Place Value and Rounding

Quiz
•
4th Grade
17 questions
Multiplication facts

Quiz
•
3rd Grade
12 questions
Text Structures

Quiz
•
4th Grade