Questions

Q:

Refer the below table and answer the question.

What percent students who chose engineering are girls?

A) 21.05 B) 10
C) 20 D) 26.67
 
Answer & Explanation Answer: A) 21.05

Explanation:
Report Error

View Answer Report Error Discuss

0 3136
Q:

Point out the error, if any, in the following program.

# include "stdio.h"

main()

{

     FILE *fp;

     char str[80];

     fp = fopen ("trail", "r");

     while (!feof (fp))

    {

           fgets (str, 80, fp);

           puts (str);

     }

     fclose (fp);

}

Answer

The last line from the file "trial" would be read twice. To avoid this, ues:


       While ( fgets (str, 80, fp) ! = NULL)


               puts (str);

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3136
Q:

Which answer figure will complete the pattern in the question figure?

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: A) 1

Explanation:
Report Error

View Answer Report Error Discuss

3 3135
Q:

The technique of DNA fingerprinting in human was developed for first time by _________

A) Lalji Singh B) Alec Jeffreys
C) R. Ericson D) J. Black
 
Answer & Explanation Answer: B) Alec Jeffreys

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

6 3134
Q:

What does submissive mean in a relationship?

Answer

Being submissive to somebody is to acknowledge somebody to be in a greater authority than you are.


Submissive mean in a relationship is you obey that person without complaining or arguing about it.


 


In short, a submissive is a person who enjoys giving control of themselves to their life partners.

Report Error

View answer Workspace Report Error Discuss

0 3133
Q:

Integration is primarily concerned with

A) ensuring that the time, scope and cost baselines are consistent with an acceptable quality standard and with the customer’s expectations. B) getting people working together effectively toward common project goals through appropriate training, management and leadership.
C) effectively integrating the processes among the project management process groups that are required to accomplish project objectives with an organization’s defined procedures. D) ensuring that all the tools and techniques of the various planning processes are appropriately scaled to the complexity and risk exposure of the project.
 
Answer & Explanation Answer: C) effectively integrating the processes among the project management process groups that are required to accomplish project objectives with an organization’s defined procedures.

Explanation:

Answers A, B and D all result from effectively integrating the work of the project management process groups. PMBOK [4.0]

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 3132
Q:

East African Valleys, streching from East Africa through Red Sea to Syria is an example of

A) river valley B) rift valley system
C) glaciated valley D) a canyon
 
Answer & Explanation Answer: B) rift valley system

Explanation:

A rift valley is formed either due to upheaval of blocks on either sides of a fracture or due to subsidence of block between them.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography

1 3132
Q:

Name the mountain that seperates France and Spain

A) Alps B) Pyrenees
C) Jura D) Vosges
 
Answer & Explanation Answer: B) Pyrenees

Explanation:

Pyrenees, a chief mountain in Europe, forms a part of the great mountain across Europe and Asia.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography

0 3131