Questions

Q:

The kilo calories of energy released from one gram of fats is

A) 5.49 B) 4.59
C) 9.45 D) 9.54
 
Answer & Explanation Answer: C) 9.45

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

16 4831
Q:

The biogenetic law was proposed by

A) Alfred Russel Wallace B) Charles Darwin
C) Ernst von Haeckel D) Lamarck
 
Answer & Explanation Answer: C) Ernst von Haeckel

Explanation:

The biogenetic law states that ontogeny (study of development) repeats phylogeny (origin from previous group of racial history), The young one of the frog namely the tadpole is like a fish cosidered to be ancestral to frog.

Report Error

View Answer Report Error Discuss

Filed Under: Biology

9 4831
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 4830
Q:

Assuming that the phases in a project are concept, development, implementation and termination, which phase typically has the highest degree of uncertainty?

A) Concept B) Development
C) Implementation D) Termination
 
Answer & Explanation Answer: A) Concept

Explanation:

The first phase in a project always has the greatest degree of uncertainty because at this point in time the product is the least well defined. PMBOK, See figure 2-2. [2.1.1]

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 4830
Q:

Which Article of the Constitution of India accords Special status to the state of Jammu and Kashmir?

A) 311 B) 324
C) 356 D) 370
 
Answer & Explanation Answer: D) 370

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

6 4830
Q:

Who governs the INTERNET ?

A) ISOC B) IETF
C) IAB D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

9 4826
Q:

Which is the liquid that shows Capillary fall?

Answer

Mercury

Report Error

View answer Workspace Report Error Discuss

Subject: Physics

8 4826
Q:

Patanjali and Reliance Jio has ranked _____ respectively, in Top 10 influencial Brands of India ?

A) 4 & 9 B) 3 & 10
C) 2 & 1 D) 5 & 6
 
Answer & Explanation Answer: A) 4 & 9

Explanation:

Ramdev promoted Patanjali Ayurveda and Reliance Jio have featured among the top 10 most influential brand in India, according to a study by the global research firm Ipsos.

Home grown Patanjali and Mukesh Ambani’s controlled Reliance Jio have bagged the fourth and ninth position, respectively. Interestingly, Patanjali and Reliance Jio made an impressive entry as they did not figure in the previous edition of the study.

Besides, Google has been ranked at the top slot while Microsoft and Facebook were ranked at number two and three, respectively. State Bank of India (SBI) being the only financial institution that made to the list, moved up four ranks to take the fifth position. E-commerce player Flipkart dropped three spots to take the tenth place while Amazon climbed couple of steps to take the sixth place. Other companies that made to the list include Samsung (7th) and Airtel (8th).

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

13 4826