Python

Python

11th Grade

47 Qs

quiz-placeholder

Similar activities

Class 11 List and Dictionary

Class 11 List and Dictionary

11th Grade

48 Qs

Ôn tập trắc nghiệm tin học 11 HK2_2021

Ôn tập trắc nghiệm tin học 11 HK2_2021

11th Grade

49 Qs

Edexcel Python  07

Edexcel Python 07

11th Grade

50 Qs

Prior Knowledge ICTI 3rd term Extended version

Prior Knowledge ICTI 3rd term Extended version

11th - 12th Grade

48 Qs

DASAR PYTHON

DASAR PYTHON

11th Grade

50 Qs

Year 11 Unit 7 IGCSE Algorithm Quiz

Year 11 Unit 7 IGCSE Algorithm Quiz

9th - 12th Grade

42 Qs

Midterm prep 10 gr

Midterm prep 10 gr

10th Grade - University

45 Qs

Quiz on Programming Basics

Quiz on Programming Basics

3rd Grade - University

43 Qs

Python

Python

Assessment

Quiz

Computers, Mathematics

11th Grade

Hard

Created by

Lucky Star

FREE Resource

47 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

cho biến

x='Python test 3'

print(x[7:])

Test 3

test 3

Python test 3

on test 3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho biến

x='Python test 3'

print(x[2:10])

Python

thon test 3

thon tes

thon test

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho biến

x='Python test 3'

print(len(x))

8

11

14

13

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp để đếm ký tự trong chuỗi?

tênbiến.count'kí tự muốn đếm'

tênbiến.find('kí tự muốn đếm')

tênbiến.count(kí tự muốn đếm)

tênbiến.count('kí tự muốn đếm')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp tìm kí tự trong chuỗi

tênbiến.find('kí tự muốn đếm')

tênbiến.count('kí tự muốn đếm')

tênbiến.replace('kí tự muốn đếm')

tênbiến.count(kí tự muốn đếm)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a='Python test 3'

print(a.split( ))

Cho biết kết quả?

'Python','test','3'

['Python','test','3']

('Python','test','3')

['Python','test',3]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chuyển đoạn văn bản thành chữ hoa ta dùng câu lệnh nào

tênbiến.upper()

tênbiến.lower()

tênbiến.title()

tênbiến.capitalize()

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?