Unit 1 Lab 3R (ITEEA KIT)

Introduction to Robotics

BJC unit 1 Lab 3R Introduction to Robotics (ITEEA)

Let's Get Started

U1L3R chunk 1 (IK)

Light Things Up!

u1l3r chunk 2 Light Things Up! (HB)

Connect to the Real World!

U1L3R chunk 3 (IK)

Computers and Information

U1L3R chunk 4 (IK)

Vocabulary

Click each word to view the definition.

Iteration

Computer scientists describe a repeating program structure as looping, repetition, or iteration.

The code can be repeated forever, a specific number of times (such as when using repeat), or until something specific happens (such as when using repeat until as you'll see in Lab 5).