Questions

Q:

Fat can be seperated from milk in a cream seperator because of :

A) Cohesive Force B) Gravitational Force
C) Centripetal Force D) Centrifugal Force
 
Answer & Explanation Answer: D) Centrifugal Force

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

6 3432
Q:

How would you dynamically allocate a 2-D array of integers?

Answer

#include "alloc.h"


#define MAXROW 3


#define MAXcol 4


main()


{


        int *p, i, J;


        p = (int *) malloc (MAXROW * MAXCOL * sizeof (int));


         for ( i=0; i < MaxROW ; i++)


         {


                for (j=0; j < MAXCOL ; j++)


                { 


                      p [ i * MAXCOL + j] = i;


                       printf ( "%d", p [i * MAXCOL + j] );


                 }


                  printf ("\n");


          }


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3431
Q:

In the context of memory management, what are placement and replacement algorithms?

Answer

Placement algorithms determine where in available real-memory to load a program. Common methods are first-fit, next-fit, best-fit. Replacement algorithms are used when memory is full, and one process (or part of a process) needs to be swapped out to accommodate a new program. The replacement algorithm determines which are the partitions to be swapped out.

Report Error

View answer Workspace Report Error Discuss

3 3431
Q:

As per the newspaper report, the world's second largest generic Pharama company, Sandoz is in talks to take over YK Hamied - promoted domestic pharma company. The company in the question is _______

A) Cipla B) Wockhardt
C) Hamdard D) Sun Pharma
 
Answer & Explanation Answer: A) Cipla

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

13 3431
Q:

15th August is the Independence day of India and

A) South korea B) Indonesia
C) China D) Pakistan
 
Answer & Explanation Answer: A) South korea

Explanation:
Report Error

View Answer Report Error Discuss

7 3431
Q:

Count function in SQL returns the number of

A) groups B) values or rows
C) columns D) distinct values
 
Answer & Explanation Answer: B) values or rows

Explanation:

Count function in SQL returns the number of values or rows.

Report Error

View Answer Report Error Discuss

11 3430
Q:

Which law relates to the ideal gas law?

A) P1T1 = P2T2 B) P1/V1 = P2/V2
C) P1V1 = P2V2 D) T1/V1 = T2/V2
 
Answer & Explanation Answer: C) P1V1 = P2V2

Explanation:

Ideal Gas Law ::

The Combined gas law or General Gas Equation is obtained by combining Boyle's Law, Charles' Law, and Gay-Lussac's Law. It shows the relationship between the pressure, volume, and temperature for a fixed mass (quantity) of gas:

P1V1T1 = P2V2T2

 

Hence, the Boyle's law P1V1 = P2T2, relates to ideal gas equation.

Report Error

View Answer Report Error Discuss

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

5 3428
Q:

Which continent is known as white continent?

A) Antarctica B) Europe
C) Asia D) Africa
 
Answer & Explanation Answer: A) Antarctica

Explanation:

Antarctica is known as white continent because 98% of it's area is covered by ice throughout the year.

Report Error

View Answer Report Error Discuss

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

15 3428