Py03

Py03

10th Grade

10 Qs

quiz-placeholder

Similar activities

數概填充題01

數概填充題01

10th Grade

11 Qs

10 題

10 題

10th Grade

10 Qs

資安檢測_7

資安檢測_7

7th Grade - University

12 Qs

3-1資料處理

3-1資料處理

7th Grade - University

10 Qs

網路安全與智慧科技

網路安全與智慧科技

9th - 12th Grade

10 Qs

每日一ICT 14/11/2022-27/11/2022

每日一ICT 14/11/2022-27/11/2022

10th Grade

10 Qs

2223_S4_ICT_T2_exam_exercise_1-10

2223_S4_ICT_T2_exam_exercise_1-10

9th - 12th Grade

10 Qs

混合實境的世界

混合實境的世界

10th Grade

15 Qs

Py03

Py03

Assessment

Quiz

Computers

10th Grade

Hard

Created by

鄭 傑

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列何者為相等運算子?

==

=

= =

!=

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列何者為正確判斷及格的判斷式?

if score>=60:

if score>=60

if : score>=60

if score>60:

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python使用何種方式表達if條件式下的執行範圍?

縮排

大括號

小括號

冒號

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

要如何使變數count的數值往上增加1?

count = count + 1

count + 1

count + 1 = count

count++

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

下列哪些正確?

else不可獨自出現

if與else間可插入不縮排程式碼

else不得有判斷式

else可以有很多組

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

下列哪些正確?

elif不可獨立出現,一定要先有if

elif必須要有判斷式

elif的判斷式一定會執行

elif可以有很多組

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

欲交換變數a、b的數值,下列何者正確?

a=b

b=a

c=b

b=a

a=c

b=c

c=a

a=b

a=c

c=b

b=a

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?