Questions

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 2106
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 2106
Q:

The 45th World Skills Competition 2019 will take place in which of the following country?

A) India B) Russia
C) Finland D) South Korea
 
Answer & Explanation Answer: B) Russia

Explanation:
Report Error

View Answer Report Error Discuss

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

3 2106
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 2106
Q:

Blisters are a sign of which classification of burn?

A) First-degree B) Second-degree
C) Third-degree D) Fourth-degree
 
Answer & Explanation Answer: B) Second-degree

Explanation:

Burns are classified into 4 degrees. They are ::

 

1. First-degree (superficial) burns. First-degree burns affect only the epidermis, or outer layer of skin.

2. Second-degree (partial thickness) burns. Second-degree burns involve the epidermis and part of the dermis layer of skin.

3. Third-degree (full thickness) burns.

4. Fourth-degree burns.

 

Blisters are a sign of Second-degree burns.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

2 2106
Q:

When was Postal Index Number (PIN) or PIN Code introduced in India?

A) 1974 B) 1973
C) 1972 D) 1971
 
Answer & Explanation Answer: C) 1972

Explanation:

PIN (Postal Index Number) was introduced in INDIA on August 15, 1972. This is the coding system used by postal services of India for different areas. Totally in our country there are 9 divisions, of which 8 are geographical & 9th is reserved to army.

Report Error

View Answer Report Error Discuss

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

5 2106
Q:

The term just noticeable difference is synonymous with

A) difference threshold B) separation threshold
C) change threshold D) response threshold
 
Answer & Explanation Answer: A) difference threshold

Explanation:

The term just noticeable difference is synonymous with difference threshold and refers
to the detection of change.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

0 2105
Q:

Which of the following is a projective test?

A) Thematic apperception test B) Rorschach's ink blot test
C) Sentence completion test D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

In psychology, a projective test is an identity test intended to give an individual a chance to react to ambiguous stimuli, probably revealing hidden feelings and internal conflicts anticipated by the individual into the test.

 

Some examples of the projective test are ::

 

* Rorschach's ink blot test 

* Thematic apperception test

* Sentence completion test

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst

1 2105