Friday 28 October 2016

UGC Net Computer Science Paper 3 July-16 Page 8


71. Which of the following is characteristic of an MIS ?
(1) Provides guidance in identifying problems, finding and evaluating alternative
solutions, and selecting or comparing alternatives.
(2) Draws on diverse yet predictable data resources to aggregate and summarize data.
(3) High volume, data capture focus.
(4) Has as its goal the efficiency of data movement and processing and interfacing
different TPS.


72. How does randomized hill-climbing choose the next move each time ?
(1) It generates a random move from the moveset, and accepts this move.
(2) It generates a random move from the whole state space, and accepts this move.
(3) It generates a random move from the moveset, and accepts this move only if this
move improves the evaluation function.
(4) It generates a random move from the whole state space, and accepts this move only
if this move improves the evaluation function.


73. Consider the following game tree in which root is a maximizing node and children are
visited left to right. What nodes will be pruned by the alpha-beta pruning ?
UGC Net Computer Science Question 73

(1) I (2) HI
(3) CHI (4) GHI
74. Consider a 3-puzzle where, like in the usual 8-puzzle game, a tile can only move to an
adjacent empty space. Given the initial state
, which of the following state cannot
be reached ?
(1)

2 (2)


(3)

 (4) 1


75. A software program that infers and manipulates existing knowledge in order to generate
new knowledge is known as :
(1) Data dictionary
 (2) Reference mechanism
(3) Inference engine
 (4) Control strategy


No comments:

Post a Comment