CS_Lesson10

CS_Lesson10

5th Grade

10 Qs

quiz-placeholder

Similar activities

Bài 5: Luyện tập về thủ tục

Bài 5: Luyện tập về thủ tục

5th Grade

10 Qs

CN5. Bài 1. Vai trò của công nghệ

CN5. Bài 1. Vai trò của công nghệ

1st - 5th Grade

10 Qs

Bài 2-Mở rộng hiệu ứng CĐ - tin lớp 5

Bài 2-Mở rộng hiệu ứng CĐ - tin lớp 5

5th Grade

10 Qs

Bài 3: Chèn âm thanh vào bài trình chiếu - Lớp 5

Bài 3: Chèn âm thanh vào bài trình chiếu - Lớp 5

5th Grade

11 Qs

Bài 9. Mô hình điện mặt trời

Bài 9. Mô hình điện mặt trời

5th Grade

11 Qs

EV3 ROBOTICS 3

EV3 ROBOTICS 3

1st - 6th Grade

15 Qs

eduBlocks 1

eduBlocks 1

4th - 6th Grade

10 Qs

Ms Word: Formatting Text & Image

Ms Word: Formatting Text & Image

1st - 12th Grade

10 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?