Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Artificial Intelligence: Foundations, Applications, and Challenges, Quizzes of Artificial Intelligence

A comprehensive overview of the field of artificial intelligence (ai), covering its historical origins, core concepts, and various applications. It delves into the fundamental components of ai, such as knowledge representation, problem-solving techniques, search strategies, and reasoning mechanisms. The document also explores the challenges and limitations of ai, including issues related to natural language processing, machine learning, and expert systems. By studying this document, readers can gain a deeper understanding of the principles, methodologies, and real-world implications of ai, which has become a rapidly evolving and increasingly influential field in computer science, technology, and beyond.

Typology: Quizzes

2021/2022

Uploaded on 11/15/2022

iouoi
iouoi 🇮🇳

1 document

1 / 6

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
What is Artificial intelligence?
A Professor at the Stanford University coined the word ‘artificial intelligence’ in 1956 at a conference
held at Dartmouth college. Can you name the Professor?
Which of the following are comprised within AI?
Which of the following is an application of Artificial Intelligence?
The application/applications of Artificial Intelligence is/are ________
Which is not the commonly used programming language for AI?
Which of the following is not a goal of AI?
What is the name of the computer program that simulates the thought processes of human beings?
Which of the following is not a task of AI?
Which of the following is not a part of expert task?
Which is not a category of mundane task.
Games and theorem proving are __________
Which of the following property is not valid for knowledge?
Which of the dimension is correct for chess board?
Which of the following is not included in problem space?
Which of the following is not a valid assumption concerning a water jug problem?
_______is a part of production system.
Systematic approach of applying next rule is defined by _________
BFS employs_____ data structure.
DFS employs_____ data structure.
Which of the following definitions correctly defines the State-space in an AI system?
A search algorithm takes _________ as an input and returns ________ as an output.
What is the major component/components for measuring the performance of problem solving?
Which search strategy is also called as blind search?
_____is not a drawback of hill climbing
AND-OR Graphs are employed in _____searching technique.
Which of the following search technique provides feedback path from test function?
Strategies that know whether one non-goal state is “more promising” than another are called
___________
DFS is ______ efficient and BFS is __________ efficient.
What is the other name of informed search strategy?
Which of the following constraint is false for crypt arithmetic problem?
pf3
pf4
pf5

Partial preview of the text

Download Artificial Intelligence: Foundations, Applications, and Challenges and more Quizzes Artificial Intelligence in PDF only on Docsity!

What is Artificial intelligence? A Professor at the Stanford University coined the word ‘artificial intelligence’ in 1956 at a conference held at Dartmouth college. Can you name the Professor? Which of the following are comprised within AI? Which of the following is an application of Artificial Intelligence? The application/applications of Artificial Intelligence is/are ________ Which is not the commonly used programming language for AI? Which of the following is not a goal of AI? What is the name of the computer program that simulates the thought processes of human beings? Which of the following is not a task of AI? Which of the following is not a part of expert task? Which is not a category of mundane task. Games and theorem proving are __________ Which of the following property is not valid for knowledge? Which of the dimension is correct for chess board? Which of the following is not included in problem space? Which of the following is not a valid assumption concerning a water jug problem? _______is a part of production system. Systematic approach of applying next rule is defined by _________ BFS employs_____ data structure. DFS employs_____ data structure. Which of the following definitions correctly defines the State-space in an AI system? A search algorithm takes _________ as an input and returns ________ as an output. What is the major component/components for measuring the performance of problem solving? Which search strategy is also called as blind search? _____is not a drawback of hill climbing AND-OR Graphs are employed in _____searching technique. Which of the following search technique provides feedback path from test function? Strategies that know whether one non-goal state is “more promising” than another are called


DFS is ______ efficient and BFS is __________ efficient. What is the other name of informed search strategy? Which of the following constraint is false for crypt arithmetic problem?

______denotes number of moves in tower of Hanoi problem?(n is no. of discs) Which is used to improve the performance of heuristic search? Heuristic function h(n) is ________ What is the evaluation function in A* approach? When will Hill-Climbing algorithm terminate? "The application of a rule never prevents the later application of another rule", is a characteristic of Admissibility of A* algorithm is describes as, ____________ "In AI systems, Knowledge can be represented in two ways. What are these two ways? i) Machine Logic ii)Predicate Logic iii)Propositional Logic iv)Compound Logic Which is not a property of representation of knowledge? A good system for representation of knowledge in a domain should not possess______ property Property inheritance algorithm is used in_____________- Let P: I am in Delhi.; Q: Delhi is clean.; then q ^ p is? Let P: This is a great website, Q: You should not come back here. Then ‘This is a great website and you should come back here.’ is best represented by? Let P: We should be honest., Q: We should be dedicated., R: We should be overconfident. Then ‘We should be honest or dedicated but not overconfident.’ is best represented by? The statement,” Every comedian is funny” where C(x) is “x is a comedian” and F (x) is “x is funny” and the domain consists of all people. The statement, “At least one of your friends is perfect”. Let P (x) be “x is perfect” and let F (x) be “x is your friend” and let the domain be all people. How many proposition symbols are there in artificial intelligence? From which rule does the modus ponens are derived? Which is also called single inference rule? Translate the following statement into FOL. “For every a, if a is a philosopher, then a is a scholar” First Order Logic is also known as ___________ Which is a refutation complete inference procedure for propositional logic? Which can be converted to inferred equivalent CNF sentence? How to eliminate the redundant rule matching attempts in the forward chaining? How many possible sources of complexity are there in forward chaining? What will backward chaining algorithm will return? What is used in backward chaining algorithm? Which is not Familiar Connectives in First Order Logic? Translate the following statement into FOL. “For every a, if a is a PhD student, then a has a master degree”

Which search is similar to minimax search? Which value is assigned to alpha and beta in the alpha-beta pruning? The maximum depth to which the alpha-beta pruning can be applied. _______________ How the effectiveness of the alpha-beta pruning gets increased? Where do the values of alpha-beta search can be modified? Alpha-beta pruning is a modified version of the? There is a technique by which without checking each node of the game tree we can compute the correct minimax decision, and this technique is called? The initial value of alpha is? The initial value of beta is? The main condition which required for alpha-beta pruning is? While backtracking the tree, the node values will be passed to upper nodes instead of values of alpha and beta. ______________ The MIN player will only update the value of alpha. ____________ We will only pass the alpha, beta values to the child nodes. ____________ A plan that describe how to take actions in levels of increasing refinement and specificity is


In this planning system, the problem solver makes use of a single stack that contains both goals and operators that have been proposed to satisfy those goals. _____________ Standard planning algorithms assumes environment to be ____________ The Blocks World Problem in Artificial Intelligence is normally discussed to explain a .................. One of the earliest methods in artificial intelligence in which we work backwards from the goal state to the initial state. ______________ What is the full form of STRIPS in Planning? ______is an automated planning technique that works by executing a domain and problem to find a goal. The STRIPS representation is a______ Planning graphs consists of ____ What is the main challenge/s of NLP? Choose form the following areas where NLP can be useful. ____________ Natural Language generation is the main task of Natural language processing. __________ Parsing determines Parse Trees (Grammatical Analysis) for a given sentence. _______ Given a sound clip of a person or people speaking, determine the textual representation of the speech.


IR (information Retrieval) and IE (Information Extraction) are the two same thing. __________ How many steps of NLP is there? In which of the following stage of NLP, does one draws parse tree ___________ Function of dendrites is? What is an activation value? What is classification? What is perceptron? In which ANN, loops are allowed? Which of the following is not an Machine Learning strategies in ANNs? A 4-input neuron has weights 1, 2, 3 and 4. The transfer function is linear with the constant of proportionality being equal to 2. The inputs are 4, 3, 2 and 1 respectively. What will be the output? What is back propagation? The network that involves backward links from output to the input and hidden layers is called _______ What is the full form of BN in Neural Networks? Which of the following is an advantage of using an expert system development tool? An expert system is a ___ which has the ability of decision-making like a human expert. ___ are designed to solve complex problems by reasoning through bodies of knowledge. The ___ represents facts and rules. The ___ applies the rules to the known facts to deduce new facts The expert systems are capable of ___. Which of the following operation is responsible to jump from one hill to another hill? Genetic Algorithm involve which of the following phenomena ________ Which of the following is not true about Fitness Function? Parameter space to be searched in _______ Large changes in parameter vector independent of other parameter vectors ___________ Large changes in parameter vector dependent of other parameter vectors __________ dog('Buddy', likes('Buddy', toast)). - This statement is __________ Which one of the following is not a variable? what is the use of '=' in prolog programming?