Questions

Q:

The first passenger train in India ran between

A) Kalyan and Pune B) Bombay and Thane
C) Howrah and Delhi D) New Delhi and Madras
 
Answer & Explanation Answer: B) Bombay and Thane

Explanation:

India's first passenger train run took place from Mumbai to Thane for around 34 kms on 16th April in the year 1853. 

That train was hauled by three steam locomotives : Sahib, Sindh and Sultan.

That train had 14 carriages, carrying around 400 passengers.

Report Error

View Answer Report Error Discuss

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

6 4928
Q:

Can I increase the size of a dynamically allocated array? < Yes / No> if yes, how?

Answer

Yes, using the realloc() function as shown below:


main()


{


        int *p;


        p = ( int *) malloc (20) ;


        t = p;


        t = (int *) realloc ( p, 40);


        if ( t == NULL )


        Printf (" Cannot reallocate, leaves previous allocated region unchanged ");


       else


       {


              if ( p ==t )


              ;  / * the array expanded at the same region */


             else


            { 


                 free ( p ); / * deallocate the original array */


                 p = t;  /* set p to newly allocated region */


             }


      }


}  

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 4926
Q:

The second Five Year plan was based on

A) Mahalanobis Model B) Vakil and Brahmananda's Wage -Goods Model
C) Harrod - Domar Growth Model D) Solow Growth Model
 
Answer & Explanation Answer: A) Mahalanobis Model

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

4 4925
Q:

The brain is covered by

A) meninges B) skin
C) bone D) all the above
 
Answer & Explanation Answer: D) all the above

Explanation:

The central nervous system ( brain and spinal card ) are invested with the meninges which nourish and protect the system .This again is enclosed inside a bony box which has the skin above it

Report Error

View Answer Report Error Discuss

Filed Under: Biology

14 4924
Q:

The universal donor belongs to blood group

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

Explanation:

The persons with 'O' blood group do not have antigens in the red corpuscles. So that blood will not cause agglutination of corpuscles if mixed with any type of blood. So group 'O' persons are called universal donors.

Report Error

View Answer Report Error Discuss

Filed Under: Biology

20 4924
Q:

Logical puzzle

At a restaurant, how could you choose one out of three desserts with equal probability with the help of a coin? What if the coin is biased and the bias is unknown?

Answer

Our solution:


Toss the coin twice.
Let TH, HT and TT correspond to the three choices.
And if you get HH, just repeat (so it takes 8/3 tosses on average).


BIASED COIN

If the coin was biased, TH and HT would occur with equal probability.
So you could assign THHT, HTTH and THTH to the three choices, with other 4-toss outcomes rejected.
Or you could assign HTT, THT and TTH to the three choices, with other 3-toss outcomes rejected.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles

18 4923
Q:

Who was the first black tennis player to win a Wimbledon title

A) Steffi Bucher B) Gegata Sen
C) Althea Gibson D) Sucheta Kriplani
 
Answer & Explanation Answer: C) Althea Gibson

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

1 4923
Q:

What stays where it is when it goes off?

A) An Alarm B) A T.V
C) A light switch D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

All the above will stay where they are when they goes off. Basically anything that can swithch on or off will come under this.

Report Error

View Answer Report Error Discuss

Filed Under: Logic Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GRE
Job Role: Analyst , Bank Clerk , Bank PO

8 4922