
py04

Quiz
•
Computers
•
10th Grade
•
Hard
鄭 傑
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
下列程式碼會印出幾個星星?
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
設變數n = 3
下列程式碼總共會印出多少個數字?
7
6
5
4
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
資科九上-認知

Quiz
•
9th - 12th Grade
10 questions
C3 多選 2 互聯網服務及應用

Quiz
•
10th Grade
15 questions
Network Ch.2

Quiz
•
10th Grade
12 questions
算法設計 - 數據類型/布爾算式/偽代碼/流程圖

Quiz
•
9th - 12th Grade
10 questions
11202_曙光女中_資訊科技

Quiz
•
10th Grade
12 questions
A1資訊處理:2.2數據控制

Quiz
•
9th - 12th Grade
13 questions
Software Engineering

Quiz
•
KG - Professional Dev...
15 questions
quiz1

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade