py04

py04

10th Grade

10 Qs

quiz-placeholder

Similar activities

X Input in Java

X Input in Java

10th Grade

15 Qs

和平精英

和平精英

1st - 12th Grade

11 Qs

CS 2.01-2.05 Review

CS 2.01-2.05 Review

9th - 12th Grade

14 Qs

Binary Code

Binary Code

9th - 12th Grade

15 Qs

Feet/Inches to Inches

Feet/Inches to Inches

9th - 12th Grade

10 Qs

2020 Excel上半年复习

2020 Excel上半年复习

10th Grade

12 Qs

MATLAB

MATLAB

KG - University

10 Qs

Tin hoc 10

Tin hoc 10

10th - 11th Grade

15 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

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?