Match the Blockly logic blocks to the function.

allow the code to make decisions
- IF-THEN blocks
execute a block of code while a condition is true
- WHILE blocks
repeat the execution of a specific block of code for a specific number of times
- FOR blocks
Related exam: IoT Fundamentals Final Exam Answers Connecting Things
