Questions

Q:

In the following question, a sentence has been given in Active/Passive voice. Out of the four alternatives suggested, select the one which best expresses the same sentence in Passive/Active voice.

 

I will take the responsibility of failure.

A) I have been taking the responsibility of failure. B) The responsibility of failure will be taken by me.
C) The responsibility of failing would have been taken by me. D) Taking the responsibility of failure will be done by myself.
 
Answer & Explanation Answer: B) The responsibility of failure will be taken by me.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2185
Q:

The question below consists of a set of labelled sentences. These sentences, when properly sequenced form a coherent paragraph. Select the most logical order of sentences from among the options.


P: When you read a book you are focusing your attention on the conceptual ideas in the book.
Q: Self awareness is developed through practices in focusing your attention on the details of your personality and behavior which isn’t learned from reading a book.
R: You can develop an intellectual understanding of the ideas of self awareness from a book, but this is not the same.
S: With your attention in a book you are practicing not paying attention to your own behavior, emotions and personality.

A) SQPR B) QPSR
C) PQRS D) PRSQ
 
Answer & Explanation Answer: B) QPSR

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

0 2185
Q:

In the following questions, the sentence given with blank to be filled in with an appropriate word. Select the correct alternative out of the four and indicate it by selecting the appropriate option.
An independent, able and upright judiciary is the hallmark of a free _____ country therefore, the process of judicial appointment is of _____ importance. At present on account of the Supreme Court’s last advisory opinion, the _____ of the executive and its interference in the appointment of judges is _____ which in light of previous is most _____.
therefore, the process of judicial appointment is of _____ importance.

A) mere B) mourn
C) social D) vital
 
Answer & Explanation Answer: D) vital

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

1 2185
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 2185
Q:

Explain compiler?

Answer

compiler is used to translate the high-level language program into machine code at a time. It doesn't require special instruction to store in a memory, it stores automatically. the execution time is less compared interpreter.


A compiler is a program that translates a source program written in some high-level programming langualge (such as Java) into machine code for some computer architecture (such as the Inter Pentium archiecture).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2184
Q:

Which of these is an example of a labor law?

A) A town zones an area for residential buildings only B) A restriction on when a union may call a strike
C) A surplus of supply D) All of the above
 
Answer & Explanation Answer: B) A restriction on when a union may call a strike

Explanation:
Report Error

View Answer Report Error Discuss

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

6 2184
Q:

People living in Sweden generally belong to

A) Mediterranean B) Alpine
C) Nordic D) Mongoloid
 
Answer & Explanation Answer: C) Nordic

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

0 2184
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 2184