Jr. Botball Programming Commands

Jr. Botball Programming Commands

5th Grade

10 Qs

quiz-placeholder

Similar activities

Revolvedora MAXI 10

Revolvedora MAXI 10

5th Grade

12 Qs

Bloxburg Quiz

Bloxburg Quiz

1st Grade - Professional Development

13 Qs

Aula 15 - Carro Jeep

Aula 15 - Carro Jeep

1st - 5th Grade

12 Qs

Culture Day

Culture Day

1st - 5th Grade

15 Qs

Mr. Silverman

Mr. Silverman

KG - Professional Development

6 Qs

Robo garra

Robo garra

1st - 5th Grade

12 Qs

Traffic - What is it ?

Traffic - What is it ?

4th - 5th Grade

10 Qs

Sistem Elektromekanikal (Aplikasi RBT Kejuruteraan) TAHUN 6

Sistem Elektromekanikal (Aplikasi RBT Kejuruteraan) TAHUN 6

1st - 5th Grade

15 Qs

Jr. Botball Programming Commands

Jr. Botball Programming Commands

Assessment

Quiz

Other

5th Grade

Easy

Created by

Beth Smith

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

msleep(1000)

motor(0,80)

enable(_servos()

printf("text/n")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you want your Jr. Botball to go straight you use these functions...

motor(0,80);

motor(3,-80);

motor(0,-80);

motor(0,-80);

motor(0,-80);

motor(3,80);

motor(0,80);

motor(3,80);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

msleep(1000);

disable_servos()

ao();

analog (port 3)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

#include <kipr/wombal.h>

digital (port 1);

int main()

printf("text/n")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Before we run our code we have to _____ it.

Debug

Compile

Save

Delete

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

motor

msleep

enable_servos()

analog

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?