Difficulty: Easy
Correct Answer: 11
Explanation:
Introduction / Context:Classic MIT hexapod robots—Genghis and its successor Attila—are milestones in behavior-based robotics and subsumption architecture. Attila increased sophistication with more sensors, actuators, and distributed processing. Knowing its processor count helps learners appreciate distributed control in early autonomous platforms.
Given Data / Assumptions:
Concept / Approach:Attila exemplified distribution of computation: each local controller handled low-level behaviors (e.g., leg control, reflexes), while higher-level layers coordinated locomotion and navigation. The architecture favored robustness and parallelism, reducing reliance on a single central CPU.
Step-by-Step Solution:
Recall authoritative descriptions from robotics literature on Attila’s hardware. Identify the documented processor count used to run layered behaviors and manage sensors/actuators. Select the matching numeric option.Verification / Alternative check:Published technical sources on Attila report 11 onboard processors coordinating 150+ sensors and over 20 actuators, confirming the answer aligns with the historical design record.
Why Other Options Are Wrong:
10/15/33/7: These numbers do not match documented specifications for Attila’s distributed computing; they are distractors around the true value.Common Pitfalls:Confusing Attila with Genghis or other hexapods that used fewer processors; conflating sensor count with processor count; assuming a single powerful CPU rather than many simple ones.
Final Answer:11
Discussion & Comments