PYTHON CAMP 2-1

PYTHON CAMP 2-1

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

(第三單元)資料結構與演算法實作小考

(第三單元)資料結構與演算法實作小考

8th Grade

10 Qs

CH12 輸入及輸出設備

CH12 輸入及輸出設備

7th - 12th Grade

12 Qs

RDC機器人硬體知識補給站

RDC機器人硬體知識補給站

8th Grade

11 Qs

台中市三年級資訊2-02數位學習高手-01主動學習樂

台中市三年級資訊2-02數位學習高手-01主動學習樂

3rd - 12th Grade

10 Qs

運算思維二

運算思維二

8th Grade

15 Qs

HTML Forms

HTML Forms

6th - 7th Grade

10 Qs

速成 頭碼(3)

速成 頭碼(3)

7th Grade

15 Qs

眼睛保護與數位禮儀(期末測驗)

眼睛保護與數位禮儀(期末測驗)

5th - 9th Grade

12 Qs

PYTHON CAMP 2-1

PYTHON CAMP 2-1

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

銓R. 銓R.

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

要如何輸出HELLO

print("HELLO")

print(HELLO)

print HELLO

HELLO (print)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

以下程式碼會輸出什麼?

2

1

2.5

5%2

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

請問a和b的變數型別分別為何?

a是字串string

b是整數int

a是整數int

b是字串string

a和b都是字串string

a和b都是整數int

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

若a="3" (字串string),怎麼讓a轉為整數int?

string to int (a)

int(3)

int(a)

a(int)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

以下程式碼會輸出什麼?

35+70

a+str(b)

105

3570

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

以下程式碼會輸出什麼?

1

4

a+3

a

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

要如何輸入整數至變數a?

a = input()

input(a)

a = int(input())

input = 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?