Robotics & Artificial Intelligence
In AI problem scoping, "Who" refers to the:
- dataset used for training.
- end users affected by the project.
- programming environment used.
- hardware requirements of the project.
Related Questions
Assertion (A): Robots use actuators for movement.
Reason (R): Actuators sense the environment and convert it to electrical signals.
- (A) is true but (R) is false.
- (A) is false but (R) is true.
- Both (A) and (R) are true and (R) is the correct explanation for (A).
- Both (A) and (R) are true but (R) is not the correct explanation for (A).
Identify the type of graph shown below:

- Scatter plot
- Bar graph
- Pie chart
- Line graph
Give the output of the following Python code:
msg = "Artificial Intelligence" print(msg[11:14])- tel
- Int
- ell
- gen
The keyword used to include a package or module in a Python program is:
- export
- include
- collect
- import