Python 營隊

Python 營隊

6th - 8th Grade

16 Qs

quiz-placeholder

Similar activities

S.2 2nd Term Exam Revision (Chinese)

S.2 2nd Term Exam Revision (Chinese)

8th Grade

14 Qs

Windows知識驗收

Windows知識驗收

8th Grade

15 Qs

資安檢測_7

資安檢測_7

7th Grade - University

12 Qs

自走車測驗

自走車測驗

6th Grade

16 Qs

micro:bit

micro:bit

6th Grade

20 Qs

113-流程圖

113-流程圖

7th Grade

12 Qs

認識Micro:bit

認識Micro:bit

5th - 9th Grade

14 Qs

Ch1_IP_S2

Ch1_IP_S2

8th Grade

13 Qs

Python 營隊

Python 營隊

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

講師 B

Used 9+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

輸出 要使用哪個程式?

print()

input()

int()

str()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

輸入 要用哪個程式?

print()

input()

int()

str()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

以下變數設定哪一個是錯誤的?

a=12

b="apple"

a=23

b=a

a=b

b=123

A=12

a=A

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

以下變數設定哪一個是錯誤的?

a="蘋果"

a=apple

a=123

a="123"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下哪一個 不是 設定變數名稱時的規定

一定只能小寫

不能有中文

不能使用保留字

for while if ...

不能有符號(除了底線)

+ - * /

Answer explanation

大小寫會不一樣不代表不能用大寫!

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

以下哪一個輸出是正確的?

print(apple)

print 12

print("123")

Print(23)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

以下何者是正確的輸入方式?

a="請輸入:"

Input("請輸入:")

a=input(請輸入:)

a=input("請輸入:")

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?