Unit 1 Lab 3R (Hummingbird Kit)

Introduction to Robotics

BJC unit 1 Lab 3R Introduction to Robotics

Let's Get Started!

u1l3r chunk 1 connect to the real world

Light Things Up!

u1l3r chunk 2 Light Things Up!

Connect to the Real World!

u1l3r chunk 3 Connect to the Real World (HB)

Computers and Information

u1l3r chunk 4 Computers and Information (HB)

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).