Test căn giữa câu hỏi trong Quiz

1 / 2

Your home has smart light bulbs that turn off automatically when no one is in the room. This is an example of IoT technology.

2 / 2

A robot needs to pick up an object and deliver it 10 cm forward. Arrange the commands below in the correct order to achieve this task.
The commands need to be arranged, starting from top to bottom:

Leanbot.begin();
LbGripper.open();
LbMotion.runLR(+400, +400);
LbMotion.waitRotationMm(100);
LbGripper.close();
LbMotion.stopAndWait();
Leanbot.end();

Command 1
Command 2
Command 3
Command 4
Command 5
Command 6
Command 7

Your score is

The average score is 50%

Leave a Reply

Your email address will not be published. Required fields are marked *