Question 15 pts The robot\'s joint motors are also called _____ Flag this Questi
ID: 3706979 • Letter: Q
Question
Question 15 pts
The robot's joint motors are also called _____
Flag this Question
Question 25 pts
Kinesthetic sense is the ability to know where different parts of your body are without relying on other senses.
Flag this Question
Question 35 pts
In Python, tuples are faster than lists.
Flag this Question
Question 45 pts
When referring to a finite state machine, an action is something that occurs.
Flag this Question
Question 55 pts
In Python, values in the dictionary have to be unique.
Flag this Question
Question 65 pts
The sensor on the robot's head is divided into two parts.
Flag this Question
Question 75 pts
In Python, lists can be indexed.
Flag this Question
Question 85 pts
How many microphones does the robot have?
Flag this Question
Question 95 pts
What is the name of the sensor that is on the robot 's head named?
Flag this Question
Question 105 pts
The following are senses that the robot can detect.
1. light
2.touch
3. kinesthetic
4.balance
Flag this Question
Question 115 pts
In Python, keys are mutable.
Flag this Question
Question 125 pts
In Python, which of the following is the correct syntax for this dictionary item.
Flag this Question
Question 135 pts
In Python, lists are safer than tuples.
Flag this Question
Question 145 pts
An accelerometer measures which way gravity is pointing.
Flag this Question
Question 155 pts
How many cameras does the robot have?
Flag this Question
Question 165 pts
In Python, lists are mutable.
Flag this Question
Question 175 pts
The name of the robot's sensor that is coupled with each motor is ________
Flag this Question
Question 185 pts
In Python, a dictionary can contain multiple items with the same key.
Flag this Question
Question 195 pts
In Python, lists are better to use than tuples when creating a dictionary.
Flag this Question
Question 205 pts
How many states in a finite state machine can be active at one time?
transistorsExplanation / Answer
Solution:
1. The robot's joint motors are also called Actuators.
2. Kinesthetic sense is the ability to know where different parts of your body are without relying on other senses.
True
3. In Python, tuples are faster than lists.
True
4. When referring to a finite state machine, an action is something that occurs.
False. Event is something that occurs. Action isperformed.
5. In Python, values in the dictionary have to be unique.
False, The values can be duplicate in dictionaries.
6. The sensor on the robot's head is divided into two parts.
True
7. In Python, lists can be indexed.
True, Python lists can be indexed.
8. How many microphones does the robot have?
6
9. What is the name of the sensor that is on the robot 's head named?
Balance Sensor
10. The following are senses that the robot can detect.
1. light
2.touch
3. kinesthetic
4.balance
All of the Above
11. In Python, keys are mutable.
False. It can be mutable or immutable
12. In Python, which of the following is the correct syntax for this dictionary item.
Weather = {"cold":"Alaska", "hot":"Hawaii"}
13. In Python, lists are safer than tuples.
False. Tuples are safer than Lists.
14. An accelerometer measures which way gravity is pointing.
True
16. In Python, lists are mutable.
True
17. The name of the robot's sensor that is coupled with each motor is _______
Encoder
18. In Python, a dictionary can contain multiple items with the same key.
False. Dictionary contains items eith unique keys.
19. In Python, lists are better to use than tuples when creating a dictionary.
False. Tuples are better.
20. How many states in a finite state machine can be active at one time?
1
-------------------------------------------------------------------------------------------------------------------------------------------------
Weather = {"cold":"Alaska", "hot":"Hawaii"}
13. In Python, lists are safer than tuples.
False. Tuples are safer than Lists.
14. An accelerometer measures which way gravity is pointing.
True
16. In Python, lists are mutable.
True
17. The name of the robot's sensor that is coupled with each motor is _______
Encoder
18. In Python, a dictionary can contain multiple items with the same key.
False. Dictionary contains items eith unique keys.
19. In Python, lists are better to use than tuples when creating a dictionary.
False. Tuples are better.
20. How many states in a finite state machine can be active at one time?
1
-------------------------------------------------------------------------------------------------------------------------------------------------