• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

UGC NET CS 2016 July – III

Question 61

Let R and S be two fuzzy relations defined as: 63 (3) and 63 (4) Then, the resulting relation, T, which relates elements of universe X to elements of universe Z using max-min composition is given by 63 (5) (1)
  • (1)
  • (2)
  • (3)
  • (4)

Question 62

Compute the value of adding the following two fuzzy integers : A = {(0.3, 1), (0.6, 2), (1, 3), (0.7, 4), (0.2, 5)} B = {(0.5, 11), (1, 12), (0.5, 13)} Where fuzzy addition is defined as μA+B (z) = max x + y = z(min (μA(x), μB(x))) Then, f (A + B) is equal to
  • {(0.5, 12), (0.6, 13), (1, 14), (0.7, 15), (0.7, 16), (1, 17), (1, 18)}
  • {(0.5, 12), (0.6, 13), (1, 14), (1, 15), (1, 16), (1, 17), (1, 18)}
  • {(0.3, 12), (0.5, 13), (0.5, 14), (1, 15), (0.7, 16), (0.5, 17), (0.2, 18)}
  • {(0.3, 12), (0.5, 13), (0.6, 14), (1, 15), (0.7, 16), (0.5, 17), (0.2, 18)}

Question 63

A perceptron has input weights W1 = – 3.9 and W2 = 1.1 with threshold value T = 0.3. What output does it give for the input x1 = 1.3 and x2 = 2.2 ?
  • – 2.65
  • – 2.30
  • 0
  • 1

Question 64

What is the function of following UNIX command ?
WC – l <a  >b&
  • It runs the word count program to count the number of lines in its input, a, writing the result to b, as a foreground process.
  • It runs the word count program to count the number of lines in its input, a, writing the result to b, but does it in the background.
  • It counts the errors during the execution of a process, a, and puts the result in process b.
  • It copies the ‘l’ numbers of lines of program from file, a, and stores in file b.

Question 65

Consider the statement, “Either – 2 ≤ x ≤ – 1 or 1 ≤ x ≤2”. The negation of this statement is
  • x < – 2 or 2 < x or – 1 < x < 1
  • x < – 2 or 2 < x
  • – 1 < x < 1
  • x ≤ – 2 or 2 < x or – 1 < x < 1

Question 66

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

Question 67

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

Question 68

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 ? 73
  • I
  • HI
  • CHI
  • GHI

Question 69

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 62 (1) , which of the following state cannot be reached? 62
  • (1)
  • (2)
  • (3)
  • (4)

Question 70

A software program that infers and manipulates existing knowledge in order to generate new knowledge is known as
  • Data dictionary
  • Reference mechanism
  • Inference engine
  • Control strategy

There are 75 questions to complete.

Last Updated :
Take a part in the ongoing discussion