AI MCQ's + Questions
AI MCQ's + Questions
2. Which of the following is not the commonly used programming language for Artificial
Intelligence?
a) Perl
b) Java
c) PROLOG
d) LISP
3. The total number of proposition symbols in AI are ________
a) 3 proposition symbols
b) 1 proposition symbols
c) 2 proposition symbols
d) No proposition symbols
4. 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
12. The search strategy the uses a problem specific knowledge is known as ___________
a) Informed Search
b) Best First Search
c) Heuristic Search
d) All of the mentioned
13. Best-First search is a type of informed search, which uses ________________ to
choose the best next node for expansion.
a) Evaluation function returning lowest evaluation
b) Evaluation function returning highest evaluation
c) Evaluation function returning lowest & highest evaluation
d) None of them is applicable
14. Best-First search can be implemented using the following data structure.
a) Queue
b) Stack
c) Priority Queue
d) Circular Queue
16. Greedy search strategy chooses the node for expansion in ___________
a) Shallowest
b) Deepest
c) The one closest to the goal node
d) Minimum heuristic cost
23. Strategies that know whether one non-goal state is “more promising” than another are
called ___________
a) Informed & Unformed Search
b) Unformed Search
c) Heuristic & Unformed Search
d) Informed & Heuristic Search
4-What is an Artificial neural network? Name some commonly used Artificial Neural networks.
8- What are Intelligent Agents, and How are They Used in AI?
What is Natural language processing? Mention its application domain in AI. What are
some of the problems which arise in natural language understanding for autonomous machines
like robots, intelligent computers
What is Natural language processing? Mention its application domain in AI. What are
some of the problems which arise in natural language understanding for autonomous machines
like robots, intelligent computers
What is Natural language processing? Mention its application domain in AI. What are
some of the problems which arise in natural language understanding for autonomous machines
like robots, intelligent computers
What is Natural language processing? Mention its application domain in AI. What are
some of the problems which arise in natural language understanding for autonomous machines
like robots, intelligent computers
What is Natural language processing? Mention its application domain in AI. What are
some of the problems which arise in natural language understanding for autonomous machines
like robots, intelligent computers
9- What is natural language processing ? what problems might arising while understanding NLP.
(pq)→rq
18- Breadth First Search? Consider The Following Graph. Edges Between Nodes May Only Be
Traversed In The Direction
19- greedy best First Search? Consider The Following Graph. Edges Between Nodes May Only
Be Traversed In The Direction
21- Explain some basic concepts and terms related to Genetic Algorithm
22- How would you describe what Genetic Algorithms are?
23- What is a Mutation and why is it programmed into the algorithm?
24- Compare the Single-Point and Two-Point crossover in genetic algorithm.
25 - What do you mean by genetic algorithm. What king of problems are best duited for genetic
algorithm.