Python - тест

Quiz
•
Computers
•
1st - 12th Grade
•
Hard
Komarov Egor
Used 141+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Что будет напечатано при исполнении следующего кода? print(type(1 / 2))
class < 'int'>
class <'number'>
class <'float'>
class <'tuple'>
2.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Что будет напечатано?
name = "snow storm"
print(name[6:8])
st
sto
to
Syntax Error
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Что выведет следующая программа?
a = [1,2,3,None,(),[],]
print(len(a))
Syntax Error
4
5
6
7
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Что выведет следующая программа?
x = 4.5
y = 2
print(x // y)
2
2.25
9
20.25
5.
MULTIPLE SELECT QUESTION
1 min • 1 pt
1
2
3
4
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Что будет напечатано?
kvps = {"user","bill", "password","hillary"}
print(kvps['password'])
user
bill
password
Ничего. TypeError.
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Что будет показано в результате?
name = "John"
print(f'Hi, {name}')
Ошибка
"Hi, "
"Hi, John"
"Hi, name"
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Ввод вывод данных

Quiz
•
6th Grade - University
10 questions
Робототехника "Future-IT" - EV3. 6 гироскопический датчик

Quiz
•
1st - 5th Grade
10 questions
Оценивание 9-ые классы

Quiz
•
9th Grade
10 questions
вложенное условие

Quiz
•
5th Grade
10 questions
Строки в Python

Quiz
•
10th Grade
12 questions
Python set

Quiz
•
10th Grade
14 questions
Итоговый урок III четверти. 8 класс

Quiz
•
10th Grade
12 questions
Множества Python

Quiz
•
8th - 11th 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
20 questions
typing

Quiz
•
6th 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
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade