December 2012 - Paper 2

46:  

-----------is an “umbrella” activity that is applied throughout the software engineering process.
 

A. Debugging
B. Testing
C. Designing
D. Software quality assurance
 
 

Option: D

Explanation :

Click on Discuss to view users comments.

Write your comments here:



47:  

Identify the operation which is commutative but not associative ?

A.

OR

B.

NOR

C.

EX-OR

D.

NAND

 
 

Option: B

Explanation :

Option D provided as right answer in keys provided by UGC

Click on Discuss to view users comments.

Write your comments here:



48:   Given a Relation POSITION (Posting-No, Skill), then query to retrieve all distinct pairs of posting-nos requiring skill is
A. Select p.posting-No, p.posting-No from position p where p.skill = p.skill and p.posting-No < p.posting-No
B. Select p1.posting-No, p2.posting-No from position p1, position p2 where p1.skill = p2.skill
C. Select p1.posting-No, p2.posting-No from position p1, position p2 where p1.skill = p2.skill and p1.posting-No < p2.posting-No
D. Select p1.posting-No, p2.posting-No from position p1, position p2 where p1.skill = p2.skill and p1.posting-No = p2.posting.No
 
 

Option: C

Explanation :

Click on Discuss to view users comments.

Write your comments here:



49:  

The graph K3,4 has

A.

3 edges

B.

4 edges

C.

7 edges

D.

12 edges

 
 

Option: D

Explanation :

Click on Discuss to view users comments.

Write your comments here:



50:  
The total number of spanning trees that can be drawn using five labelled vertices is: .
 
A.

125

B.

64

C.

36

D.

16

 
 

Option: A

Explanation :

Click on Discuss to view users comments.

Write your comments here: