July 2016 - Paper 3

41:   Which of the following statements is not correct ?
A.

HTML is not screen precise formatting language.

B.

HTML does not specify a logic.

C.

DHTML is used for developing highly interactive web pages.

D.

HTML is a programming language.

 
 

Option: D

Explanation :

Click on Discuss to view users comments.

Write your comments here:



42:   When one object reference variable is assigned to another object reference variable then
A.

a copy of the object is created.

B.

a copy of the reference is created.

C.

a copy of the reference is not created.

D.
it is illegal to assign one object reference variable to another object reference variable.
 
 

Option: B

Explanation :

Click on Discuss to view users comments.

Write your comments here:



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 :

A.

96.3%

B.

97.3%

C.

98.3%

D.

99.3%

 
 

Option: C

Explanation :

 
Availability = Uptime/(Uptime + Downtime)
 
Here Uptime = 30 *24= 720 hr 
Downtime = 12 hrs
Availability =720/(720+12)
 
=98.3%

Click on Discuss to view users comments.

Write your comments here:



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 softwarecomplexity 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 (bothhardware 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
A.

(b) (d) (c) (a)

B.

(b) (c) (d) (a)

C.

(c) (b) (d) (a)

D.

(a) (d) (b) (c)

 
 

Option: B

Explanation :

Click on Discuss to view users comments.

Write your comments here:



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

 

A.

(b) (a) (d) (c)

B.

(c) (d) (a) (b)

C.

(d) (c) (b) (a)

D.

(d) (a) (c) (b)

 
 

Option: C

Explanation :

Click on Discuss to view users comments.

Write your comments here: