Questions

Q:

In the following questions, one part of the sentence may have an error. Find out which part of the sentence has an error and click the button corresponding to it. If the sentence is free from error, click the "No error" option.

The Government offered him (A)/ clerical job (B)/ but he turned it over (C) / No error (D)

A) A B) B
C) C D) D
 
Answer & Explanation Answer: C) C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2209
Q:

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

A) To make someone fool B) To make space to red
C) To take revenge D) To waste time by doing foolish things
 
Answer & Explanation Answer: D) To waste time by doing foolish things

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2209
Q:

Number of chambers in reptiles heart? 

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

Explanation:

Except crocodile which has 4 chambers, all the reptiles have 3 chambers in their heart.

Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

12 2209
Q:

What are the different functions of Scheduler?

Answer

Scheduler deals with the problem of deciding which of the process in the ready queue is to be allocated the CPU. Short Term Schedulers, Long Term Schedulers

Report Error

View answer Workspace Report Error Discuss

1 2209
Q:

C program to find whether a number is palindrome or not.

Answer

 #include<stdio.h>
int main(){
    int num,r,sum=0,temp;

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

    temp=num;
    while(num){
         r=num%10;
         num=num/10;
         sum=sum*10+r;
    }
    if(temp==sum)
         printf("%d is a palindrome",temp);
    else
         printf("%d is not a palindrome",temp);

    return 0;
}

Sample output:
Enter a number: 131
131 is a palindrome

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2208
Q:

"An Autobiography" is the autobiography of

A) Mahatma Gandhi B) Jawaharlal Nehru
C) Sachin Tendulkar D) Yuvaraj Singh
 
Answer & Explanation Answer: B) Jawaharlal Nehru

Explanation:

"An Autobiography" is the autobiography of first Prime Minister of India Shri Jawaharlal Nehru.

Report Error

View Answer Report Error Discuss

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

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

Read the following passage carefully and choose the most appropriate answer to the question out of the four alternatives.


The human eye is a complex part of the body that is used for seeing. Eyes enable people to perform daily tasks and to learn about the world that surrounds them. Sight, or vision, is a rapidly occurring process that involves continuous interaction between the eye, the nervous system, and the brain. When someone looks at an object, what he really sees is the light reflected from the object. This reflected light passes through the lens and falls on the retina of the eye. Here the light induces nerve impulses that travel through the optic nerve to the brain and then over other nerves to muscles and glands.


The eye is similar to a television camera. Both the eye and the television camera convert light energy to electrical energy. The eye converts light to nerve impulses that are interpreted by the brain as the sense perception called sight. A television camera converts light to electronic signals that are broadcast and transformed into light images in a television receiver. It is wonderful that human eyes blink an average of once every six seconds. This washes the eye with the salty secretion from the tear or lachrymal glands. Each tear gland is about the size and shape of an almond. These glands are situated behind the upper eyelid at the outer corner of the eye. After passing over the eye, the liquid from the gland is drained into the nose through the tear duct at the inner corner of the eye.

 

What do we see when we look at an object?

A) The object reflected by the light. B) The light reflected from the object.
C) The shadow of the object. D) The object as it is.
 
Answer & Explanation Answer: B) The light reflected from the object.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2208