Monday 24 February 2014

UGC NET COMPUTER SCIENCE DECEMBER 2013 SOLVED PAPER 3

        
  UGC NET COMPUTER SCIENCE DECEMBER 2013 PAPER SOLVED PAPER 3


1. If the primal Linear Programming problem has unbounded solution, then it's dual problem will have
(A) feasible solution
(B) alternative solution
(C) no feasible solution at all
(D) no bounded solution at all
Ans.: c.)
Linear programming.

2. Match the following :
List -1                         List-II
a. Data coupling       i. Module A and Moduie B have shared data
b. Stamp coupling     ii. Dependency between modules is based on the fact they communicate by only passing of data
c. Common coupling   iii. When complete data structure is passed from one module to another
d. Content coupling   iV. When the control is passed from one module to the middle of another
Codes :    
    a       b    c        d
(A)   iii       ii    i       iv
(B)    ii       iii    i       iv
(C)    ii       iii    iv       i
(D)   iii      ii    iv       i
Ans.:  b.)
Software engineering

3.  A process which defines a series of tasks that have the following four primary objectives is known as
1. to identify all items that collectively define the software configuration.
2. to manage changes to one or more of these items.
3. to facilitate the construction of different versions of an application.
4. to ensure that software quality is maintained as the configuration evolves over time.
(A) Software Quality Management Process
(B) Software Configuration Management Process
(C) Software Version Management Process
(D) Software Change Management Process
Ans.: b.)
Software engineering

Monday 17 February 2014

Testimonial



Hi friends,
Today I am happy to convey you all that one of the readers of my blog http://www.netcomputerscience.in
has passed APSLET EXAM 2013.
This is what he said about his success:

"HAI, I AM  RAGHAVENDRARAO PAVULURI FROM ANDHRA PRADESH.

I MET YOU IN NETCOMPUTERSCIENCE.IN WEB SITE,I READ ALL THE
SUGGESTIONS THAT YOU GIVEN IN THAT.

I AM VERY THANKFUL TO YOU THOSE ARE ALL VALUEABLE TO ME.I HAVE JUST CLEAR APSLET EXAM 2013 .

NOW  I AM PREPARING FOR UGC NET".



Sunday 16 February 2014

UGC NET COMPUTER SCIENCE DECEMBER 2013 SOLVED PAPER 2 WITH EXPLANATION


UGC NET COMPUTER SCIENCE DECEMBER 2013 SOLVED PAPER 2 WITH EXPLANATION

1.  When data and acknowledgement are sent in the same frame, this is called as
(A) Piggy packing
(B) Piggy backing
(C) Back packing
(D) Good packing

Ans.: b.)
Piggybacking is a bi-directional data transmission technique in the network layer (OSI model).
Network question.

2. Encryption and Decryption is the responsibility of Layer.
(A) Physical
(B) Network
(C) Application
(D) Datalink

Ans.: c.)
Networking related.
Encryption is typically done at this level too, although it can be done on the application, session, transport, or network layers.

3. Using the RSA public key crypto system, if p = 13, q = 31 and d = 7, then the value of e is
(A) 101  (C) 105
(B) 103  (D) 107

Ans.: b.)
Network security and cryptography