Questions

Q:

In the following question, a word has been written in four different ways out of which only one is correctly spelt. Select the correctly spelt word.

 

 

A) Expernce B) Experience
C) Expeireince D) Expereince
 
Answer & Explanation Answer: B) Experience

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , GRE , TOEFL

0 2198
Q:

Name the inventor of ATM (automated teller machine), it was opened on 27th June, 1967 by Barclays bank?

A) J Shepherd-Barron B) M D White
C) D C Wetzel D) Wilfred Barron
 
Answer & Explanation Answer: A) J Shepherd-Barron

Explanation:

John Shepherd-Barron was the inventor of ATM (automated teller machine), which was opened on 27th June, 1967 by Barclays bank.

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

0 2197
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 2197
Q:

Which of the following medieval rulers was called 'Jagat Guru'?

A) Ibrahim Qutbshah B) Ibrahim Adilshah I
C) Akbar D) Malik Ambar
 
Answer & Explanation Answer: B) Ibrahim Adilshah I

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams , GATE
Job Role: Bank Clerk , Bank PO

0 2197
Q:

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

A) Familiar B) Grammer
C) Narrator D) Operator
 
Answer & Explanation Answer: B) Grammer

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2197
Q:

Cheques, Drafts, Pay Orders and Banker’s Cheques are “valid for ___________________ months from the date of instrument.

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

Explanation:

In exercise of the powers conferred by Section 35A of the Banking Regulation Act, 1949, Reserve Bank of India directs that with effect from April 1, 2012, banks should not make payment of cheques/drafts/pay orders/banker’s cheques bearing that date or any subsequent date, if they are presented beyond the period of three months from the date of such instrument. Accordingly, cheques, Drafts, Pay Orders and Banker’s Cheques are “valid for 3 months from the date of instrument”, with effect from 01.04.2012. 

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams , AIEEE

0 2197
Q:

If electric resistance is to be decreased, then the number of resistances should be connected in ________________

A) Series B) Parallel
C) Mixed arrangement D) None of these
 
Answer & Explanation Answer: B) Parallel

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

0 2196
Q:

The first Olympiad was held in Greece in the year

Answer

776 BC

Report Error

View answer Workspace Report Error Discuss

Subject: World History

2 2196