Artificial Intelligence Notes
Artificial Intelligence Notes
9) IoT is abbreviated as
a. Institute of Technology
b. Internet of Things
c. Index organized Table
d. Inter-operability Test
Ans-b
Column A Column B
1. Expert System A. Simulate how a human would behave
as a conversational partner.
2. Chatbot B. Uses knowledge stored in a knowledge
base but requires the intervention of
human expert
3. Digital Assistant C. Autonomous vehicle
4. self-driving car D. Works on various mobile platforms
a. 1 -> B; 2 -> A; 3 -> D; 4 -> C
b. 1 -> A; 2 -> B; 3 -> C; 4 -> D
c. 1 -> D; 2 -> A; 3 -> B; 4 -> C
d. 1 -> C; 2 -> A; 3 -> D; 4 -> B
Ans-a
Column A Column B
1. Smart Mobility i) Resources and Sustainability
2. Smart Environment ii) Creativity and Social Capital
3. Smart People iii) Infrastructure and Transport
Column A Column B
1. Problem Scoping A. implement a suitable model that matches
the requirements
2. Data Acquisition B. interpret some useful information out of
data
3. Data Exploration C. collect data from reliable sources
4. Modelling D. finalise the aim of the AI project
b. Biology
c. Sociology
Ans-d
24) Which of the following machine requires input from the
humans but can interpret the outputs themselves?
a. Actuators
b. Sensor
c. Agents
d. AI system
Ans-d
b. SIMD
c. STUDENT
Ans-c
b. Propositional Logic
c. Both A and B
Ans-c
27) Which of the following search method takes less memory
space?
a. Depth First Search
b. Breadth-First Search
c. Linear Search
d. Optimal Search
Ans-a
With artificial intelligence, we do not need to pre-program the machine to perform a task;
instead, we can create a machine with the programmed algorithms, and it can work on its
own.
The term Artificial intelligence was The term ML was first The term DL was first coined in the year 2000
first coined in the year 1956 by coined in the year 1959 by Igor Aizenberg.
John McCarthy. Arthur Samuel.
It is a technology that is used to It is a subset of AI that It is the subset of machine learning and AI that
create intelligent machines that learns from past data and is inspired by the human brain cells, called
can mimic human behavior. experiences. neurons, and imitates the working of the
human brain.
AI completely deals with ML deals with structured Deep learning deals with structured and
structured, semi-structured data. and semi-structured data. unstructured data.
It requires a huge amount of data It can work with less It requires a huge amount of the data
to work. amount of data compared compared to the ML.
to deep learning and AI.
The goal of AI is to enable the The goal of ML is to enable The goal of deep learning is to solve the
machine to think without any the machine to learn from complex problems as the human brain does,
human intervention. past experiences. using various algorithms.
5) Which programming language is used for AI?
Below are the top five programming languages that are widely used for the development
of Artificial Intelligence:
o Python
o Java
o Lisp
o R
o Prolog
Among the above five languages, Python is the most used language for AI development
due to its simplicity and availability of lots of libraries, such as Numpy, Pandas, etc.
7) What is NLP?
NLP stands for Natural Language Processing, which is a branch of artificial intelligence. It
enables machines to understand, interpret, and manipulate the human language.