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

Kiến thức về Internet và Email

Kiến thức về Internet và Email

10th Grade

30 Qs

The End

The End

9th - 12th Grade

25 Qs

Uji Pengetahuan Komputer

Uji Pengetahuan Komputer

10th Grade - University

35 Qs

Tes Diagnostik Studentday Programing Desktop

Tes Diagnostik Studentday Programing Desktop

10th Grade

25 Qs

Arvutiteaduse Küsimused

Arvutiteaduse Küsimused

10th Grade

35 Qs

Bại ôn tập học kì 1 môn tin lớp 3

Bại ôn tập học kì 1 môn tin lớp 3

3rd Grade - University

30 Qs

2-semestr  Yakuniy Nazorat

2-semestr Yakuniy Nazorat

10th Grade

25 Qs

Dasar Koding dan Kecerdasan Artifisial

Dasar Koding dan Kecerdasan Artifisial

10th Grade - University

25 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

Medium

Created by

thuy phan

Used 9+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?