Py01-1

Py01-1

10th Grade

10 Qs

quiz-placeholder

Similar activities

算法設計 - 數據類型/布爾算式/偽代碼/流程圖

算法設計 - 數據類型/布爾算式/偽代碼/流程圖

9th - 12th Grade

12 Qs

二進制與十進制轉換測試

二進制與十進制轉換測試

9th Grade - University

10 Qs

A1資訊處理:2.2數據控制

A1資訊處理:2.2數據控制

9th - 12th Grade

12 Qs

雲端從業人員Module 2 知識點檢查

雲端從業人員Module 2 知識點檢查

9th Grade - University

10 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

IGCSE CS INPUT DEVICES

IGCSE CS INPUT DEVICES

9th - 11th Grade

15 Qs

Trắc nghiệm: Bài 18-Các lệnh vào ra đơn giản

Trắc nghiệm: Bài 18-Các lệnh vào ra đơn giản

10th Grade

10 Qs

BTEC DIT C1 LAB - Project Requirements

BTEC DIT C1 LAB - Project Requirements

10th - 11th Grade

10 Qs

Py01-1

Py01-1

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

下列程式輸出為何?

print("Hello Python")

"Hello Python"

Hello Python

("Hello Python")

print("Hello Python")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

要讀取使用者輸入的文字,要使用下列何種函式?

input()

output()

print()

input(input())

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

在print資料時,要以什麼標點符號區隔文字與變數?

逗號

空格

雙引號

括號

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

下列哪些為字串與變數的差別?

字串要用雙引號包起來,變數不用

字串為固定數值,變數可隨著程式執行改變

變數可以存放字串

變數可以做數學運算,字串不行

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列何種方式可以將讀取到的整數,存放在變數num裡

num = input()

num = int(input())

input() = num

int(input()) = num

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

何者為Python中除法的運算符號?

÷

/

\

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

下方程式輸出為何?

BMI = 25

print("BMI為",BMI)

BMI為 25

BMI為25

BMI = 25

無法執行

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?