CS_Lesson10

CS_Lesson10

5th Grade

10 Qs

quiz-placeholder

Similar activities

CN5-BÀI 7: LẮP RÁP MÔ HÌNH XE ĐIỆN CHẠY BẰNG PIN (CTST)

CN5-BÀI 7: LẮP RÁP MÔ HÌNH XE ĐIỆN CHẠY BẰNG PIN (CTST)

5th Grade

15 Qs

Scratch_level2_lesson6

Scratch_level2_lesson6

1st - 10th Grade

15 Qs

Ôn tập học kì 1-CN7

Ôn tập học kì 1-CN7

1st - 12th Grade

15 Qs

luyện tập

luyện tập

1st - 10th Grade

10 Qs

Công nghệ 5 Kết nối bài 9: Mô hình điện mặt trời

Công nghệ 5 Kết nối bài 9: Mô hình điện mặt trời

5th Grade

10 Qs

Examen de python

Examen de python

1st - 12th Grade

10 Qs

Chủ đề 10 : Thực Hành Giữa HK I

Chủ đề 10 : Thực Hành Giữa HK I

1st Grade - University

8 Qs

Java String Methods and String Pool

Java String Methods and String Pool

1st - 5th Grade

13 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?