Py03

Py03

10th Grade

10 Qs

quiz-placeholder

Similar activities

Arrays by Swarn

Arrays by Swarn

10th Grade

10 Qs

Latihan Ujian Sekolah

Latihan Ujian Sekolah

9th - 12th Grade

15 Qs

Infomatrix 2018

Infomatrix 2018

1st Grade - Professional Development

13 Qs

Big Data & Cyber

Big Data & Cyber

9th - 12th Grade

15 Qs

Review Materi Informatika

Review Materi Informatika

1st Grade - University

10 Qs

Binary Basics

Binary Basics

7th - 11th Grade

8 Qs

Access - Lesson 9

Access - Lesson 9

9th - 12th Grade

10 Qs

Festive Computer Science

Festive Computer Science

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

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?