RobotC

RobotC

9th - 12th Grade

28 Qs

quiz-placeholder

Similar activities

Part 1 – Introduction to Robotics

Part 1 – Introduction to Robotics

9th Grade

23 Qs

Robot Fundamentals

Robot Fundamentals

9th Grade

24 Qs

Fundamentals in RobotC

Fundamentals in RobotC

9th - 12th Grade

25 Qs

Robotics II Test 1

Robotics II Test 1

12th Grade

23 Qs

PROGRAMACIÓN DE DISPOSITIVOS ESAT

PROGRAMACIÓN DE DISPOSITIVOS ESAT

10th Grade

25 Qs

Robótica Educativa_4p_Milagrosa

Robótica Educativa_4p_Milagrosa

12th Grade

26 Qs

Ulangan Informatika Kelas XI

Ulangan Informatika Kelas XI

12th Grade

25 Qs

rbt tahun 4

rbt tahun 4

4th - 12th Grade

24 Qs

RobotC

RobotC

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Brian Blackmore

Used 134+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is a correct  code of motor?
motor[leftMotor]  = 25;
motor[leftMotor]  = 25
motor[left]  = 25;
motor[left]  = 25

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we control the timer in the RobotC ?
sec(2000);
wait1Msec(2000)
wait(2000);
wait1Msec(2000);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What sign is used to end the code sentence ?
,
.
:
;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we declare(present) a variable ?
int  a;
int  a
int ;
a ;

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Which part
do we write
codes?
1
2
3
4

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How will behave the robot within these codes below?
 motor[leftMotor]  = 0;
 motor[rightMotor] = 55;
Move Forward
Move Backward
Turn Right
Turn Left

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How will behave the robot within these codes below?
 motor[leftMotor]  = 100;
 motor[rightMotor] = 0;
Move Forward
Move Backward
Turn Right
Turn Left

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?