
bài kiểm tra tin học 10 lần 3

Quiz
•
Computers
•
10th Grade
•
Easy
AT Nguyễn
Used 6+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Python biến được khai báo và sử dụng bên trong một hàm được gọi là gì?
Biến địa phương.
Biến thông thường.
Biến riêng.
Biến tổng thể.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
>>>A=['tin', 'học', '10']. Câu lệnh nối nào dưới đây để có kết quả sau:
>>> 'tin-học-10'
','.join(A)
' '.join(A)
'-'.join(A)
':'.join(A)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đoạn lệnh sau làm nhiệm vụ gì?
A = []
for x in range(10):
A.append(int(input()))
Nhập dữ liệu từ bàn phím cho mảng A có 10 phần tử là xâu.
Nhập dữ liệu từ bàn phím cho mảng A có 10 phần tử là số nguyên.
Nhập dữ liệu từ bàn phím cho mảng A có 10 phần tử là số thực.
Không có đáp án đúng.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Chương trình sau thông báo lỗi gì?
for i in range(10) print(i)
Type Error.
SyntaxError.
NameError.
ValueError.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sử dụng lệnh nào để tìm vị trí của một xâu con trong xâu khác không?
split()
in()
test()
find()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để kiểm tra một phần tử có nằm trong danh sách đã cho không, trong Python sử dụng toán tử gì?
append
for
range
in
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của chương trình sau là bao nhiêu?
>>>def f(a,b): return a + b + N
>>> N = 5 >>>f(3, 3)
5
6
11
Chương trình bị lỗi.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Tin 10 bài 1

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

Quiz
•
1st - 12th Grade
15 questions
Bài 6 Câu lệnh rẽ nhánh

Quiz
•
10th Grade - University
20 questions
IC3 - Part 1

Quiz
•
7th Grade - University
15 questions
Kiểm tra 15p Tin 10 Kì 2 (số 1)

Quiz
•
10th Grade
25 questions
T8 - ÔN TẬP CUỐI HK2 (22-23) (2)

Quiz
•
9th - 12th Grade
16 questions
Excel cơ bản 1

Quiz
•
KG - University
15 questions
Ôn tập kỳ 2 tin 6

Quiz
•
1st - 12th Grade
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