
Py02

Quiz
•
Computers
•
10th Grade
•
Medium
鄭 傑
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
何種方式可以讀取使用者輸入的整數,將其存放於變數x?
x = input()
input() = x
x = int(input())
int(input()) = x
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
9//4的結果是?
2
2.25
2.5
3
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
9/4的結果是?
2.25
2.5
2
3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
以下程式輸出為何?
x = 9487
y = 4
mod = x % y
print("x除y的餘數是",mod)
x除y的餘數是 7
9487除4的餘數是 7
x除y的餘數是 3
9487除4的餘數是 3
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
如果要計算8的7次方,下列哪些有誤?
8 ** 7
8*8*8*8*8*8*8
8 ******* 7
7 ** 8
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
下列程式碼何者可以得到x的三次方根?
x ** 3
x ** 1/3
x ** (1/3)
x ** 0.3
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
請問下列程式執行完後,x為多少?
x = 7
x = x + 1
8
7
6
等式不成立
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
每日一ICT 14/11/2022-27/11/2022

Quiz
•
10th Grade
7 questions
我们身边的数据

Quiz
•
10th Grade
10 questions
雲端從業人員Module 6 知識點檢查

Quiz
•
9th - 12th Grade
10 questions
Py03

Quiz
•
10th Grade
10 questions
B3 多選 2 電腦軟件

Quiz
•
10th Grade
6 questions
考試題目設計 CH21 - CH24 MC

Quiz
•
10th - 12th Grade
10 questions
國中3-2

Quiz
•
10th Grade
14 questions
网络与通讯2

Quiz
•
10th Grade - University
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