RobotC

RobotC

9th - 12th Grade

28 Qs

quiz-placeholder

Similar activities

Robótica

Robótica

9th Grade

27 Qs

AP Computer Science A Review

AP Computer Science A Review

9th - 12th Grade

28 Qs

VEX CODE IQ

VEX CODE IQ

11th Grade

30 Qs

Cyber Robotics 101 Sessions 1-7

Cyber Robotics 101 Sessions 1-7

8th - 12th Grade

25 Qs

Robotics Quiz

Robotics Quiz

9th - 12th Grade

30 Qs

Temp Sensors ev3

Temp Sensors ev3

9th - 12th Grade

33 Qs

PLTW VEX PROGRAMMING

PLTW VEX PROGRAMMING

9th - 12th Grade

31 Qs

Intro to Vex VR & Robotics  (2.2.1 & 2.2.2) CFU

Intro to Vex VR & Robotics (2.2.1 & 2.2.2) CFU

9th - 12th Grade

30 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?