75e800c4-734a-4da0-b7f2-a70a573e7d3d-image.png
e7566592-ccf8-4238-a3cf-7c0cc878a0c5-image.png 1be27094-ad83-452a-975c-3699e530e275-image.png 94972566-8dda-4699-b28e-bbfe10bb71f2-image.png
Solved Quiz for Mid term Paper
-
Question # 1 of 10 ( Marks: 1 ) - Please choose one
Some essential components of problem solving are Problem statement, _________, solution space and
Operators
►Complex State
►Initial State
►Intermediate State
►Goal State (Page 17)
Question # 2 of 10 ( Marks: 1 ) - Please choose one
The traveling inside a solution space requires something called as ___________
►Operands
►Inner solution
►Space solution
►Operators (Page 18)
Question # 3 of 10 ( Marks: 1 ) - Please choose one
Genetic Algorithms is a search method in which multiple search paths are followed in _______
►Series
►Parallel (Page 77)
►None of the give
►Sequential
Question # 4 of 10 ( Marks: 1 ) - Please choose one
Which of the following disciplines provides us with the theories of structure and meaning of language
►Linguistic (Page 9)
►Philosophy
►Biology
►Psychology
Question # 5 of 10 ( Marks: 1 ) - Please choose one
In optimal path searches we try to find the ____________ solution
►Least
►Worst
►Least but not worst
►Best (Page 24)14
Question # 6 of 10 ( Marks: 1 ) - Please choose one
In Depth First Search the node with the largest value of height will be at the _______ priority to be picked.
►Minimum
►Maximum (Page 25)
►Zero
►Both Minimum and maximum
Question # 7 of 10 ( Marks: 1 ) - Please choose one
In adversarial search there may occur such a scenario where two opponents also called _____ are searching for
goal.
►Adversaries (Page 62)
►Friend
►Players
►Intruders
Question # 8 of 10 ( Marks: 1 ) - Please choose one
From discipline ____________ we have information about the network structure of a human brain and all the
theories on functionalities of different human organs.
►Mathematics
►Biology (Page 9)
►Computer Science
►Psychology
Question # 9 of 10 ( Marks: 1 ) - Please choose one
Hit and trial is classical approach to solve the ________ problem easily
►Trivial (Page 15)
►Medium
Question # 10 of 10 ( Marks: 1 ) - Please choose one
We use graph to represent problems and their solution spaces.
►False
►True (Page 22)
Question # 1 of 10 ( Marks: 1 ) - Please choose one
In GA, the random process is repeated until an individual with required _________ level is found.
Select correct option:
►Higher
►Lower
►Fitness (Page 86)
►Logical
15
Question # 2 of 10 ( Marks: 1 ) - Please choose one
Mutation can be as simple as just flipping a bit at random or any number of bits
►True (Page 79)
►False
Question # 3 of 10 ( Marks: 1 ) - Please choose one
Genetic algorithm uses evolutionary techniques, based on function optimization and artificial intelligence, to
develop a solution.
►True click here for detail
►False
Question # 4 of 10 ( Marks: 1 ) - Please choose one
An AI system has a ____________ component that allows the system to get information from its environment.
►Planning
►Perception (Page 89)
►Learning
►Execution
Question # 5 of 10 ( Marks: 1 ) - Please choose one
In the worst case of semantic network, we may need to traverse the entire network and then discover that the
requested info ________.
►Does not exist (Page 97)
►Exists
►Is incorrect
►Is correct
Question # 6 of 10 ( Marks: 1 ) - Please choose one
A statement in conjunctive normal form (CNF) consists of __________
►ANDs of Ors. (Page 107)
►ANDs
►Ors
►Ors of ANDs
Question # 7 of 10 ( Marks: 1 ) - Please choose one
What is the correct order for solving a problem using GA
I. Choose the best individuals from the population for crossover
II. Choose initial population
III. Evaluate the fitness of each individual
►I,II,III
►I,III,II
►II,I,III
►II,III,I (Page 84)
16
Question # 8 of 10 ( Marks: 1 ) - Please choose one
Intelligence id the characteristics of:
►Living things (Page 4)
►All things
►None of them
►All of them
Question # 9 of 10 ( Marks: 1 ) - Please choose one
Intelligence is the ability to
►Think / learn/Plan/ Schedule (Page 5)
►Recognize / Remember
►Problem Solving
►All of the Above
Question # 10 of 10 ( Marks: 1 ) - Please choose one
Ability to tackle ambiguous and fuzzy problems demonstrate
►Intelligence (Page 6)
► Non intelligence behavior
►All of the given
►None of the given
Question # 1 of 10 ( Marks: 1 ) - Please choose one
Can we precisely define Artificial Intelligence?
►Yes We Can
►No we cannot (Page 14)
Question # 2 of 10 ( Marks: 1 ) - Please choose one
The traveling inside solution space requires something called
►Problem Statement
►Operands
►Operators (Page 18)
►Solution Space
Question # 3 of 10 ( Marks: 1 ) - Please choose one
In DFS node with the largest value of height will be at Priority
►Maximum (Page 25)
►Minimum
►Zero
►Least17
Question # 4 of 10 ( Marks: 1 ) - Please choose one
Try to catch out own thoughts as they go by is
►Introspection (Page 28)
►Psychology
►Both of above
►None of the above
Question # 5 of 10 ( Marks: 1 ) - Please choose one
Classical way of problem solving
►GA
►Generate and Test (Page 15)
Question # 6 of 10 ( Marks: 1 ) - Please choose one
A function by which we can tell which board position is nearer to our goal is called
►Alternative function
►Recursive function
►Best function
►Fitness function (Page 83)
Question # 7 of 10 ( Marks: 1 ) - Please choose one
Procedures that search the solution space in an uninformed manner are usually costly with respect to _____.►Time
►Space
►Time and space both
►All of the given (Page 37)
Question # 8 of 10 ( Marks: 1 ) - Please choose one
Best first search is a greedy approach.
►True (Page 47)
►False
Question # 9 of 10 ( Marks: 1 ) - Please choose one
Answering the Sequence Problem need
►Intelligence (Page 15)
►Ability to make plan
► Ability to schedule
► None of the given18
Cs607 – Quizzes (Quiz No.2)
Question # 1 of 10 ( Marks: 1 ) - Please choose one
IF A THEN B This can be considered to have a similar logical meaning as the following:
►A -> B (Page 99)
►A <-> B
►A <- B
►None of the given
Question # 2 of 10 ( Marks: 1 ) - Please choose one
Within an expert system, the ______________ contains facts about a specific subject area and rules that express
the reasoning procedures of an expert on the subject.
► Inference engine
►Knowledge engineer
► Knowledge base click here for detail
►None of the given options
Question # 3 of 10 ( Marks: 1 ) - Please choose one
In the statement “IF A THEN B”, B is called
►Antecedent
►Consequent (Page 95)
Question # 4 of 10 ( Marks: 1 ) - Please choose one
In some cases, the rules provide more definite actions such as “move left” or “close door”, in which case the
rules are being used to represent _________.
► Recommendations
► Directives (Artificial Intelligence, 3/E) Click here for detail
►Relations
► None of the given options19
Question # 5 of 10 ( Marks: 1 ) - Please choose one
Expert system can be expressed as:
► It provides tools for the management, delivery, tracking, and assessment of various types of employee
learning and training
►The set of business processes, culture, and behavior required to obtain value from investments in
information systems
►Used for finding the optimal solution for a specific problem by examining a very large number or possible
solutions for that problem
►Intelligent technique for capturing tacit knowledge in a very specific and limited domain of human
expertise, this knowledge is converted to rules that can be used throughout the entire organization
click here for detail
Question # 6 of 10 ( Marks: 1 ) - Please choose one
In general, the antecedent of a rule compares an object with a possible value, using an operator.
►True click here for detail
►False
Question # 7 of 10 ( Marks: 1 ) - Please choose one
IF temperature is below 0 THEN weather is cold The above rule is used to represent _______
►Recommendations
►Directives
►Relations (Page 96)
►None of the given options
Question # 8 of 10 ( Marks: 1 ) - Please choose one
Which of the following is a valid example which represents a suitable antecedent in a rule?
►IF x > 3
►IF name is “Bob”
►IF weather is cold
► All of the given optionsQuestion # 9 of 10 ( Marks: 1 ) - Please choose one
From discipline of _____________ we have the tools and techniques to investigate the human mind and ways
to represent the resulting theories
►Computer Science
►Biology
► Mathematics
► Psychology (Page 9)20
Question # 10 of 10 ( Marks: 1 ) - Please choose one
Intelligence is the characteristic of
►Living being (Page 4)
►All things
►None of them
►All of them
Question # 1 of 10 ( Marks: 1 ) - Please choose one
_____ AI actually tries to recreate the functions of the inside of the brain as opposed to simply emulating
behavior
►Weak
► Strong (Page 8)
►Weak and Strong
►None of the given
Question # 2 of 10 ( Marks: 1 ) - Please choose one
______ AI treats the brain as a black box and just emulates its functionality.
► Weak (Page 8)
►Strong
►Weak and Strong
►None of the given -
Today paper was totally from past attached paper.
-


100% Off on Your FEE Join US! Ask Me How?


