Questions

Q:

Rubella diseases is described first by the scientist

A) Abu Baqre B) Ronald Ross
C) Laveris D) Darwin
 
Answer & Explanation Answer: A) Abu Baqre

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

7 4609
Q:

The atoms of the elements having same mass number but different atomic number are called

A) Isotopes B) Isobars
C) Isotones D) Isomers
 
Answer & Explanation Answer: B) Isobars

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

6 4608
Q:

In which one among the following districts is the highest point of Eastern Ghats located?

A) Ganjam B) Visakhapatnam
C) Kurnool D) North Arcot
 
Answer & Explanation Answer: B) Visakhapatnam

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

10 4603
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 4603
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 4601
Q:

As per the policies of the Government of India any proposal for FDI in single brand retail should not be above line of ___

A) 33% B) 43%
C) 48% D) 51%
 
Answer & Explanation Answer: D) 51%

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams
Job Role: Bank PO

13 4597
Q:

Which is the most southerly test match grounds of England

A) The Lords B) The Oval
C) The Veears D) The Lyra
 
Answer & Explanation Answer: A) The Lords

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

9 4597
Q:

The price that you charge for your project is

A) equal to the cost estimate plus a fixed percentage. B) essentially the same as the cost estimate.
C) typically 1.5 - 2.5 times the cost estimate in order to account for corporate overhead costs D) a business decision that considers the cost estimate together with other factors.
 
Answer & Explanation Answer: D) a business decision that considers the cost estimate together with other factors.

Explanation:

Overhead costs should be figured into the cost estimate. Desired profit considered together with other factors such as market demand, availability of resources, prior experience are then used to determine the optimal price.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 4595