0 of 10 Questions completed
Questions:
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 must first complete the following:
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Why might we use Python instead of block-based programming for the Micro:Bit?
What is MicroPython?
What does the while True statement do in a MicroPython program?
In the thermometer program, what does the line “current_temp = input.temperature()” do?
How does the digital counter program (from the lesson) use the Micro:Bit buttons?
What data structure is used to store multiple possible answers in the Magic 8-Ball program?
What does the Magic 8-Ball program (from the lesson) do when a button is pressed?
How do we modify the Magic 8-Ball program to work by shaking the Micro:Bit instead of pressing a button?
Where can you write and test your Python programs for the Micro:Bit?
What is the correct process for getting Python code onto the Micro:Bit?