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
(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
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
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