認識Python中的變量

認識Python中的變量

6th - 8th Grade

29 Qs

quiz-placeholder

Similar activities

Web:Bit Test

Web:Bit Test

7th - 9th Grade

27 Qs

Quno 知識測驗

Quno 知識測驗

6th Grade

25 Qs

g7_ch4

g7_ch4

7th Grade

25 Qs

8下排序段考

8下排序段考

1st - 12th Grade

25 Qs

113-01二年級

113-01二年級

8th Grade

25 Qs

111_2_g7_2

111_2_g7_2

7th Grade

25 Qs

IC3 Ch2

IC3 Ch2

6th Grade

26 Qs

2324下學期考試溫習

2324下學期考試溫習

6th - 8th Grade

26 Qs

認識Python中的變量

認識Python中的變量

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

赖健明 赖健明

FREE Resource

29 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

變量是什麼?

方便記憶的別名

存儲資料的容器

電腦的地址

一個複雜且隨機的數字

2.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

變量在Python中的命名規則是什麼?

只能包含字母和數字

不能以數字開頭

不能包含特殊字符

所有字母都必須小寫

3.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

資料在記憶體中是如何儲存的?

以數字地址儲存

以有意義的名稱儲存

以無意義的數字地址儲存

以字母和數字組成的名稱儲存

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

在Python中,變量的數據類型是由什麼決定的?

變量名稱

變量的值

變量的地址

變量的類型

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

以下哪個是合法的變量名稱?

1student

student-name

_private_var

@name

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

變量可以同時賦值給多個變量嗎?

可以

不可以

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

在Python中,如何輸出一個變量的值?

print(variable)

output(variable)

display(variable)

show(variable)

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?