初三_綜合科技應用_if判斷式_練習

初三_綜合科技應用_if判斷式_練習

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

11302_04_程式概念(01)

11302_04_程式概念(01)

7th Grade

10 Qs

Scratch001

Scratch001

3rd - 6th Grade

10 Qs

翻翻看APP

翻翻看APP

8th - 9th Grade

10 Qs

Scratch基礎測驗01

Scratch基礎測驗01

3rd - 6th Grade

10 Qs

Scratch3小小程式設計師L1~L2

Scratch3小小程式設計師L1~L2

5th - 6th Grade

10 Qs

ysl一起來接蘋果

ysl一起來接蘋果

5th - 6th Grade

7 Qs

fsjh-scratch-ch4

fsjh-scratch-ch4

8th Grade

10 Qs

初三_綜合科技應用_if判斷式_練習

初三_綜合科技應用_if判斷式_練習

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

赖健明 赖健明

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Python語言中使用以下哪一個符號來表示開始一個程式區塊?

:

!

#

/

Answer explanation

In Python, the symbol ':' is used to indicate the beginning of a code block. It is the correct choice for starting a program block.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

「if 條件式:」的敘述中,下列哪一項正確?

當條件式為False時,就會執行程式區塊的敘述

當條件式為True時,就會執行程式區塊的敘述

當條件式改變時,就會執行程式區塊的敘述

當發生錯誤時,就會執行程式區塊的敘述

Answer explanation

The correct answer is 'When the condition is True, the statements in the code block will be executed.'

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

「if...elif...else」條件式中,如果所有條件式都是False,則執行下列哪一程式區塊?

if

elif

else

不會執行程式區塊的敘述

Answer explanation

In the 'if...elif...else' conditional statement, if all conditions are False, the program will execute the 'else' block. It is the correct choice when none of the previous conditions are met.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

「if...else...」條件式的敘述中,下列哪一項正確?

條件式只可使用關係運算式(關係運算式即是比較運算式)

條件式只可使用邏輯運算式

當條件可以是關係運算式,也可以是邏輯運算式

以上皆不正確

Answer explanation

The 'if...else...' statement can have conditions that are either relational expressions or logical expressions. Therefore, the correct answer is 'When the condition can be either a relational expression or a logical expression'.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

變數a的值為3,執行下列程式後顯示的結果為何?

1

2

12

不顯示任何內容

Answer explanation

The value of variable a is 3. The program will display the number 2 as the result because it is the correct answer choice.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

變數a的值為5,執行下列程式後顯示的結果為何?

1

2

12

不顯示任何內容

Answer explanation

The value of variable a is 5. The program will display 1 as the result because it is the correct answer choice.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

變數a的值為4,執行下列程式後顯示的結果為何?

1

2

3

123

Answer explanation

The value of variable a is 4. The program will display the number 3 as the result because it is the correct answer choice.

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?