Đâu là kiểu dữ liệu trong Python

Ôn tập Tin học

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Ngen Kyn
Used 1+ times
FREE Resource
90 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
A. int, float, type, list
B. int, float, bool, string, list
C. input, int, float
D. print, int, float, bool,string
2.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
Cho câu lệnh x=float(input('nhập vào một số:')). Giả sử người dùng nhập vào từ bàn phím giá trị là 12 thì biến x sẽ nhận giá trị là bao nhiêu?
A. x có giá trị là xâu ký tự '12'
B. x có giá trị là số thực 12.0
C. x có giá trị là số nguyên 12
D. x có giá trị là số thực 12.00
3.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
Biểu thức nào sau đây là biểu thức logic?
A. x=12
B. x=x+1
C. x=>1 and x<=10
D. not(x>=5)
4.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Cho đoạn lệnh sau đây
x,y=10,6
if x%y==0:
print(x//y)
else:
print(x%y)
Hãy cho biết kết quả xuất ra màn hình sau khi đoạn lệnh trên được thực hiện?
10
6
4
1
5.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Lệnh nào sau đây là hợp lệ?
for in range(10):
print(i*i)
for in range(10):
print(i*i)
for i in range(10)
print(i*i)
for i in range(10):
print(i*i)
6.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Quan sát đoạn chương trình sau.
s=0
for i in range(1,6):
if i%2!=0:
s=s+i
print(s)
Hãy cho biết kết quả của biến s đc xuất ra màn hình có giá trị bao nhiêu?
0
9
10
12
7.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Lệnh nào sau đây là hợp lệ?
k=2
while k=50:
print(k,end=" ")
k=k+3
k=2
while k<50:
print(k,end=" ")
k=k+3
k=2
while k<50:
print(k,end=" ")
k=k+3
k=2
while k<50
print(k,end=" ")
k=k+3
Create a free account and access millions of resources
Similar Resources on Quizizz
88 questions
Trắc Nghiệm Tin 10 HK1

Quiz
•
10th Grade
95 questions
Tin học

Quiz
•
12th Grade - University
93 questions
Ôn Tập Giữa Học Kỳ 1 - Tin Học 11

Quiz
•
11th Grade - University
90 questions
Quizzi tin CKII

Quiz
•
11th Grade - University
95 questions
Ôn tập hk1 lớp 11 python

Quiz
•
11th Grade
88 questions
Ôn Tập Môn Tin Học 10

Quiz
•
10th Grade
93 questions
Cấu trúc rẽ nhánh trong Python

Quiz
•
10th Grade
90 questions
ÔN TẬP KTGK1_TIN11_2024-2025

Quiz
•
11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University