CS_Lesson10

CS_Lesson10

5th Grade

10 Qs

quiz-placeholder

Similar activities

Digital Productivity

Digital Productivity

5th - 6th Grade

5 Qs

Your Guide to Googling

Your Guide to Googling

5th Grade

13 Qs

Azure Security

Azure Security

1st - 5th Grade

10 Qs

Python!

Python!

1st - 5th Grade

11 Qs

What is an Information System? (from the YouTube)

What is an Information System? (from the YouTube)

4th - 12th Grade

7 Qs

Household linens

Household linens

5th - 6th Grade

10 Qs

Informatika SMA

Informatika SMA

1st Grade - Professional Development

10 Qs

Comite soporte 13-09-2019

Comite soporte 13-09-2019

1st - 5th Grade

15 Qs

CS_Lesson10

CS_Lesson10

Assessment

Quiz

Instructional Technology

5th Grade

Medium

Created by

TÍN NHẬT

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Biến nào sau đây không hợp lệ trong Python?

_bien1

bien_1

bien 1

1bien

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Kiểu dữ liệu nào sau đây dùng để lưu trữ chuỗi ký tự trong Python?

Integer

Float

String

List

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Cho string my_string = "Hello, world!"

my_string.length

len(my_string)

len(my_string.split())

my_string.count(" ")

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Câu lệnh nào sau đây dùng để in ra một giá trị là "Động vật"

print("Động vật")

print('Động vật')

print(f"Động vật")

Cả 3 đáp án đều đúng

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Cú pháp nào sau đây dùng để tạo list trong Python?

list = (1, 2, 3)

list = [1, 2, 3]

list = {1, 2, 3}

list = "1, 2, 3"

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Phép toán nào sau đây không hợp lệ trong Python?

1 + 2

"a" + "b"

[1, 2] + [3, 4]

1 - "a"

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Tuple trong Python là gì?

Biến lưu trữ một giá trị duy nhất

Biến lưu trữ dữ liệu kiểu dictionary

Biến lưu trữ nhiều giá trị theo thứ tự, không thể thay đổi

Biến lưu trữ dữ liệu kiểu list

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