UGC-NET JULY 2016 PAPER 3 QUESTIONS WITH EXPLANATION
Q:: 41 Which of the following statements is not correct ?
(1) HTML is not screen precise formatting language.
(2) HTML does not specify a logic.
(3) DHTML is used for developing highly interactive web pages.
(4) HTML is a programming language.
Answer:: (4)
Q:: 42 When one object reference variable is assigned to another object reference variable then
(1) a copy of the object is created.
(2) a copy of the reference is created.
(3) a copy of the reference is not created.
(4) it is illegal to assign one object reference variable to another object reference
variable.
Answer:: (2)
Q:: 43 A server crashes on the average once in 30 days, that is, the Mean Time Between Failures (MTBF) is 30 days. When this happens, it takes 12 hours to reboot it, that is, the Mean Time to Repair (MTTR) is 12 hours. The availability of server with these reliability data
values is approximately :
(1) 96.3% (2) 97.3%
(3) 98.3% (4) 99.3%
Answer:: (3)
Q:: 44 Match the software maintenance activities in List – I to its meaning in List – II.
List – I List – II
I. Corrective (a) Concerned with performing activities to reduce the software
complexity thereby improving program understandability
and increasing software maintainability.
II. Adaptive (b) Concerned with fixing errors that are observed when the
Software is in use.
III. Perfective (c) Concerned with the change in the software that takes place
to make the software adaptable to new environment (both
hardware and software).
IV. Preventive (d) Concerned with the change in the software that takes place to
make the software adaptable to changing user requirements.
Codes :
I II III IV
(1) (b) (d) (c) (a)
(2) (b) (c) (d) (a)
(3) (c) (b) (d) (a)
(4) (a) (d) (b) (c)
Answer:: (2)
Q:: 45 Match each application/software design concept in List – I to its definition in List – II.
List – I List – II
I. Coupling (a) Easy to visually inspect the design of the software and
understand its purpose.
II. Cohesion (b) Easy to add functionality to a software without having to
redesign it.
III. Scalable (c) Focus of a code upon a single goal.
IV. Readable (d) Reliance of a code module upon other code modules.
Codes :
I II III IV
(1) (b) (a) (d) (c)
(2) (c) (d) (a) (b)
(3) (d) (c) (b) (a)
(4) (d) (a) (c) (b)
Answer:: (3)
Q:: 46 Software safety is quality assurance activity that focuses on hazards that
(1) affect the reliability of a software component.
(2) may cause an entire system to fail.
(3) may result from user input errors.
(4) prevent profitable marketing of the final product.
Answer:: (2)
Q:: 47 Which of the following sets represent five stages defined by Capability Maturity Model
(CMM) in increasing order of maturity ?
(1) Initial, Defined, Repeatable, Managed, Optimized.
(2) Initial, Repeatable, Defined, Managed, Optimized.
(3) Initial, Defined, Managed, Repeatable, Optimized.
(4) Initial, Repeatable, Managed, Defined, Optimized.
Answer:: (2)
Q:: 48 The number of function points of a proposed system is calculated as 500. Suppose that the system is planned to be developed in Java and the LOC/FP ratio of Java is 50. Estimate
the effort (E) required to complete the project using the effort formula of basic COCOMO
given below :
E = a(KLOC)b
Assume that the values of a and b are 2.5 and 1.0 respectively.
(1) 25 person months (2) 75 person months
(3) 62.5 person months (4) 72.5 person months
Answer:: (3)
Q:: 49 In UNIX, processes that have finished execution but have not yet had their status collected are known as _________.
(1) Sleeping processes (2) Stopped processes
(3) Zombie processes (4) Orphan processes
Answer:: (3)
Q:: 50 In Unix operating system, when a process creates a new process using the fork () system
call, which of the following state is shared between the parent process and child process ?
(1) Heap (2) Stack
(3) Shared memory segments (4) Both Heap and Stack
Answer:: (3)
<<< 1 2 3 4 5 6 7 >>>
Q:: 41 Which of the following statements is not correct ?
(1) HTML is not screen precise formatting language.
(2) HTML does not specify a logic.
(3) DHTML is used for developing highly interactive web pages.
(4) HTML is a programming language.
Answer:: (4)
Q:: 42 When one object reference variable is assigned to another object reference variable then
(1) a copy of the object is created.
(2) a copy of the reference is created.
(3) a copy of the reference is not created.
(4) it is illegal to assign one object reference variable to another object reference
variable.
Answer:: (2)
Q:: 43 A server crashes on the average once in 30 days, that is, the Mean Time Between Failures (MTBF) is 30 days. When this happens, it takes 12 hours to reboot it, that is, the Mean Time to Repair (MTTR) is 12 hours. The availability of server with these reliability data
values is approximately :
(1) 96.3% (2) 97.3%
(3) 98.3% (4) 99.3%
Answer:: (3)
Q:: 44 Match the software maintenance activities in List – I to its meaning in List – II.
List – I List – II
I. Corrective (a) Concerned with performing activities to reduce the software
complexity thereby improving program understandability
and increasing software maintainability.
II. Adaptive (b) Concerned with fixing errors that are observed when the
Software is in use.
III. Perfective (c) Concerned with the change in the software that takes place
to make the software adaptable to new environment (both
hardware and software).
IV. Preventive (d) Concerned with the change in the software that takes place to
make the software adaptable to changing user requirements.
Codes :
I II III IV
(1) (b) (d) (c) (a)
(2) (b) (c) (d) (a)
(3) (c) (b) (d) (a)
(4) (a) (d) (b) (c)
Answer:: (2)
Q:: 45 Match each application/software design concept in List – I to its definition in List – II.
List – I List – II
I. Coupling (a) Easy to visually inspect the design of the software and
understand its purpose.
II. Cohesion (b) Easy to add functionality to a software without having to
redesign it.
III. Scalable (c) Focus of a code upon a single goal.
IV. Readable (d) Reliance of a code module upon other code modules.
Codes :
I II III IV
(1) (b) (a) (d) (c)
(2) (c) (d) (a) (b)
(3) (d) (c) (b) (a)
(4) (d) (a) (c) (b)
Answer:: (3)
Q:: 46 Software safety is quality assurance activity that focuses on hazards that
(1) affect the reliability of a software component.
(2) may cause an entire system to fail.
(3) may result from user input errors.
(4) prevent profitable marketing of the final product.
Answer:: (2)
Q:: 47 Which of the following sets represent five stages defined by Capability Maturity Model
(CMM) in increasing order of maturity ?
(1) Initial, Defined, Repeatable, Managed, Optimized.
(2) Initial, Repeatable, Defined, Managed, Optimized.
(3) Initial, Defined, Managed, Repeatable, Optimized.
(4) Initial, Repeatable, Managed, Defined, Optimized.
Answer:: (2)
Q:: 48 The number of function points of a proposed system is calculated as 500. Suppose that the system is planned to be developed in Java and the LOC/FP ratio of Java is 50. Estimate
the effort (E) required to complete the project using the effort formula of basic COCOMO
given below :
E = a(KLOC)b
Assume that the values of a and b are 2.5 and 1.0 respectively.
(1) 25 person months (2) 75 person months
(3) 62.5 person months (4) 72.5 person months
Answer:: (3)
Q:: 49 In UNIX, processes that have finished execution but have not yet had their status collected are known as _________.
(1) Sleeping processes (2) Stopped processes
(3) Zombie processes (4) Orphan processes
Answer:: (3)
Q:: 50 In Unix operating system, when a process creates a new process using the fork () system
call, which of the following state is shared between the parent process and child process ?
(1) Heap (2) Stack
(3) Shared memory segments (4) Both Heap and Stack
Answer:: (3)
<<< 1 2 3 4 5 6 7 >>>
No comments:
Post a Comment