Questions

Q:

A man was slowly counting but unfortunately he miscounted. A little later he suffered a sharp pain is his back. Why?

Answer

The man want to buy a shirt went to a shop. He was counting the pins as he removed them from a new shirt. unfortunately, he missed one and wore.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: Bank Exams

11 2901
Q:

When is 'World Autism Awareness Day' celebrated ?

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

Explanation:

The Qutub Minar in New Delhi was lit up in blue as part of World Autism Day on 2 April.

Report Error

View Answer Report Error Discuss

Filed Under: Important Days and Years
Exam Prep: Bank Exams

2 2901
Q:

Which of  the  following  statements  about the social base of the Arya Samaj in British India is/are correct?1.It  was  located  mainly in  Punjab  and western Uttar Pradesh.2.It    mainly    comprised    the    trading castes.3.It  was  much  more  limited  than  that  of the Brahmo Samaj.

Select  the  correct  answer  using  the  code given below.

A) 1 and 2 only B) 2 and 3 only
C) 1 only D) 1, 2 and 3
 
Answer & Explanation Answer: C) 1 only

Explanation:

Arya Samaj was an Indian religious movement  based   on   Vedas  and was     founded     by     Dayananda Saraswati on April 7, 1875 and was based in Punjab and western Uttar Pradesh     states     like,     Aligarh, Varanasi, etc.  It  was  against  caste system  and  supported  equality  of men   and   women,moreover   it mainly    comprised    the    trading castes;    while    Brahmo    Samaj, founded  by  Raja  Rammohan  Roy, was limited because it was popular only   among   elite   and   educated society.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

1 2900
Q:

Improve the following code using typedef.

struct node

{

      int data1;  float data2;

       struct node *left;

       struct node *right;

};

struct node *ptr;

ptr = (struct node *) malloc (sizeof (struct node) ); 

Answer

typedef struct node * treeptr


typedef struct node


{


         int data1;


         float data2;


         treeptr *left;


         treeptr *right;


}treenode;


treeptr ptr;


ptr = ( treeptr ) malloc ( sizeof ( treenode ) );

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2900
Q:

The limbic system structure that regulates hunger is called the

A) Hypothalamus B) Cerebellum
C) Pituitary gland D) Cerebrum
 
Answer & Explanation Answer: A) Hypothalamus

Explanation:

the_limbic_system_structure_that_regulates_hunger_is_called_the1545974338.png image

 

The hypothalamus which is near the pituitary gland is a small region located at the base of the brain. The hypothalamus plays a crucial role in many important functions including releasing hormones, regulating body temperature, regulates hunger etc...

Report Error

View Answer Report Error Discuss

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

3 2900
Q:

What is one map unit equivalent to

A) 1% recombination frequency B) the distance between a pair of homologous chromosomes
C) Both A & B D) 1 nanometer of distance between two genes
 
Answer & Explanation Answer: A) 1% recombination frequency

Explanation:

The distance between two genes is measured with a unit called map unit. One map unit is equivalent to 1% recombination frequency.

Report Error

View Answer Report Error Discuss

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

3 2900
Q:

Echolocation is an adaptation bats use to

A) locate flowering plants B) hunt insects in flight
C) find warm places for hibernation D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Echolocation is an adaptation bats use to hunt insects in flight, locate flowering plants and find warm places for hibernation.

Report Error

View Answer Report Error Discuss

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

4 2900
Q:

What does microprocessor speed of a computer depends on?

A) bandwidth B) clock speed
C) number of instructions D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The computers microprocessor speed depends on all the factors like clock speed, bandwidth and the number of instructions it processes.

Report Error

View Answer Report Error Discuss

2 2900