
Python 1

Quiz
•
Computers
•
10th Grade
•
Medium

Tri Dang Cong
Used 5+ times
FREE Resource
99 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Python, từ khóa nào được sử dụng để khai báo một hàm
class
def
function
declare
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Python, hàm nào được sử dụng để tính giá trị tuyệt đối của một số
abs()
ceil()
floor()
round()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Python, đoạn mã nào sẽ in ra giá trị của biến x và y
x = 5
y = 10
print("x is", x, "and y is", y)
x is 10 and y is 5
x = 5 and y = 10
x is 5 and y is 10
x and y are both 5
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Python, đoạn mã nào sẽ in ra số lớn nhất trong danh sách sau: [5, 10, 3, 8, 1]
print(max([5, 10, 3, 8, 1]))
print(min([5, 10, 3, 8, 1]))
print(sum([5, 10, 3, 8, 1]))
print(len([5, 10, 3, 8, 1]))
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Python, đoạn mã nào sẽ in ra tất cả các phần tử trong danh sách sau: ["apple", "banana", "cherry"]?
print(list["apple", "banana", "cherry"])
print([apple, banana, cherry])
print(["apple", "banana", "cherry"])
print("apple, banana, cherry")
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Python, đoạn mã nào sẽ in ra giá trị của biến x sau khi nó được tăng lên 1 đơn vị
x = 5
x += 1
print(x)
5
6
7
Không có câu trả lời đúng
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đoạn mã sau sẽ in ra gì
for i in range(10):
print(i)
0, 1, 2, 3, 4, 5, 6, 7, 8, 9
1, 2, 3, 4, 5, 6, 7, 8, 9, 10
0, 1, 2, 3, 4, 5, 6, 7, 8
1, 2, 3, 4, 5, 6, 7, 8, 9
Create a free account and access millions of resources
Similar Resources on Wayground
100 questions
Quiz on Python While Loop

Quiz
•
10th Grade
94 questions
N5 Computing Science: Data Representation

Quiz
•
10th Grade
95 questions
Ôn tập HK2

Quiz
•
10th Grade
101 questions
10 ĐIỂM TIN TRONG TẦM TAY

Quiz
•
10th Grade
97 questions
Tổng hợp Trắc nghiệm giữa kỳ I - Tin học 10 Cánh Diều

Quiz
•
10th Grade - University
100 questions
CĐ F Tin 10 - 11

Quiz
•
10th Grade
100 questions
Uji petik power system

Quiz
•
10th Grade
100 questions
SQL: Using Single-Row Functions

Quiz
•
8th Grade - Professio...
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

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

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
10 questions
Essential Lab Safety Practices

Interactive video
•
6th - 10th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade