Quizzes – Age Group 16–18 (7 questions)
1 / 7
Question:
” The following code is written to make Leanbot move forward 10cm -> stop for 2 seconds -> pick up an object -> turn right 180 degrees -> stop for 2 seconds -> move forward 10cm -> stop -> then drop an object. ( End) “.
Code:
Leanbot.begin();
LbMotion.runLR(+1000, +1000);
LbMotion.delayDistanceMm(100);
LbMotion.stopAndWait();
LbDelay(2000);
LbGripper.close();
LbMotion.runLR(+500, -500);
LbMotion.waitRotationDeg(180);
LbGripper.open();
LbMission.end();
Description:
What change(s) are needed to make the program work as intended?”
2 / 7
Complete the command sequence to make Leanbot pick up an object, move forward, and rotate right.
Description: Leanbot commands allow it to perform a sequence of actions. The LbMotion.runLR(vL, vR) initializes movement, LbMotion.WaitDistanceMm() specifies distance, and LbGripper commands control object manipulation.
Word List:
Choose 1 of 4 content sections in the Word List to fill in the blanks (type by hand or copy).
3 / 7
Match the following Leanbot commands to their respective functionalities:
Commands:
Functions:
4 / 7
In robotics, which command sequence is used to make Leanbot move in a square pattern?
5 / 7
What is a key benefit of using IoT (Internet of Things) in agriculture?
6 / 7
“The following commands are executed by Leanbot. Select all the correct actions performed:
7 / 7
Artificial Intelligence (AI) systems can learn and improve their performance without human intervention.