w10-Python綜合測驗

w10-Python綜合測驗

11th Grade

13 Qs

quiz-placeholder

Similar activities

2223_S4_ICT_1stExam_MCQ_Ex1

2223_S4_ICT_1stExam_MCQ_Ex1

9th - 12th Grade

11 Qs

大君老師到底有沒有教好之快捷鍵

大君老師到底有沒有教好之快捷鍵

10th - 12th Grade

10 Qs

生成式人工智能-實作1-文本生成

生成式人工智能-實作1-文本生成

8th Grade - University

17 Qs

資訊測驗-高年級

資訊測驗-高年級

10th - 12th Grade

11 Qs

114 3-2 數位身分大祕寶

114 3-2 數位身分大祕寶

5th Grade - University

10 Qs

Final Term Reviewer (ICT S112)

Final Term Reviewer (ICT S112)

11th Grade

18 Qs

14.3 網絡電纜

14.3 網絡電纜

9th - 12th Grade

11 Qs

2223_S4_ICT_T2_exam_exercise_41-50

2223_S4_ICT_T2_exam_exercise_41-50

9th - 12th Grade

10 Qs

w10-Python綜合測驗

w10-Python綜合測驗

Assessment

Quiz

Computers

11th Grade

Medium

Created by

邱建誌 邱建誌

Used 16+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

若想在結果產生班級座號姓名,例如「51366劉春福」,程式碼要?

51366劉春福

print("51366劉春福")

cout << "51366劉春福"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

input()功能為啟動鍵盤讓使用者輸入。

若要先顯示『請輸入數字m』,再讓使用者輸入,則下列何者程式碼正確?

input("請輸入數字m")

input("")

   print("請輸入數字m")

print("請輸入數字m")

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

m=int(input())

x=input(int())

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if多選一

下列何者if elif else排列是不行的

if

else

if

elif

else

if

else

else

elif

if

elif

elif

else

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for a in range(0,n):

若輸入n為5,有關range何者錯誤?

產生 [0,1,2,3,4,5]

相當於用range(n)

產生[0,1,2,3,4]

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

2-4 2-5

2-4 4-5

2-3 4-5

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?

Discover more resources for Computers