KIBO Cards – Repeat Loops

Repeat loops are an important part of coding. In this instructional card, “Using Repeat Loops” ou cam learn how young students use the REPEAT and END REPEAT programming blocks with KIBO.

The Repeat and End Repeat Blocks are used like the bread of a sandwich along with a parameter card (2, 3, 4, and forever). Inside that “sandwich” students will place what command they would like KIBO to repeat, i.e, “Spin” block. KIBO will repeat the programming blocks you put inside the REPEAT loop sandwich.

KIBO will only repeat commands placed inside of the REPEAT Loop sandwich. Segments of your code placed outside of the sandwich will not be repeated.

Learn more about repeat loops!

Related Resources