Jr. Botball Programming Commands

Jr. Botball Programming Commands

Assessment

Flashcard

Other

5th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

If you want to print text to the display you use this function...

Back

printf("text/n")

2.

FLASHCARD QUESTION

Front

When you want your Jr. Botball to go straight you use these functions... motor(0,80); motor(3,80);

Back

motor(0,80); motor(3,80);

3.

FLASHCARD QUESTION

Front

After I am all done coding and I want to turn my motor ports off I use this function...

Back

ao();

4.

FLASHCARD QUESTION

Front

This is the library that holds all the codes for my Jr. Botball...

Back

#include

5.

FLASHCARD QUESTION

Front

Before we run our code we have to _____ it.

Back

Compile

6.

FLASHCARD QUESTION

Front

This function allows the program to wait a specific number of milliseconds.

Back

msleep

7.

FLASHCARD QUESTION

Front

The functions to go backwards would be... motor (0,-80); motor (3,-80); motor (0,80); motor (3,-80); motor (0,-80); motor (3, 80); motor (0, 80); motor (3, 80);

Back

motor (0,-80); motor (3,-80);

8.

FLASHCARD QUESTION

Front

The functions to turn would be... motor (0, 80); motor (3, 30);

Back

motor (0, 80); motor (3, 30);