NEW
Font size
WorksheetsAre you ready to code?
Total questions: 12
Worksheet time: 4mins
What programming language controls the SAGAN board?
Java
Python
Python 3
C++
When the SAGAN board is flashing rainbow lights, it means?
Ready to go
Booting up
Sleeping
Busy
What is the colour of the light on the SAGAN board when it is ready?
Blue
Purple
Yellow
Green
What section of the launchpad do you code in?
Coding
Space program
Hardware
Classes
How many LED's are there on the SAGAN board?
3
2
5
6
The LED's can create a range of different colours.
True
False
What area of the coding launchpad will show you errors and data?
Code
Virtual machine
SAGAN board
Console
What needs to be correct when writing your code?
Spelling
Lettering
Spacing and indentation
All of the above
What must be your first line of code at all times?
from sagan board import *
import time
from sagan import *
# sagan import
'#' refers to what in the code?
Code
Comment
Help
Instructions
Comments are a part of the running code.
True
False
Where does your finished code for each challenge need to be submitted?
Edmodo
Word document
OneNote
Doesn't have to be submitted
