Kiến thức cơ bản về Python lop 10

Kiến thức cơ bản về Python lop 10

10th Grade

30 Qs

quiz-placeholder

Similar activities

GS6-LV1-S-3

GS6-LV1-S-3

3rd Grade - University

33 Qs

Câu hỏi trắc nghiệm luyện tập vận dụng

Câu hỏi trắc nghiệm luyện tập vận dụng

3rd Grade - University

30 Qs

PTS - KKA 10

PTS - KKA 10

10th Grade

25 Qs

ÔN TẬP THI HK1 MÔN TIN HỌC LỚP 5

ÔN TẬP THI HK1 MÔN TIN HỌC LỚP 5

5th Grade - University

29 Qs

ITGS - First Partial Exam - Period 2024-2025/2

ITGS - First Partial Exam - Period 2024-2025/2

10th Grade

25 Qs

Review Python_G8

Review Python_G8

8th Grade - University

28 Qs

IC3 GS6 LV2 ( Ôn tập từ Bài 1 - 3)

IC3 GS6 LV2 ( Ôn tập từ Bài 1 - 3)

7th Grade - University

27 Qs

K11.ôn tập chủ đề A, C

K11.ôn tập chủ đề A, C

6th Grade - University

28 Qs

Kiến thức cơ bản về Python lop 10

Kiến thức cơ bản về Python lop 10

Assessment

Quiz

Information Technology (IT)

10th Grade

Practice Problem

Medium

Created by

thuy phan

Used 9+ times

FREE Resource

AI

Enhance your content in a minute

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

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python là ngôn ngữ lập trình dạng gì?

Ngôn ngữ biên dịch

Ngôn ngữ kịch bản

Ngôn ngữ máy

Ngôn ngữ gắn mã

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python được phát triển bởi ai?

James Gosling

Guido van Rossum

Dennis Ritchie

Bjarne Stroustrup

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào dưới đây được sử dụng để kiểm tra phiên bản Python đang sử dụng?

python --version

python --info

python --check

python --show

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Biến trong Python được tạo như thế nào?

var x = 10

int x = 10

x = 10

declare x = 10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của đoạn mã sau là gì?

x = 5

y = "Hello"

print(type(x)

type(y))

a) <class 'int'> <class 'str'>

b) <class 'str'> <class 'int'>

c) <type 'int'> <type 'str'>

d) <class 'integer'> <class 'string'>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ký tự nào không được phép trong tên biến Python?

_

@

a

A

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của biểu thức sau là gì? 10 // 3

3.3333

3

4

3.0

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?