Game Preview

Micro-Controllers

  •  English    36     Public
    Sam Labs Introduction to micro:bit & Sam Blockly Techno-Terms
  •   Study   Slideshow
  • What is a micro:bit?
    A pocket sized computer, complete with digital inputs, processes, and outputs.
  •  15
  • Inputs
    Information, energy, and programming that are put into a system.
  •  15
  • Outputs
    Are the results of a system after the inputs have been processed.
  •  15
  • SAM Blockly
    Online platform that allows 'Blockly' software to be used to build block-based programs.
  •  15
  • Bluetooth wireless
    Method in which the SAM Blocks connect and communicate wirelessly with your computing system, such as a Chromebook.
  •  15
  • HEX File
    The set-up program file needed by your micro:bit to effectively run wirelessly using Bluetooth. Otherwise, a hardwired cable is necessary.
  •  15
  • SAM Labs
    Company who successfully developed our SAM Blockly training, and STEAM Block kits. (Science, Technology, Engineering, Art, & Math)
  •  15
  • Hardware
    The physical components of an electronic system.
  •  15
  • SAM Hardware
    User Blocks, such as DC(Direct Current) Motors, LED(Light Emitting Diode) Light, and a Light sensor or a micro:bit.
  •  15
  • Light Sensor Events:
    Inputs from the Light Sensor that trigger events.
  •  15
  • Light Sensor Actions:
    The outputs available on the Light Sensor.
  •  15
  • Light Sensor Values:
    The sensor data from the Light Sensor.
  •  15
  • Light Sensor
    An input block that detects the light in the room and can return a value between ‘0–100’.
  •  15
  • Selection
    The 'choice' given within a program that will determine the pathway to the outcome, for example; 'if'/'else'.
  •  15
  • Program
    A collection of algorithms executed by a computer to perform a specific task.
  •  15
  • A pseudocode is a:
    Written form of an algorithm without coding language or symbols. It describes a set of instructions with inputs, outputs, repetitions, sequences, & selections.
  •  15