認識Python中的變量

認識Python中的變量

6th - 8th Grade

29 Qs

quiz-placeholder

Similar activities

J02 电脑系统

J02 电脑系统

6th Grade

30 Qs

g8_ch3_ch5_test

g8_ch3_ch5_test

8th Grade

25 Qs

2023 Word Test2

2023 Word Test2

8th Grade

25 Qs

Scratch 2

Scratch 2

KG - Professional Development

30 Qs

108-1AppInventor八25

108-1AppInventor八25

8th Grade

25 Qs

國昌(康)110學年度下學期2年級資訊科技考前總複習

國昌(康)110學年度下學期2年級資訊科技考前總複習

8th Grade

25 Qs

電腦資訊概論

電腦資訊概論

7th Grade

29 Qs

112-01一年級

112-01一年級

6th - 8th Grade

25 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?