Monthly Archives: March 2017


NET JUNE 2015 PAPER-2 SOLVED PART-2

Pages: 1 2 3 4 5 What is the output of the following program ? (Assume that the appropriate pre-processor directives are included and there is no syntax error) main() { char S[ ] = “ABCDEFGH”; printf (“%C”,* (& S[3])); printf (“%s”, S+4); printf (“%u”, S); /* Base address of […]


NET DEC 2014 PAPER 3 SOLVED PART – 4

PAGES: 1 2 3 4 Given the recursively enumerable language (LRE), the context sensitive language (LCS), the recursive language (LREC), the context free language (LCF) and deterministic context free language (LDCF). The relationship between these families is given by (A) LCF Í LDCF Í LCS Í LRE Í LREC (B) […]


NET DEC 2014 PAPER 3 SOLVED PART – 3

PAGES: 1 2 3 4 What is true about UML stereotypes ? (A) Stereotype is used for extending the UML language. (B) Stereotyped class must be abstract (C) The stereotype indicates that the UML element cannot be changed (D) UML profiles can be stereotyped for backward compatibility Answer: A Which […]


NET DEC 2014 PAPER 3 SOLVED PART – 2

PAGES: 1 2 3 4 Consider a triangle represented by A(0, 0), B(1, 1), C(5, 2). The triangle is rotated by 45 degrees about a point P(–1, –1). The co-ordinates of the new triangle obtained after rotation shall be ……………… (A) A'(-1,√2 – 1), B'(-1,2√2 – 1), C'(3/2√2 – 1, […]


NET DEC 2014 PAPER 3 SOLVED PART – 1

UGC NET PREPARATION ON WHATSAPP GROUP JUST MESSAGE ON 94178-24400 “JOIN NET GROUP” TUITIONS IN JALANDHAR FOR BCA MCA BSC BA PGDCA BCOM MCOM PROJECTS IN ASP PHP JAVA WEB DESIGNING AT LOW COST ALL SUBJECTS ALL CLASSES CALL 94178-24400 A hierarchical memory system that uses cache memory has cache […]


NET DEC 2014 PAPER 2 SOLVED PART-5

PAGES: 1 2 3 4 5 ………………. are applied throughout the software process. (A) Framework activities (B) Umbrella activities (C) Planning activities (D) Construction activities Answer: B Requirement Development, Organizational Process Focus, Organizational Training, Risk Management and Integrated Supplier Management are process areas required to achieve maturity level (A) Performed […]


NET DEC 2014 PAPER 2 SOLVED PART-4

PAGES: 1 2 3 4 5 31. Shift-Reduce parsers perform the following : (A) Shift step that advances in the input stream by K(K>1) symbols and Reduce step that applies a completed grammar rule to some recent parse trees, joining them together as one tree with a new root symbol. […]