Ai Nhanh - Ai Đúng

Ai Nhanh - Ai Đúng

10th Grade

10 Qs

quiz-placeholder

Similar activities

Java: repetition control structure for & while

Java: repetition control structure for & while

10th - 12th Grade

10 Qs

Basic Printf

Basic Printf

1st - 10th Grade

10 Qs

G7 - Ôn tập C1,2

G7 - Ôn tập C1,2

KG - University

10 Qs

Latihan soal

Latihan soal

5th - 12th Grade

10 Qs

10A16_L1_HK1

10A16_L1_HK1

10th Grade

15 Qs

PREGUNTAS BÁSICAS SOBRE CONOCIMIENTO INFORMÁTICO

PREGUNTAS BÁSICAS SOBRE CONOCIMIENTO INFORMÁTICO

1st Grade - Professional Development

10 Qs

TIN 9 BÀI 1,2

TIN 9 BÀI 1,2

1st - 12th Grade

15 Qs

Bài tập trắc nghiệm C++(tiếp)

Bài tập trắc nghiệm C++(tiếp)

3rd Grade - University

10 Qs

Ai Nhanh - Ai Đúng

Ai Nhanh - Ai Đúng

Assessment

Quiz

Computers

10th Grade

Practice Problem

Easy

Created by

Le B2013924

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đối tượng dưới đây thuộc kiểu dữ liệu nào?

A = [1, 2, ‘3’]

list

int

float

string

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

 Danh sách A sẽ có kết quả gì sau khi thực hiện đoạn lệnh sau?

A = [2, 3, 5, 6]

A. append(4)

A.pop(2)

2, 3, 4, 5, 6, 4

2, 3, 4, 5, 6

2, 4, 5, 6

2, 3, 6, 4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Cho đoạn chương trình sau

a=[3,1,5,2]

a.sort()

print(a)

Sau khi thực hiện đoạn chương trình trên, danh sách a hiển thị trên màn hình là:

[1, 2, 3, 5]

[3, 1, 5, 2]

[5, 3, 2, 1]

[3, 5, 2, 1]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Cho đoạn chương trình

a=[1,2,3]

a.insert(0,2)

print(a)

Sau khi thực hiện đoạn chương trình trên thì danh sách a có các phần tử:

[0, 1, 2, 3]

[2, 3]

[2, 1, 2, 3]

[1, 2, 3, 2]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để biết độ dài của danh sách ta dùng hàm?

type()

len()

sort()

pop()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để khởi tạo danh sách b có 5 phần tử 1, 2, 3, 4, 5 ta viết

b = 1, 2, 3, 4, 5

b = (1, 2, 3, 4, 5)

b = [1....5]

b = [1, 2, 3, 4, 5]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cách khởi tạo danh sách sau đây, cách nào sai?

ls = [1, 2, 3]

ls = [x for x in range(3)]

ls = [int(x) for x in input().split()]

ls = list(3)

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?