Thursday 17 December 2015

Q50,P2,J!5. Which of the following is not valid with reference to message passing interface MPI?

A) MPI can run on any hardware platform.
B)The programming model is a distributed memory model.
C) All parallelism is implicit.
D) MPI - Comm-Size returns the total number of MPI processes  in specified communication.
Answer C.

Q49,P2,J15. Which of the following is false about weak entity set?

A) weak entities can be deleted automatically when their strong entity is deleted.
B) Weak entity set avoids the data duplication and consequent possible inconsistencies caused by the duplicating  the key of strong entity.
C)A weak entity set has no primary keys unless attributes of the strong entity set on which it depends are included.
D)Tuples in a weak entity set are not partitioned according to their relationship with tuples in a strong entity set.
Answer D.

Q48,P2,J15. Which of the following algorithms sort n integers, having the range 0 to n^2 -1 ,In ascending order in O(n) time?

A) Selection Sort           B)Bubble sort               C) Radix Sort           D) Insertion sort

Answer C.

Q47,p2,J15.Which of the following statement is incorrect for the parallel virtual machine(PVM)?

A)The PVM communication model provides asynchronous blocking send,asynchronous blocking receive and non blocking receive function.
B)Message buffers are allocated dynamically.
C)The PVM Communication model assumes that any task can send a message to any other PVM task and that there is no limit to the size or number of such messages.
D) In PVM model, The message order is not preserved.

Answer D.

Q46,P2,j15. In the case of parallelization ,Amadhl's law states that if P is the proportion of a program that can be made parallel and (1-p) is the proportion that cannot be parallelized , Then the Maximum speed up that can be achieved by using N process is:

A) 1/((1-p)+Np)         B.) 1/((N-1)p+p)            C.)1/((1-p)+P/N)         D.) 1/(P+(1-P)/N)
Answer D.

Wednesday 16 December 2015

Q45.P2.J15 Which one from the following is highly associated activity of project planning?

a) Keep track of the project progress.
b)Compare actual and planned progress and costs.
c)Identify the activities, milestones and deliverables product by a project.
d) both b & C.

Answer D

Q44,P2,J15 Cohesion is an extension of:

A) abstraction concept         B) Refinement concept.            C) Information Hiding concept  D) Modularity.
Answer D