PYTHON 2 REVIEW

Quiz
•
Computers
•
KG - 1st Grade
•
Medium
huu nhi
Used 50+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để truy cập đến phần tử thứ i của danh sách A, ta viết
A(i)
Ai
A[i]
A{i}
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Python cho:
number=[1, 2, 3, 4, 5]
print(number[1]) kết quả là:
1
2
3
báo lỗi
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Python cho:
A=[1, 2, 3]
B= [‘a’, ‘b’]
print(A+B) kết quả là:
1 2 3 a b
báo lỗi
[1, 2, 3][‘a’, ‘b’ ]
[1, 2, 3, ‘a’, ‘b’].
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Python cho:
A =['Lớp', 11 ,'Nguyễn Huệ', 1 ,2 , 6]
print(len(A)) kết quả là:
1
2
6
11
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả sau khi thực hiện đoạn chương trình:
A=[]
A.append(11)
A.append(2)
print(A)
[11,2]
112
11
2
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho biết ý nghĩa của đoạn chương trình sau:
A=[1,4,8,6,9,2]
A.reverse()
print(A)
In các phần tử là số lẻ của danh sách A..
In các phần tử của danh sách A theo thứ tự ngược lại.
In các phần tử của danh sách A.
In các phần tử là số chẵn của danh sách A.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Python cho biết kết quả đoạn chương trình sau:
A=[1,4,8,6,9,2]
S=0
for i in A:
if i%2==0:
S+=i
print(S)
10
20
30
0
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Kiểm tra kiến thức về xâu ký tự

Quiz
•
11th Grade
20 questions
Tin 11 - Bài 2 - Phần 2

Quiz
•
11th Grade
12 questions
Quiz Input Python

Quiz
•
12th Grade
20 questions
Một số lệnh làm việc với xâu kí tự

Quiz
•
10th Grade
10 questions
Ôn tập B24. Xâu kí tự

Quiz
•
10th Grade
10 questions
TN Bài 12 xâu kí tự _ Cô Tuyết

Quiz
•
10th Grade
20 questions
Tin 11 - Bài 4,5 - Câu hỏi trắc nghiệm

Quiz
•
11th Grade
10 questions
Trắc nghiệm Python

Quiz
•
9th - 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
20 questions
Disney Characters

Quiz
•
KG
20 questions
addition

Quiz
•
1st - 3rd Grade
20 questions
Subject and predicate in sentences

Quiz
•
1st - 3rd Grade
20 questions
Addition and Subtraction facts

Quiz
•
1st - 3rd Grade
20 questions
Place Value

Quiz
•
KG - 3rd Grade
10 questions
Exploring Properties of Matter

Interactive video
•
1st - 5th Grade
10 questions
Odd and even numbers

Quiz
•
1st - 2nd Grade
10 questions
Exploring the 5 Regions of the United States

Interactive video
•
1st - 5th Grade