Ôn tập kì Xuân Tin học 10. 2

Quiz
•
Computers
•
10th Grade
•
Medium
Thị Trần
Used 4+ times
FREE Resource
23 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cách khai báo nào là đúng trong đoạn chương trình dưới đây:
def Tich(a, b): print(“Tích a* b là:”, a*b)
def Tich(a;b): print(“Tích a * b là:”, a*b)
def Tich(a, b): print(“Tích a * b là:”, a**b)
def Tich(a, b): print(“Tích a *b là:” a*b)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn chương trình sau: import math x = 2025 y = math.sqrt(x) print(y) Thư viện math cung cấp:
Thủ tục vào ra của chương trình.
Hỗ trợ việc tạo ra các lựa chọn ngẫu nhiên
Các hằng và hàm toán học.
Hỗ trợ trực tiếp các định dạng nén và lưu trữ dữ liệu
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn chương trình sau: import math x = 81 y = math.sqrt(x) print(y)
9
81
18
x
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đoạn chương trình sau in ra kết quả gì? for i in range(1, 5): print(i * 2, end=" ")
1 2 3 4 5
2 4 6 8 10
2 4 6 8
1 2 3 4 12
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đoạn chương trình sau in ra kết quả gì? x = 2 while x < 10: print(x, end=" ") x *= 2
5 7 9
2 4 8
4 8 16
Lỗi chương trình.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn lệnh sau: for i in range(9): print(i) Trên màn hình i có các giá trị là:
0 1 2 3 4 5 6 7 8 9
1 2 3 4 5 6 7 8 9
0 1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn chương trình sau: s=0 for i in range(9): s=s+i print(s) Sau khi thực hiện đoạn chương trình trên giá trị của s là:
1
28
9
10
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Python 2

Quiz
•
1st - 12th Grade
24 questions
Đề Cương Ôn Tập Môn Tin Học 10 giữa kì II

Quiz
•
10th Grade
23 questions
Bài 14. QL – Ngôn ngữ truy vấn có cấu trúc

Quiz
•
11th Grade
20 questions
Tin học 5

Quiz
•
1st - 12th Grade
20 questions
Sử dụng MS Excel (41-60)

Quiz
•
University
20 questions
Kiểm tra thường xuyên tin 8 lần 1

Quiz
•
1st - 12th Grade
20 questions
bài thực hành 1

Quiz
•
12th Grade
20 questions
IC3 - Part 1

Quiz
•
7th Grade - University
Popular Resources on Wayground
10 questions
Video Games

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

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade