Robot C

Robot C

9th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

LEGO MINDSTORMS Education EV3

LEGO MINDSTORMS Education EV3

9th Grade

14 Qs

Understanding Programming Concepts Quiz - Tuesday

Understanding Programming Concepts Quiz - Tuesday

9th Grade

10 Qs

Robotics Reviewer

Robotics Reviewer

3rd Grade - Professional Development

12 Qs

Robotics Quiz_EV3 Basic Components

Robotics Quiz_EV3 Basic Components

9th - 10th Grade

15 Qs

Robotika Dasar

Robotika Dasar

11th Grade

15 Qs

Vexcode VR

Vexcode VR

9th Grade

11 Qs

KUIZ ASAS ROBOTIK

KUIZ ASAS ROBOTIK

9th - 12th Grade

14 Qs

Kuis Pengantar Programming Robotik dengan mBot

Kuis Pengantar Programming Robotik dengan mBot

10th Grade

15 Qs

Robot C

Robot C

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Used 43+ times

FREE Resource

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