CBSE NET


UGC NET DECEMBER 2015 PAPER 2 SOLVED PART-3

Pages: 1 2 3 4 5 21. Which of the following services is not provided by wireless access point in 802.11 WLAN? (A) Association (B) Disassociation (C) Error Correction (D) Integration Answer: C Explanation: IEEE 802.11 Services Which of the following fields in IPv4 datagram is not related to fragmentation? […]


UGC NET DECEMBER 2015 PAPER 2 SOLVED PART-2

Pages: 1 2 3 4 5 11. Consider the following program: #include<stdio.h> main() { int i, inp; float x, term=1, sum=0; scanf(“%d %f”,&inp, &x); for(i=1;i<=inp;i++) { term=term*x/i; sum=sum+term; } printf(“Result=%f\n”,sum); } The program computes the sum of which of the following series? (A) x+x2/2+x3/3+x4/4+… (B) x+x2/2!+x3/3!+x4/4!+… (C) 1+x2/2+x3/3+x4/4+… (D) 1+x2/2!+x3/3!+x4/4!+… […]


NET JUNE 2015 PAPER -3 SOLVED PART-5

PAGES: 1 2 3 4 5 61. A context free grammar for L={w|n0(w)>n1(w)} is given by: (A) S→0|0S|1SS (B) S→0S|1S|0SS|1SS|0|1 (C) S→0|0S|1SS|S1S|SS1 (D) S→0S|1S|0|1 Answer: C 62. Given the following two statements: S1: If L1 and L2 are recursively enumerable languages over ∑, then L1⋃L2 and L1⋂L2 are also recursively […]


NET JUNE 2015 PAPER -3 SOLVED PART-4

PAGES: 1 2 3 4 5 45. Requirements prioritization and negotiation belongs to: (A) Requirements validation (B) Requirements elicitation (C) Feasibility Study (D) Requirement reviews Answer: B 46. Adaptive maintenance is a maintenance which …………. (A) Correct errors that were not discovered till testing phase. (B) is carried out to […]