Saturday 6 August 2016

UGC Net Computer Science Paper II July 16 page 5

41. if S1 is total number of modules defined in the program architecture , S3 is the number of modules whose correct function depends on prior processing then the number of modules not dependent on prior processing is :
(1) 1+S3/S1
(2) 1-S3/S1
(3) 1+ S1/S3
(4) 1-S1/S3
Answer : 2

42. The _____ Model is preferred for software development when the requirement are not clear.
(1) Rapid Application development
(2) Rational Unified Process
(3) Evolutionary Model
(4) Waterfall Model
Answer : 3

Friday 5 August 2016

UGC Net Computer Science Paper II July 16 page 4

31. The number of strings of length 4 that are generated by the regular expression (0|€)1*+2 * (3|€), where | is an alternation character, {+,*} are qualification characters, and € is the null string, is
(1) 08
(2) 10
(3) 11
(4) 12
Answer : 4

32.  The content of the accumulator after executing of the following 8085 assembly language program is
MVI A, 42H
MVI B,05H
UGC : ADD B
DCR B
JNZ UGC
ADI 25H
HLT
(1) 82 H
(2) 78 H
(3) 76 H
(4) 47 H
Answer : 3

Thursday 4 August 2016

UGC Net Computer Science Paper II July 16 page 3

21. Consider the following binary search tree:

If we remove the node, which of the node from the left subtree will be the new root
(1) 11
(2) 12
(3) 13
(4) 16
Answer : 4

22. Consider the following operations performed on a stack of size 5:
Push (a): Pop(); Push(b); Push(c); Pop();
Push(d);Pop();Pop();Push(e)
Which of the following statements is correct?
(1) Underflow occurs
(2) Stack operations are performed smoothly
(3) Overflow occurs
(4) None of the above
Answer : 2

January, 2012 M4.1-R4: APPLICATION OF .NET TECHNOLOGY

January, 2012
M4.1-R4: APPLICATION OF .NET TECHNOLOGY

NOTE:
1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART
TWO contains FIVE questions.
2. PART ONE is to be answered in the TEAR-OFF ANSWER SHEET only, attached to the question
paper, as per the instructions contained therein. PART ONE is NOT to be answered in the
answer book.
3. Maximum time allotted for PART ONE is ONE HOUR. Answer book for PART TWO will be
supplied at the table when the answer sheet for PART ONE is returned. However, candidates,
who complete PART ONE earlier than one hour, can collect the answer book for PART TWO
immediately after handing over the answer sheet for PART ONE.

TOTAL TIME: 3 HOURS TOTAL MARKS: 100
(PART ONE – 40; PART TWO – 60)

PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “tear-off” answer sheet attached to the question paper, following instructions therein. (1x10)
1.1 The .NET technology platform is based on two core technologies
A) .NET product and .NET platform.
B) XML and the suite of Internet Protocols.
C) .NET Framework and the .NET Enterprise server.
D) C# and VB.NET languages.