Search Header Logo

py04

Authored by 鄭 傑

Computers

10th Grade

Used 2+ times

py04
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

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

Already have an account?