This is how code is grouped in MakeCode.
What are drawers?
It is the coordinates that match this picture.
What is 0,0?
It is the science of creating solutions and solving problems using the help of a computer.
What is Computer Science?
It is an advantaged of algorithmic thinking?
(less complex)
(easier to understand)
(can be written as a flowchart)...
This is the first group of code in MakeCode.
What is the Basic drawer?
It is the coordinates that match this picture.
What is 4,4?
A scientist who applies their knowledge of computation to creating solutions using a computer system.
Who is a Computer Scientist?
It is why we share physical computing codes with other people.
What is to have others interact with the system and provide feedback?
This is where you find on a button press code.
What is the input drawer?
It is the direction the x value goes.
What is from left to right?
It is designing and using computational applications and systems.
What is an example of computer science.
It is what is in a comment.
What is a description of the code, logic, and desired outcome?
This is where you find "if then else" code.
What is the Logic drawer?
It is the direction the y value goes.
What is from top to bottom?
It is a hardware device that can interact in the real world.
What is a physical computing system?
It is the type/coding language we have been using.
What is Block/scratch?
It is a value that can change.
What is a variable?
It is the Number of LED's on a MicroBit.
What is 25?
It is how technology has changed communication.
Open answer.
It is the importance of iteratively testing parts of the program during code tracing?
What is to isolate errors in the outcomes of code?