CBSE NET


NET JUNE 2012 PAPER-2 SOLVED

The postfix expression AB+CD–* can be evaluated using a (A) stack            (B) tree (C) queue         (D) linked list Answer: A The post order traversal of a binary tree is DEBFCA. Find out the preorder traversal. (A) ABFCDE                 (B) ADBFEC (C) ABDECF                (D) None of the above Answer: C The branch […]


UGC NET Computer Science Solved Paper II – December 2009

If she is my friend and you are her friend, then we are friends. Given this, the friend relationship in this context is …………… (i) commutative            (ii) transitive (iii) implicative              (iv) equivalence (A) (i) and (ii)                            (B) (iii) (C) (i), (ii), (iii) and (iv)             (D) None of […]


UGC NET Computer Science Solved Paper II- JUNE 2009

If x and y are independent Gaussian random variables with average value 0 and with same variance, their joint probability density function is given by:          (A) p(x,y)=p(x).p(y)       (B) p(x,y)=p(x)+p(y)         (C) p(x,y)=p(x+y)          (D) p(x,y)=p(x).p(y)+p(x) Answer: marks to all because question is not […]