What elements are used to represent different programming structures in Blockly?
- flowcharts
- colored blocks
- programming code pieces
- colored lines and symbols
Explanation: Blockly implements visual programming by assigning different programming structures to colored blocks. These blocks also contain slots and spaces to allow programmers to enter values required by the structure. Programming structures can be connected by dragging and attaching the appropriate blocks.
Related exam: IoT Connecting Things 2.0 – Chapter 3 Quiz Answers
