
Ô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
Đâu là kiểu dữ liệu trong Python
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 Wayground
95 questions
Câu hỏi về GIMP

Quiz
•
11th Grade
91 questions
Алгоритмы и логические операции

Quiz
•
10th Grade
89 questions
Computer Network Systems

Quiz
•
10th Grade
95 questions
#xamluoccampuchia

Quiz
•
12th Grade
89 questions
Trắc nghiệm bài 7 - 12

Quiz
•
12th Grade
85 questions
Đề Cương Ôn Tập Tin Học 11

Quiz
•
11th Grade
92 questions
CK2 - TIN HỌC 12 năm 24-25 | TN nhiều lựa chọn

Quiz
•
12th Grade
90 questions
Ôn tập HK 1_Tin học 9

Quiz
•
9th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th 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