Py03

Py03

10th Grade

10 Qs

quiz-placeholder

Similar activities

偽代碼程序編寫

偽代碼程序編寫

10th Grade

11 Qs

第2次資訊素養問答

第2次資訊素養問答

KG - Professional Development

15 Qs

網路安全與智慧科技

網路安全與智慧科技

9th - 12th Grade

10 Qs

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

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

10th Grade

10 Qs

雲端從業人員Module 2 知識點檢查

雲端從業人員Module 2 知識點檢查

9th Grade - University

10 Qs

2223_S4_ICT_T2_exam_exercise_21-30

2223_S4_ICT_T2_exam_exercise_21-30

9th - 12th Grade

10 Qs

APCS10603-十題之2

APCS10603-十題之2

9th - 12th Grade

10 Qs

c++3-1

c++3-1

10th Grade

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