Questions

Q:

In the given question, a statement divided into different segments is given. The first segment is fixed, rearrange the other segments to form a coherent statement.

The federation was keen on maintaining an/ exclusive membership profile and thus introduced (P)/ segregational policies adopted by premier organizations (Q)/ an invite- only policy for the new entrants (R)/ causing a sudden outcry against the (S)

A) PRSQ B) SRPQ
C) PQRS D) QSRP
 
Answer & Explanation Answer: A) PRSQ

Explanation:

'an' at the end of the first fixed segment indicates that Q, R and S can't follow the first segment. This leaves us with only one choice i.e. P. This eliminates options 2, 4, and 5.

There are only two such options: option A1and 3. Option 3 can be eliminated since part S ends with 'the' which can't be used as the end of the master statement. Hence, the correct sequence is PRSQ

Report Error

View Answer Report Error Discuss

Filed Under: English

1 2105
Q:

Motion of a train is an example of ______.

A) Rotatory motion B) Spin motion
C) Projectile motion D) Translatory motion
 
Answer & Explanation Answer: D) Translatory motion

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

2 2105
Q:

Why we use do-while loop in c?

Answer

It is also called as post tested loop. It is used when it is necessary to execute the loop at least one time. Syntax:

do {
Loop body
} while (Expression);

Example:

int main(){
    int num,i=0;  
    do{
         printf("To enter press 1\n");
         printf("To exit press  2");
         scanf("%d",&num);
         ++i;
         switch(num){
             case 1:printf("You are welcome\n");break;
             default : exit(0);
         }
    }
    while(i<=10);
    return 0;
}

Output: 3 3 4 4

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2105
Q:

Project Human Resource Management

What are the Project Management Processes included in the Project Human Resource Management?

Answer

Human Resource Planning - Identifying and documenting Project roles, responsibilities, and reporting relationships, as well as creating the staffing management plan.


Acquire Project Team - Obtaining the human resources needed to complete the project


Develop Project Team - Improving the competencies and interaction of team members to enhance project performance.


Manage Project Team - Tracking team member performance, providing feedback, resolving issues, and coordinating changes to enhance project performance.

Report Error

View answer Workspace Report Error Discuss

0 2104
Q:

The four main systems of the earth are

Answer

The Earth has four major systems or spheres. These systems are


 1. The geosphere,


 2. The hydrosphere,


 3. The atmosphere, and 


4. The biosphere.


 


The biosphere is the system where we belong.

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography Exam Prep: Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

4 2104
Q:

The sentences given with blanks are to be filled with an appropriate word(s). Four alternatives are suggested for each question. For each question, choose the correct alternative and click the button corresponding to it.

I was _____________ paying the toll tax.

A)  free from B) exonerated from
C) exempted from D)  exposed to
 
Answer & Explanation Answer: C) exempted from

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: TOEFL , GRE , CAT

0 2104
Q:

Which of the following is an example of parasitism?

A) Leeches consume blood of their host B) Ticks that live on dogs
C) Aphid insects eat the sap of the host plant D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The relationship between two organisms such that one lives on the other and one gets benefited while the other get infected.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 2104
Q:

What's the maximum hard drive size for FAT16-based Windows system?

Answer

Maximum hard drive size for FAT16-based windows system is 2GB.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2103