G10 - Ôn tập cuối kì mùa Xuân

Quiz
•
Computers
•
10th Grade
•
Easy
Lê Anh
Used 26+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Cách khai báo nào là đúng trong đoạn chương trình dưới đây:
def Tong(a, b):
print("Tổng a + b là:", a+b)
def Tong(a;b):
print("Tổng a + b là:", a+b)
def Tong(a, b)
print("Tổng a + b là:", a+b)
def Tong(a, b):
print("Tổng a + b là:" a+b)
2.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Cho đoạn chương trình sau:
import math
x = 16
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
5 mins • 1 pt
Cho đoạn chương trình sau:
import math
x = 25
y = math.sqrt(x)
print(y)
Đoạn chương trình in ra kết quả gì?
5
12.5
25
x
4.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Đoạn chương trình sau in ra kết quả gì?
for i in range(1, 6):
print(i * 2, end=" ")
1 2 3 4 5
2 4 6 8 10 12
2 4 6 8 10
1 2 3 4 5 12
5.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Đoạn chương trình sau in ra kết quả gì?
x = 1
while x < 10:
print(x, end=" ")
x *= 2
1 3 5 7 9
1 2 4 8
1 2 4 8 16
Lỗi chương trình.
6.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Cho đoạn lệnh sau:
for i in range(10):
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 10
1 2 3 4 5 6 7 8 9 10
0 1 2 3 4 5 6 7 8 9
1 2 3 4 5 6 7 8 9
7.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Cho đoạn chương trình sau:
s=0
for i in range(7):
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
21
6
28
Create a free account and access millions of resources
Similar Resources on Wayground
34 questions
ɴ ɪ ɢ ʜ ᴛ ʟ ɪ ɢ ʜ ᴛ

Quiz
•
9th - 12th Grade
26 questions
Python set 1

Quiz
•
9th - 12th Grade
30 questions
Bài 2. Tin học 9. Chủ đề F

Quiz
•
9th - 12th Grade
27 questions
AP CS A CH 1 Review

Quiz
•
10th - 12th Grade
26 questions
Ôn tập HK2

Quiz
•
10th Grade
25 questions
Data Types- Python

Quiz
•
7th - 11th Grade
30 questions
Python Basics

Quiz
•
8th - 10th Grade
34 questions
tin học

Quiz
•
8th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade