Practise 33 Artificial Intelligence questions asked in UGC NET Computer Science from 2020–2025. Questions cover Problem solving by state space search, Uninformed search, Heuristic search, Game playing, Knowledge representation and Semantic networks. Every question is shown with its options and the correct answer, free to read.
Practise Artificial Intelligence as timed sets
Focused 10-question sets with instant scoring, explanations, and weak-area analysis.
Ordered newest exam first. Each question links back to the full paper it came from.
What is the correct sequence of steps used in knowledge-base design?
A. Ask questions about the intended interpretation.
B. Choose the task domain or world to represent.
C. Select atoms to represent propositions of interest.
D. Tell the system propositions that are true in the intended interpretation.
Answer: (B) B, C, D, A
Explanation
Which are correct for a neural network?
A. Training time depends on network size.
B. A neural network can be simulated on a conventional computer.
C. A neural network mimics the way the human brain works.
D. A neural network includes feedback.
Answer: (B) A, C and D only
Explanation
Which is not a component of the classic planning definition?
Answer: (B) Domain
Explanation
Which one of the following is not related to feed-forward networks in the backpropagation algorithm?
Answer: (D) Greedy function
Explanation
Definitions organised into the four categories Thinking Humanly, Thinking Rationally, Acting Humanly and Acting Rationally describe
Answer: (C) Artificial Intelligence
Explanation
Match List-I with List-II.
| List-I | List-II |
|---|---|
| A. Decision tree B. Supervised learning C. Artificial neural network D. Instance-based learning | I. Delta learning rule II. Self-organizing map III. C4.5 algorithm IV. Nonlinear regression algorithm |
Answer: (C) A-III, B-IV, C-I, D-II
Explanation
Match List-I with List-II.
| List-I | List-II |
|---|---|
| (A) The activation function | (I) is called the delta rule. |
| (B) The learning method of perceptron | (II) is one of the key components of the perceptron, as in the most common neural network architecture. |
| (C) Areas of application of artificial neural networks | (III) is always boolean, like a switch. |
| (D) The output of the perceptron | (IV) system identification and control. |
Answer: (C) (A)-(II), (B)-(I), (C)-(IV), (D)-(III)
Explanation
Arrange the following steps in proper sequence
involved in a Genetic Algorithm :
A. Selection
B. Initialization
C. Crossover
D. Mutation
E. Evaluation
Answer: (C) (B), (E), (A), (C), (D)
Explanation
Arrange the following steps in a proper sequence
for the process of training a neural network.
A. Weight initialization
B. Feed forward
C. Back Propagation
D. Loss Calculation
E. Weight Update
Answer: (A) (A), (B), (D), (C), (E)
Explanation
Match List-I with List-II.
| List-I | List-II |
|---|---|
| (A) Natural language processing | (I) A method of training algorithm by rewarding desired behaviour and/or punishing undesired one. |
| (B) Reinforcement learning | (II) System designed to emulate the decision making abilities of a human expert. |
| (C) Support vector machine | (III) A branch of AI focused on understanding and generating human language. |
| (D) Expert system | (IV) A machine learning technique that finds the hyperplane that best separates different classes in a feature space. |
Answer: (C) (A)-(III), (B)-(I), (C)-(IV), (D)-(II)
Explanation
What is the role of Back Propagation
Algorithm?
Artificial Neural Networks (ANNs) are computational models inspired by the human brain’s neural networks. They consist of interconnected nodes, or neurons, organized into layers: an input layer, one or more hidden layers and an output layer. Each connection between neurons has a weight that adjusts as learning progresses, allowing the network to adapt and improve its performance. ANNs are particularly effective in recognizing patterns, making them valuable for tasks such as image and speech recognition, natural language processing and predictive analytics. Learning in ANNs typically involves training algorithms like back propagation, which minimize the error by adjusting the weights. As a subset of machine learning, ANNs have revolutionized the field of Artificial Intelligence by providing solutions to complex problems that traditional algorithms struggle with.
Answer: (A) To reduce error
Explanation
What is the role of weights in an ANN ?
Artificial Neural Networks (ANNs) are computational models inspired by the human brain’s neural networks. They consist of interconnected nodes, or neurons, organized into layers: an input layer, one or more hidden layers and an output layer. Each connection between neurons has a weight that adjusts as learning progresses, allowing the network to adapt and improve its performance. ANNs are particularly effective in recognizing patterns, making them valuable for tasks such as image and speech recognition, natural language processing and predictive analytics. Learning in ANNs typically involves training algorithms like back propagation, which minimize the error by adjusting the weights. As a subset of machine learning, ANNs have revolutionized the field of Artificial Intelligence by providing solutions to complex problems that traditional algorithms struggle with.
Answer: (B) To adjust and improve network performance
Explanation
Which of the following is/are the
application area(s) of ANN ?
A. Natural Language Processing
B. Image Processing
C. Pattern Recognition
D. Speech Recognition
Choose the correct answer from the
options given below :
Artificial Neural Networks (ANNs) are computational models inspired by the human brain’s neural networks. They consist of interconnected nodes, or neurons, organized into layers: an input layer, one or more hidden layers and an output layer. Each connection between neurons has a weight that adjusts as learning progresses, allowing the network to adapt and improve its performance. ANNs are particularly effective in recognizing patterns, making them valuable for tasks such as image and speech recognition, natural language processing and predictive analytics. Learning in ANNs typically involves training algorithms like back propagation, which minimize the error by adjusting the weights. As a subset of machine learning, ANNs have revolutionized the field of Artificial Intelligence by providing solutions to complex problems that traditional algorithms struggle with.
Answer: (D) (A), (B), (C) and (D)
Explanation
Artificial Neural Networks (ANNs) are
inspired by :
Artificial Neural Networks (ANNs) are computational models inspired by the human brain’s neural networks. They consist of interconnected nodes, or neurons, organized into layers: an input layer, one or more hidden layers and an output layer. Each connection between neurons has a weight that adjusts as learning progresses, allowing the network to adapt and improve its performance. ANNs are particularly effective in recognizing patterns, making them valuable for tasks such as image and speech recognition, natural language processing and predictive analytics. Learning in ANNs typically involves training algorithms like back propagation, which minimize the error by adjusting the weights. As a subset of machine learning, ANNs have revolutionized the field of Artificial Intelligence by providing solutions to complex problems that traditional algorithms struggle with.
Answer: (B) Human brain's neural network
Explanation
Which of the following layers may be more
than one in number ?
Artificial Neural Networks (ANNs) are computational models inspired by the human brain’s neural networks. They consist of interconnected nodes, or neurons, organized into layers: an input layer, one or more hidden layers and an output layer. Each connection between neurons has a weight that adjusts as learning progresses, allowing the network to adapt and improve its performance. ANNs are particularly effective in recognizing patterns, making them valuable for tasks such as image and speech recognition, natural language processing and predictive analytics. Learning in ANNs typically involves training algorithms like back propagation, which minimize the error by adjusting the weights. As a subset of machine learning, ANNs have revolutionized the field of Artificial Intelligence by providing solutions to complex problems that traditional algorithms struggle with.
Answer: (B) Hidden layer
Explanation
What is the generic structure of Multi Agent System (MAS) ?
Answer: (C) Multiagents with diverse objectives and communication abilities
Explanation
A point of fuzzy set A is a point xeX at which wA(x)=0.5
Answer: (C) Crossover
Explanation
In a genetic algorithm optimization problem the fitness function is defined as f(x) =x?- 4x +4. Given a population of four individuals with values of x : {1.5, 2.0, 3.0, 4.5} What is the fitness value of the individual that will be selected as the parent for reproduction in one generation ?
Answer: (D) 25
Explanation
In the content of Alpha Beta pruning in game trees which of the following statements are correct regarding cut off procedures ?
A. Alpha Beta pruning can eliminate subtrees with certainly when the value of a node exceeds both the alpha and beta bonds.
B. The primarily purpose of Alpha-Beta proning is to save computation time by searching fewer nodes in the same tree.
C. Alpha Beta pruning guarantees the optimal solution in all cases by exploring the entire game tree.
D. Alpha and Beta bonds are initialized to negative and positive infinity respectively at the root note. Choose the correct answer from the options given below :
Answer: (C) (A), (B), (DB) Only
Explanation
Match List-I with List-II.
| Source matching prompt | Source values |
|---|---|
| See question stem | See answer choices |
Answer: (D) (A)-(0), (B)-(), (C)-(IV), (D)-
Explanation
Which of the following constrains when formulating the LPP ?
Food X contains 6 units of Vitamin D per gram and 7 units of Vitamin E per gram and costs Rs. 12 per gram. Food Y contains 8 units of Vitamin D per gram and 12 units of Vitamin E per gram and costs Rs. 20 per gram. The daily minimum requirements of vitamin D and vitamin E are 100 units and 120 units respectively. Let x and y be the quantities in grams of Food X and Food Y.
Answer: (D) 6x+8y 2100, 7x+12y 2120, x,y20
Explanation
Which of the following are quantities (in grams) of food X and Y respectively when the cost of food is minimum : 1
Food X contains 6 units of Vitamin D per gram and 7 units of Vitamin E per gram and costs Rs. 12 per gram. Food Y contains 8 units of Vitamin D per gram and 12 units of Vitamin E per gram and costs Rs. 20 per gram. The daily minimum requirements of vitamin D and vitamin E are 100 units and 120 units respectively. Let x and y be the quantities in grams of Food X and Food Y.
Answer: (B) 15 and 7 P 120 49
Explanation
The dual of the formulated LPP is :
Food X contains 6 units of Vitamin D per gram and 7 units of Vitamin E per gram and costs Rs. 12 per gram. Food Y contains 8 units of Vitamin D per gram and 12 units of Vitamin E per gram and costs Rs. 20 per gram. The daily minimum requirements of vitamin D and vitamin E are 100 units and 120 units respectively. Let x and y be the quantities in grams of Food X and Food Y.
Answer: (A) Max Z = 100u + 120v; 6u + 7v ≤ 12; 8u + 12v ≤ 20; u, v ≥ 0
Explanation
Match List-I with List-II.
| Source matching prompt | Source values |
|---|---|
| See question stem | See answer choices |
Answer: (B) (A)-CV), (B)-CM), ()-@), (P)-
Explanation
The process of removing details from a given state representation is called
Answer: (D) Abstraction
Explanation
Which statement is NOT true of problem solving in artificial intelligence?
Answer: (D) It works on or implements a repetition mechanism.
Explanation
What kind of clauses occur in conjunctive normal form?
Answer: (A) Disjunctions of literals
Explanation
Which of the following statements are true?
A. Asentence a entails another sentence f if 8 is true in few worlds where @ is true.
B. Forward chaining and backward chaining are very natural reasoning algorithms for
knowledge bases in Horn form.
C. Sound inference algorithms derive all sentences that are entailed.
D. Propositional logic does not scale to environments of unbounded size.
Answer: (D) OCR review required
Explanation
Which of the following statements are true?
A. Minimax search is breadth-first; it processes all the nodes at a level before moving to
a node in next level.
B. The effectiveness of the alpha-beta pruning is highly dependent on the order in which
the states are examined.
C. The alpha-beta search algorithm computes the same optimal moves as minimax
algorithm.
D. Optimal play in games of imperfact information does not require reasoning about the
current and future belief states of each player.
Answer: (C) (B) and (C) only (4) (C) and (D) only
Explanation
Match List I with List II
List I
A. Branch-and-bound
B. (©)
D. Steepest-accent hill climbing
Constraint satisfaction
Means-end-analysis
@)
aD
(ly
Statement IV: List IT
Keeps track of all partial paths which
can be candidate for further
exploration.
Detects difference between current
state and goal state
Discovers problem state(s) that satisfy
a set of constraints.
Considers all moves from current state
and selects best move
| List I | List II |
|---|---|
| Items are listed in the question stem. | Match each item to its stated description or complexity. |
Answer: (A) OCR review required
Explanation
Match List I with List II
List I List II
A. Greedy Best-First Search () Space complexity is O(d) where
d=depth of the deepest optimal
solution
B. A* (I) Incomplete even if the search space is
finite.
C. Recursive Best-First Search (I) Optimal if optimal solution is
reachable; otherwise, returns the best
reachable optimal solution.
D. SMA* (IV) Computation and space complexity is
too high.
| List I | List II |
|---|---|
| Items are listed in the question stem. | Match each item to its stated description or complexity. |
Answer: (A) OCR review required
Explanation
Given below are two statements:
If two variables V, and V; are used for clustering, then consider the following statements for
k means clustering with k = 3:-
Statement I: If V, and V2 have correlation of 1 the cluster centroid will be in straight line.
Statement II: IfV, and V2 have correlation of 0 the cluster centroid will be in straight line.
In the light of the above statements, choose the correct answer from the options given below
ce) Both Statement I and Statement II are true
Answer: (C) Statement I is correct but Statement IT is false
Explanation
Given below are two statements:
Statement I: A genetic algorithm is a stochastic hill-climbing search in which a large
population of states is maintained.
Statement II: In nondeterministic environments. agents can apply AND-OR search to
generate contingent plans that reach the goal regardless of which outcomes
occur during execution.
In the light of the above statements, choose the Correct answer from the options given below
qa)
Answer: (A) OCR review required
Explanation
33 Artificial Intelligence questions appear in the UGC NET Computer Science papers held between 2020–2025, and all of them are on this page with their answer key.
Yes. Every question, its options, and the correct answer are free to read with no account. Signing in additionally unlocks the detailed explanation under each question.
Artificial Intelligence appears in every recent UGC NET Computer Science paper, across all 4 sittings covered here. Its share of the paper makes it worth revising thoroughly rather than sampling.
Attempt the Artificial Intelligence topic-wise sets, which put the same questions into a timed interface with instant scoring and weak-area analysis afterwards.
Ready for a full paper?
Attempt Paper 1 + Paper 2 (Computer Science) together in a single timed session.