Trắc nghiệm xâu ký tự trong Python

Trắc nghiệm xâu ký tự trong Python

10th Grade

10 Qs

quiz-placeholder

Similar activities

Latihan soal Algoritma dan Pemrograman

Latihan soal Algoritma dan Pemrograman

10th Grade

10 Qs

Bài 16. NNLTBC và python

Bài 16. NNLTBC và python

10th Grade

10 Qs

Sisters Through Code PreQuiz

Sisters Through Code PreQuiz

6th - 12th Grade

10 Qs

Electiva Lógico-Matemático

Electiva Lógico-Matemático

1st - 11th Grade

6 Qs

Introduccion Python

Introduccion Python

6th - 11th Grade

5 Qs

KTTX lần 3 tin 10

KTTX lần 3 tin 10

10th Grade

10 Qs

Công nghệ 5.0

Công nghệ 5.0

KG - Professional Development

10 Qs

Programming-related topics

Programming-related topics

10th Grade

15 Qs

Trắc nghiệm xâu ký tự trong Python

Trắc nghiệm xâu ký tự trong Python

Assessment

Quiz

Instructional Technology

10th Grade

Medium

Created by

Đặng 2

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Python, kiểu dữ liệu nào dùng để lưu trữ xâu ký tự?

int

float

str

list

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nào để in ra màn hình xâu "Hello, Python"?

echo("Hello, Python")

print("Hello, Python")

printf("Hello, Python")

output("Hello, Python")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của đoạn code sau là gì? s = "Python" print(s[1])

P

y

t

h

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Python, chỉ số âm trong xâu ký tự bắt đầu đếm từ ký tự cuối cùng về trước.

Đúng

Sai

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nào trả về độ dài của xâu `s`?

length(s)

len(s)

size(s)

count(s)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của đoạn code sau là gì? s = " Hello World " print(s.strip())

" Hello World "

"Hello World"

"hello world"

"HelloWorld"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đoạn code nào trả về phần xâu "thon" từ biến `s = "Python"`?

s[2:6]

s[3:7]

s[1:5]

s[-3:]

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?

Discover more resources for Instructional Technology