Quizzes- Age Group 10–11 (6 questions)
1 / 6
Question:
“Which of the following are benefits of using IoT (Internet of Things) in homes? (Select all that apply)”
2 / 6
Which part of a robot allows it to sense its environment?
3 / 6
Question: Leanbot uses commands to control its actions. Commands like LbGripper.open() and LbGripper.close() operate the gripper, while LbMotion.runLR(vL,vR) controls movement by setting speeds for the left (vL) and right (vR) wheels.
Match the following Leanbot actions to the correct commands:
4 / 6
Complete the command sequence to make Leanbot rotate left and then stop:
Description: Leanbot uses commands to control movement:
Choose the most correct content to fill in the blank above.
.
5 / 6
“AI (Artificial Intelligence) can be programmed to make fair decisions if it is trained with good data.”
6 / 6
“The following command is used for Leanbot: LbMotion.runLR(+400, +400);. What action will Leanbot perform?”
LbMotion.runLR(vL, vR) specifies the speed of the left (vL) and right (vR) wheels.