Robotics & Artificial Intelligence
Assertion (A): Autonomous systems can make decisions based on probabilistic data, whereas automated systems follow deterministic rules.
Reason (R): Autonomous systems rely on predefined rules and algorithms, while automated systems use real-time data to make decisions.
- 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).
- (A) is true but (R) is false.
- (A) is false but (R) is true.
Decision making in Machines
2 Likes
Answer
(A) is true but (R) is false.
Reason — Autonomous systems are capable of learning from their environment and making decisions using probabilistic data, whereas automated systems strictly follow deterministic, predefined rules and algorithms.
Answered By
3 Likes
Related Questions
The Turing test is conducted between …………… .
- two computer programs
- an AI machine and a human
- two humans
- two AI machines
Identify the steps in machine learning for teaching a machine to make decisions.
- Collecting data → programing
- Collecting data → training → testing predictions
- Programing for every move
- Programing without any data
Who proposed the Turing test?
- Allen Turing
- Charles Babbage
- John won Newman
- Isaac Newton
What will be the output of the code given below?
st = "This is a test String" v = st.count("s") print(v)- 1
- 2
- 3
- 4