
Ô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
93 questions
Ôn Tập Giữa Học Kỳ 1 - Tin Học 11

Quiz
•
11th Grade - University
85 questions
Quiz về HTML

Quiz
•
12th Grade
95 questions
95 Câu hỏi trắc nghiệm về kiến trúc máy tính

Quiz
•
11th Grade
94 questions
Bài 3. Máy tính và em

Quiz
•
3rd Grade - University
94 questions
Blockly-Kỳ Thi Olympic Tin Học Quốc Tế HKICO

Quiz
•
10th Grade
86 questions
Tin học

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

Quiz
•
12th Grade
95 questions
Bài Quiz không có tiêu đề

Quiz
•
11th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th 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
Introduction to Desktop Computer Systems

Quiz
•
9th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Computer Hardware and Input/Output Devices

Interactive video
•
6th - 10th Grade