Intro to Python - Space Exploration
Quiz-summary
0 of 14 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
Information
搭配課程進行使用,僅記錄是否作答
You must specify a text. |
|
You must specify a text. |
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 14 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- Answered
- Review
-
Question 1 of 14
1. Question
NASA與Microsoft合作推廣科學教育的目標為何?
Correct
Incorrect
-
Question 2 of 14
2. Question
上一次人類登上月球的時間為何?
Correct
Incorrect
-
Question 3 of 14
3. Question
預計下一個人會在什麼時候登上月球?
Correct
Incorrect
-
Question 4 of 14
4. Question
人類如何與電腦溝通?
Correct
Incorrect
-
Question 5 of 14
5. Question
當軟體是開放原始碼時,表示
Correct
Incorrect
-
Question 6 of 14
6. Question
Visual Studio Code 不是下列哪一項?
Correct
Incorrect
-
Question 7 of 14
7. Question
下列哪一個詞彙不是變數類型?
Correct
Incorrect
-
Question 8 of 14
8. Question
哪一個陳述是正確的?
Correct
Incorrect
-
Question 9 of 14
9. Question
下列哪一項是印出變數與文字值的正確方式?
Correct
Incorrect
-
Question 10 of 14
10. Question
countdown = 5
while countdown >= 0:
print(countdown)
countdown = countdown – 1
print(“Lift Off”)
請問執行完成後,countdown的值為何?Correct
Incorrect
-
Question 11 of 14
11. Question
函式的用途為何?
Correct
Incorrect
-
Question 12 of 14
12. Question
下列哪一種方式可以變更不是函式中產生的變數?(可複選)
Correct
Incorrect
-
Question 13 of 14
13. Question
我們如何修改所建立函式中的岩石計數變數?
Correct
Incorrect
-
Question 14 of 14
14. Question
在Python中,判斷一個字串有沒有在另一個字串中,最簡單可以用:
Correct
Incorrect