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)
What is the first logical step in the Scratch Calculator?
How many inputs does the scratch calculator program require?
Why do we need to create three variables for a calculator in Scratch?
Which block is used to store user inputs into variables?
What is the role of the operator variable in a calculator program?
Which programming structure is used to check which operation the user wants to perform?
Why do we need nested IF statements in a Scratch calculator?
Which of the following is NOT a valid mathematical operator in the Scratch calculator?
If a user enters an operator that is NOT recognised, what should the program do?
Why is decomposition important when building a calculator in Scratch?