py04

py04

10th Grade

10 Qs

quiz-placeholder

Similar activities

S05.3 印表机

S05.3 印表机

10th Grade

10 Qs

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

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

10th - 12th Grade

10 Qs

1819 S4 T1 Rev 1

1819 S4 T1 Rev 1

10th Grade

10 Qs

2223_S4_ICT_T2_exam_exercise_11-20

2223_S4_ICT_T2_exam_exercise_11-20

9th - 12th Grade

10 Qs

1920 S4 ICT T1 Rev 2

1920 S4 ICT T1 Rev 2

9th - 12th Grade

10 Qs

ICT C 語言1

ICT C 語言1

9th - 12th Grade

10 Qs

基礎題目

基礎題目

10th Grade

10 Qs

mBot Q&A1-循序+重複結構

mBot Q&A1-循序+重複結構

9th - 12th Grade

6 Qs

py04

py04

Assessment

Quiz

Computers

10th Grade

Hard

Created by

鄭 傑

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列程式輸出為何?

for  i  in  range(94,87,-2) :

print(i, end=" ")

94 92 90 88

94 92 90 88 86

94 92 90 88 87

無法執行

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列程式輸出為何?

for  i  in  range(94,87,2) :

print(i, end=" ")

94 92 90 88

94 92 90 88 86

94 92 90 88 87

無法執行

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列程式輸出為何?

for  i  in  range(87,94,-2) :

print(i, end=" ")

87 89 91 93

87 89 91 93 95

87 89 91 93 94

無法執行

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列程式輸出為何?

for  i  in  range(87,94,2) :

print(i, end=" ")

87 89 91 93

87 89 91 93 95

87 89 91 93 94

無法執行

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

下列程式碼會印出幾個星星?

25

15

0

30

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

設變數a=1,b=1

下列何者為費式數列的程式碼?

sum = a + b

a = b

b = sum

print(sum)

sum = a + b

b = a

a = sum

print(sum)

sum = a + b

b = sum

a = b

print(sum)

sum = a + b

a = sum

b = a

print(sum)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

設變數n = 3

下列程式碼總共會印出多少個數字?

7

6

5

4

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?