
Python1

Quiz
•
Computers
•
6th - 8th Grade
•
Hard
_ eilic _
Used 3+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Какой тип данных будет у результата выполнения следующего кода?
x = 5 + 3.2
int
float
str
bool
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Что выведет следующий код?
print("Hello" * 3)
HelloHelloHello
"Hello" * 3
Ошибку
Hello 3
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какой результат даст этот код?
x = [1, 2, 3]
y = x
y.append(4)
print(x)
[1,2,3]
[1,2,3,4]
[4]
Ошибка
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая команда используется для объявления функции в Python?
function
def
func
define
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Что выведет следующий код?
def greet(name):
return f"Hello, {name}!"
print(greet("Alice"))
Hello, Alice!
greet("Alice")
None
Ошибка
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой метод списка добавляет элемент в конец списка?
add()
append()
insert()
extend()
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Какой результат даст этот код?
x = "Python"
print(x[1:4])
x[1:4]
Pyth
yt
yth
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Programming

Quiz
•
7th - 9th Grade
10 questions
Кодування

Quiz
•
8th Grade
17 questions
Y7 Python

Quiz
•
7th Grade
15 questions
Алгоритмы для 7 класса

Quiz
•
8th Grade
16 questions
8.4 Micro Python Recap

Quiz
•
7th - 8th Grade
10 questions
Scratch. Урок 1.

Quiz
•
1st - 10th Grade
10 questions
Летучка №1

Quiz
•
6th - 8th Grade
10 questions
Java Strings

Quiz
•
1st Grade - Professio...
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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade
14 questions
Computer Hardware

Quiz
•
7th Grade
10 questions
Networking Devices and Their Functions

Interactive video
•
5th - 8th Grade