CÂU HỎI TRẮC NGHIỆM

CÂU HỎI TRẮC NGHIỆM

11th Grade

10 Qs

quiz-placeholder

Similar activities

Website Development - Lesson 2 Retrieval

Website Development - Lesson 2 Retrieval

11th Grade

10 Qs

Bài 18: Các lệnh vào ra đơn giản

Bài 18: Các lệnh vào ra đơn giản

11th Grade

15 Qs

Ôn tập Python

Ôn tập Python

9th - 12th Grade

15 Qs

python(strings)

python(strings)

11th Grade

10 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

Progamação

Progamação

10th Grade - Professional Development

10 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

KIẾN THỨC CHƯƠNG II

KIẾN THỨC CHƯƠNG II

11th Grade

10 Qs

CÂU HỎI TRẮC NGHIỆM

CÂU HỎI TRẮC NGHIỆM

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Huyen Vu

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để khai báo một biến có kiểu xâu, ta chọn

a = 11A1

a = 11/1

a = 'LỚP 11'

a = 11A

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để tham chiếu đến phần tử thứ 4 trong xâu a ta viết:

a[3] 

a(4) 

a[4]

a(3)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chương trình sau cho kết quả là gì?

a = 'TIN HỌC'

b=a[6]

print(b)

T

C

N

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chương trình sau cho kết quả là gì?

a = 'Chào mùa thi'

b = a[5:12]

print(b)

mùa 

Chào

Chào mùa

mùa thi

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chương trình sau cho kết quả là gì?

a = 'NNNLT Python'

x = a.upper()

print(x)

NNLTPYTHO

nnlt python

Nnlt Python

NNLT PYTHON

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chương trình sau cho kết quả là gì?

x = 'TP'

y = 'Hồ Chí Minh'

print(x+' '+y)

TpHồ Chí Minh

Hồ Chí Minh TP

TP Hồ Chí Minh

Hồ Chí MinhTP

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chương trình sau cho kết quả là gì?

x = 'Đồng Nai'

y = 'Đồng Tháp'

print(x>y)

Đồng Nai

Đồng Tháp

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?