Anti-Lock Braking System (ABS)
It is a safety system in automobiles. It prevents the wheels from locking while braking. The purpose of this is to allow the driver to maintain steering control under heavy…
What is Automobile Engineering?
Automobile Engineering is a branch of engineering which deals with designing, manufacturing and operating automobiles. It is a segment of vehicle engineering which deals with motorcycles, buses, trucks, etc. It…
What does Unification mean?
In computer science and logic, unification is the algorithmic procedure used in solving equations involving symbolic expressions. In other words, by replacing certain sub-expression variables with other expressions, unification tries…
Prolog programming
Introduction : Prolog is a logic programming language.A computer programmer typing away at a keyboard in front of a laptop screen with programing code open on the screen. It has important…
Difference between BFS and DFS
Breadth First Search BFS stands for Breadth First Search is a vertex based technique for finding a shortest path in graph. It uses a Queue data structure which follows first in first out. In BFS,…
Difference between Informed and Uninformed Search in AI
Informed Search: Informed Search algorithms have information on the goal state which helps in more efficient searching. This information is obtained by a function that estimates how close a state is…
Types of Environments in AI
An environment in artificial intelligence is the surrounding of the agent. The agent takes input from the environment through sensors and delivers the output to the environment through actuators. There…
Understanding PEAS in Artificial Intelligence
1. Performance Measure: Performance measure is the unit to define the success of an agent.Performance varies with agents based on their different precept. 2. Environment: Environment is the surrounding of an agent at…
Inference in First-order Logic
While defining inference, we mean to define effective procedures for answering questions in FOPL. FOPL offers the following inference rules: · Inference rules for quantifiers · Universal Instantiation (UI): In this, we can…
The Wumpus World
The Wumpus world is a game playing which provides an environment to the knowledge-based agent to showcase its stored knowledge. It was developed by Gregory Yob in 1973. About the game: · It…


