All Tech at one spot
1. What is the full form of “AI”?
a) Artificially Intelligent
b) Artificial Intelligence
c) Artificially Intelligence
d) Advanced Intelligence
2. What is Artificial Intelligence?
a) Artificial Intelligence is a field that aims to make humans more intelligent
b) Artificial Intelligence is a field that aims to improve the security
c) Artificial Intelligence is a field that aims to develop intelligent machines
d) Artificial Intelligence is a field that aims to mine the data
3. Who is the inventor of Artificial Intelligence?
a) Geoffrey Hinton
b) Andrew Ng
c) John McCarthy
d) Jürgen Schmidhuber
4. Which of the following is the branch of Artificial Intelligence?
a) Machine Learning
b) Cyber forensics
c) Full-Stack Developer
d) Network Design
5. What is the goal of Artificial Intelligence?
a) To solve artificial problems
b) To extract scientific causes
c) To explain various sorts of intelligence
d) To solve real-world problems
6.Which of the following is an application of Artificial Intelligence?
a) It helps to exploit vulnerabilities to secure the firm
b) Language understanding and problem-solving (Text analytics and NLP)
c) Easy to create a website
d) It helps to deploy applications on the cloud
7.Artificial Intelligence is about_____.
a) Playing a game on Computer
b) Making a machine Intelligent
c) Programming on Machine with your Own Intelligence
d) Putting your intelligence in Machine
8.Select the most appropriate situation for that a blind search can be used.
a) Real-life situation
b) Small Search Space
c) Complex game
d) All of the above
9.Among the given options, which search algorithm requires less memory?
a) Optimal Search
b) Depth First Search
c) Breadth-First Search
d) Linear Search
10.Which of the given language is not commonly used for AI?
a) LISP
b) PROLOG
c) Python
d) Perl
11. Which algorithm is used in the Game tree to make decisions of Win/Lose?
a) Heuristic Search Algorithm
b) DFS/BFS algorithm
c) Greedy Search Algorithm
d) Min/Max algorithm
12. ___________ are made with an intent of acomplishing tasks which either too tedious for humans
or are time consuming.
a) Machines
b) Gadgets
c) Equipment
d) Tools
13.____________ includes our past experience, intution, knowledge and selfawareness
a) habits
b) behaviour
c) information
d) nature
14.When a machine possesses the ability to mimic human traits like make decisions, predict the
future, learn and improve on its own said to have
a) Informative Intelligence
b) Knowledge Intelligence
c) Artificial Intelligence
d) Emotional Intelligence
15. AI systems are made up of
a) machines, hardware and software
b) only software
c) only hardware
d) only machine
16.What is the name of the Artificial Intelligence system developed by Daniel Bobrow?
a) program known as BACON
b) system known as STUDENT
c) program known as SHRDLU
d) system known as SIMD
17. Which of the following is not an application of artificial intelligence?
a) Face recognition system
b) Chatbots
c) LIDAR
d) DBMS
18._________ number of informed search method are there in Artificial Intelligence.
a) 4
b) 3
c) 2
d) 1
19.The total number of logical symbols in AI are ____________
a) There are 3 logical symbols
b) There are 5 logical symbols
c) Number of logical symbols are based on the input
d) Logical symbols are not used
20.Which of the following are the approaches to Artificial Intelligence?
a) Applied approach
b) Strong approach
c) Weak approach
d) All of the mentioned
1) What do you understand by Artificial Intelligence?
Artificial intelligence is computer science technology that emphasizes creating intelligent machine
that can mimic human behavior. Here Intelligent machines can be defined as the machine that can
behave like a human, think like a human, and also capable of decision making. It is made up of two
words, “Artificial” and “Intelligence,” which means the “man-made thinking ability.”
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.
2) Why do we need Artificial Intelligence?
The goal of Artificial intelligence is to create intelligent machines that can mimic human behavior.
We need AI for today’s world to solve complex problems, make our lives more smoothly by
automating the routine work, saving the manpower, and to perform many more other tasks.
3) Give some real-world applications of AI.
There are various real-world applications of AI, and some of them are given below:
Google Search Engine: When we start writing something on the google search engine, we immediately get the relevant recommendations from google, and this is because of different AI technologies.
Ride sharing Applications: Different ride-sharing applications such as Uber uses AI and machine learning to determine the type of ride, minimize the time once the car is hailed by the user, price of the ride, etc.
Spam Filters in Email: The AI is also used for email spam filtering so that you can get the important and relevant emails only in your inbox. As per the studies, Gmail successfully filters 99.9% of spam mails.
Social Networking: Different social networking sites such as Facebook, Instagram, Pinterest, etc., use the AI technology for different purposes such as face recognition and friend suggestions, when you upload a photograph on Facebook, understanding the contextual meaning of an emoji in Instagram, and so on.
Product recommendations: When we search for a product on Amazon, we get the recommendation for similar products, and this is because of different ML algorithms. Similarly, on Netflix, we get personalized recommendations for movies and web series.
4) What are the different domains/Subsets of AI?
AI covers lots of domains or subsets, and some main domains are given below:
Machine Learning
Deep Learning
Neural Network
Expert System
Fuzzy Logic
Natural Language Processing
Robotics
Speech Recognition
5) What are the types of Machine Learning?
Machine Learning can be mainly divided into three types:
Supervised Learning: Supervised learning is a type of Machine learning in which the machine needs external supervision to learn from data. The supervised learning models are trained using the labeled dataset. Regression and Classification are the two main problems that can be solved with Supervised Machine Learning.
Unsupervised Learning: It is a type of machine learning in which the machine does not need any external supervision to learn from the data, hence called unsupervised learning. The unsupervised models can be trained using the unlabelled dataset. These are used to solve the Association and
Clustering problems.
Reinforcement Learning: In Reinforcement learning, an agent interacts with its environment by producing actions, and learn with the help of feedback. The feedback is given to the agent in the form of rewards, such as for each good action, he gets a positive reward, and for each bad action, he gets a negative reward. There is no supervision provided to the agent. Q-Learning algorithm is used in reinforcement learning.
6) What is Deep Learning, and how is it used in real-world?
Deep learning is a subset of Machine learning that mimics the working of the human brain. It is inspired by the human brain cells, called neurons, and works on the concept of neural networks to solve complex real-world problems. It is also known as the deep neural network or deep neural learning. Some real-world applications of deep learning are: Adding different colors to the black&white images
Computer vision
Text generation
Deep-Learning Robots, etc.
7)What is the intelligent agent in AI, and where are they used?
The intelligent agent can be any autonomous entity that perceives its environment through the sensors and act on it using the actuators for achieving its goal.
These Intelligent agents in AI are used in the following applications:
Information Access and Navigations such as Search Engine Repetitive Activities Domain Experts Chatbots, etc.