Artificial Intelligence Practice Test

0%

What is the term for human and animal intelligence?

Correct! Wrong!

Explanation
Natural Intelligence Systems is an artificial intelligence company that is developing a pattern-based machine learning model that is inspired by the human brain.

Terry A. Winograd created an Artificial Intelligence system to allow for the creation of He was having an interactive conversation regarding a domain he named blocks-world.

Correct! Wrong!

Explanation
Terry Winograd of MIT developed SHRDLU, an early natural-language understanding computer program, around 1968–1970.

When was Artificial Intelligence first recognized as a field of study?

Correct! Wrong!

Explanation
Artificial intelligence is a field of study.
The term "research" was coined to describe a process that began In 1956, the academic discipline was established. Early neural cybernetics, the first research on networks was done in the 1960s. A book called "Thinking Machines" was the source of inspiration for this project. a meeting of minds that resulted in throughout the late 1930s, 1940s, and 1950s in the early 1950s

What basically is artificial intelligence (AI)?

Correct! Wrong!

Explanation
Artificial intelligence (AI) refers to intelligence demonstrated by machines rather than natural intelligence produced by animals such as humans. Leading AI textbooks define AI as the study of "intelligent agents," or systems that perceive their environment and take actions that increase their chances of achieving their objectives.

Which of the following is an Artificial Intelligence tool?

Correct! Wrong!

Explanation
Artificial neural networks (ANNs), also known as neural networks (NNs), are computer systems that are modeled after the biological neural networks that make up animal brains.

DARPA is a government entity that has supported a lot of artificial intelligence research in the United States. The Department of Research is a division of the Department of

Correct! Wrong!

Explanation
DARPA is a government entity that has supported a lot of artificial intelligence research in the United States. The Department of Defense is responsible for research.

The problem known as the Artificial Intelligence Paradox arose from an evolving notion of Artificial Intelligence.

Correct! Wrong!

Explanation
The AI effect happens when observers dismiss an artificial intelligence program's actions by claiming that it lacks true intelligence.

Who is artificial intelligence's founding father?

Correct! Wrong!

Explanation
John McCarthy is known as the "Father of Artificial Intelligence." CMU's Allen Newell, Herbert Simon, MIT's John McCarthy, and CMU's Marvin Minsky The founders and leaders of Al research are Arthur Samuel (IBM) and (MIT).

Which of these is a closely related field to AI?

Correct! Wrong!

Explanation
The correct answer
Mathematics

KEE is a creation of:

Correct! Wrong!

Explanation
Ketone Ethylene Ester (KEE) is a high-molecular-weight polymer having elastomeric qualities and good melting properties for thermoplastic processing.

Which of the following is a primary goal of Artificial Intelligence research?

Correct! Wrong!

Explanation
The fundamental goals of artificial intelligence, as well as the subgroups and specific fields of AI, correspond to the conventional challenges that AI research aims to answer. Knowledge thinking, planning, machine learning, natural language processing, computer vision, robotics, and artificial general intelligence are among these objectives.

Another sort of reasoning is default reasoning.

Correct! Wrong!

Explanation
Another type of non-monotonic reasoning is default reasoning.

What is the study of computer algorithms that improve themselves over time?

Correct! Wrong!

Explanation
Machine learning (ML) is the study of computer algorithms that can learn and develop on their own with experience and data. It is considered to be a component of artificial intelligence.

AI weak is

Correct! Wrong!

Explanation
The study of mental capabilities via mental models is known as weak AI. a program that is run on a computer

What is an important field in Artificial Intelligence research?

Correct! Wrong!

Explanation
That goal is being pursued through knowledge engineering. To handle complex problems, this sort of artificial intelligence engineer strives to emulate the human decision-making process.

It is said that a robot is capable of changing its own course in reaction to external variables. to be considered:

Correct! Wrong!

Explanation
It is said that a robot is capable of changing its own course in reaction to external variables. thought to be intelligent

The ability to recognize patterns in a stream of data is known as?

Correct! Wrong!

Explanation
Unsupervised learning is a sort of machine learning in which the training data is presented to the algorithm without any pre-assigned labels or scores. Unsupervised learning algorithms must, as a result, first self-discover any naturally occurring patterns in the training data set.

The Robotics Institute, which is based at ____ is one of the major American robotics centers.

Correct! Wrong!

Explanation
One of the leading American robotics centers is the Robotics Institute located at CMU

Any gadget that senses its surroundings and takes measures to improve its chances of achieving a goal is referred to as?

Correct! Wrong!

Explanation
An intelligent agent (IA) is anything that observes its surroundings, acts independently to achieve goals, and can learn or apply knowledge to better its performance.

What is the name of the computer software that includes the knowledge that has been distilled of an expert?

Correct! Wrong!

Explanation
Expert systems, rather than using traditional procedural code, are supposed to handle complicated issues by reasoning through bodies of knowledge, which are mostly represented as if–then rules.

Which of the following is not an AI programming language?

Correct! Wrong!

Explanation
Perl is not a commonly used AI programming language.

A hybrid Bayesian network is made of with

Correct! Wrong!

Explanation
The correct answer
Both discrete and continuous variables

The sample complexity is examined using computational learning theory the computational difficulty of

Correct! Wrong!

Explanation
Inductive Learning is an effective method for helping students build their inference and evidence-gathering skills while also deepening their grasp of topics.

The earliest AI programming language was called

Correct! Wrong!

Explanation
IPL was the first artificial intelligence programming language

Which of the following search algorithms uses the least amount of memory?

Correct! Wrong!

Explanation
Because it simply retains the depths of the search, the DFS (Depth First Search) method uses less memory.
From the root node to the current node, there is a stack of nodes.