Notes For Robotics
Notes For Robotics
block-based coding Enables programming using colored blocks to represent individual blocks
of code.
It allows individual steps to be seen as blocks which build up to form a
program.
SAM Blockly is an online platform that allows 'Blockly' software to be used to build
block-based programs.
The ‘program start’ block activates all code within it when the program is run.
Slider The Slider can be moved from left to right and return a value between ‘0–
100’.
micro:bit The micro:bit is a pocket-sized computer featuring:
● 25 LED lights
● 2 programmable buttons
Decomposition Breaking down a problem or scenario into manageable parts that can be
looked at and understood individually.
diamond Decision with a yes and no output; the selection and conditions defined
within a program.