Py03

Py03

10th Grade

10 Qs

quiz-placeholder

Similar activities

Pseudocode and Flowcharts - Computer Science

Pseudocode and Flowcharts - Computer Science

KG - 12th Grade

15 Qs

Execl Quiz

Execl Quiz

7th Grade - University

11 Qs

Python Lists

Python Lists

6th - 10th Grade

15 Qs

Quiz Sesi Kedua

Quiz Sesi Kedua

1st - 12th Grade

10 Qs

PHP quiz

PHP quiz

10th Grade

10 Qs

Spreadsheet Kelas X SMK

Spreadsheet Kelas X SMK

10th Grade

10 Qs

Ôn Tập GKII Tin 7

Ôn Tập GKII Tin 7

7th Grade - University

15 Qs

Kiểu dữ liệu xâu kí tự - xử lí xâu kí tự

Kiểu dữ liệu xâu kí tự - xử lí xâu kí tự

9th - 12th Grade

14 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?