Questions

Q:

How many Indian States and Union Territories share the Indian coastline?

A) 9 States and 5 Union Territories B) 12 States and 3 Union Territories
C) 7 States and 5 Union Territories D) 5 States and 3 Union Territories
 
Answer & Explanation Answer: A) 9 States and 5 Union Territories

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

1 2147
Q:

In the following question, four words are given out of which one word is incorrectly spelt. Find the incorrectly spelt word.

A) Literary B) Leakeage
C) Laudable D) Loafer
 
Answer & Explanation Answer: B) Leakeage

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2146
Q:

In the following question, out of the four alternatives, select the alternative which is the best substitute of the phrase.

To regard with disgust and hatred.

A) tease B) abhor
C) ridicule D) sneer
 
Answer & Explanation Answer: B) abhor

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2146
Q:

In each of the questions, four alternatives are given for the Idiom/Phrase. Choose the alternative which best expresses the meaning of the Idiom/Phrase and click the button corresponding to it.

Beat around the bush

A) Walk around the forest B) Clean the bushy areas
C) Avoiding the main topic D) Play around the forest
 
Answer & Explanation Answer: C) Avoiding the main topic

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2146
Q:

Convex mirror is generally used in _____.

A) solar cookers B) opthalmoscope
C) reflector for head light D) rear view mirror
 
Answer & Explanation Answer: D) rear view mirror

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 2146
Q:

C program to find the factorial of a given number

Answer

 #include<stdio.h>
int main(){
  int i=1,f=1,num;

  printf("Enter a number: ");
  scanf("%d",&num);

  while(i<=num){
      f=f*i;
      i++;
  }

  printf("Factorial of %d is: %d",num,f);
  return 0;
}

Sample output:
Enter a number: 5
Factorial of 5 is: 120

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2146
Q:

Project Scope Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Scope Planning ?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project charter

  • Priliminary project scope statement


II. Tools and Techniques



  • Expert Judgment

  • Templates, forms, standards


III. Outputs



  • Project scope management plan

Report Error

View answer Workspace Report Error Discuss

0 2145
Q:

In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/phrase.

to get up on the wrong side of the bed

A) to find oneself in a strange place when one wakes up especially after drinking a lot previous night B) to start the day in a bad mood which continues all day long
C) to argue with your spouse D) to roll a lot in bed while sleeping
 
Answer & Explanation Answer: B) to start the day in a bad mood which continues all day long

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2145