
第2天一開始的考試

Quiz
•
Computers
•
9th Grade
•
Medium
徐存昇 徐存昇
Used 6+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
下列關於 文字 的資料型態何者正確
"我是文字"
"我是文字'
'我是文字"
我是文字
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
請問變數a的資料型態為?
a = "Int"
int
float
str
bool
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
a = input()
b = int(input())
當使用者先後輸入 3 、 2。
則print(a*b)會顯示多少
6
Error
33
222
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print("我\n是", end = " ")
print("誰")
請問以上程式碼會印出甚麼
我
是
誰
我
是 誰
我是 誰
我是
誰
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
關於input()的用法,下列何者正確
a = input(輸入)
a = input("輸入")
a = input[]
a = input(超派)
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
若使用者輸入兩次分別為
10
apple
發現執行錯誤,請問原因為何?
a,b = int(input()), int(input())
print(a+b)
10不能轉成數字
apple不能轉成數字
數字不能與文字相加
電腦壞了
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
請問下列程式的運行結果為何
a = 10
b = 20
a = a+b
b = b+a
print(a)
20
30
40
50
8.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
以下何種方式"不"會輸出8
a = 24/3
print(a)
a = int(24/3)
print(a)
a = 24//3
print(a)
a = 2**3
print(a)
Similar Resources on Wayground
8 questions
4 年级 RBT - Scratch

Quiz
•
1st - 12th Grade
7 questions
关于美术字

Quiz
•
9th Grade
10 questions
2223_S4_ICT_T2_exam_exercise_21-30

Quiz
•
9th - 12th Grade
10 questions
AI 人工智能第六講

Quiz
•
7th - 9th Grade
10 questions
Microbit: Variable

Quiz
•
6th - 9th Grade
10 questions
Client/Server side

Quiz
•
7th - 12th Grade
10 questions
一維陣列

Quiz
•
9th - 12th Grade
12 questions
Python_基礎觀念

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

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade