Questions

Q:

Harsha was the last great royal parton of

A) Jainism B) Buddhism
C) Shaivism D) Bhagavatism
 
Answer & Explanation Answer: B) Buddhism

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

2 3420
Q:

Who is author of the book 'Preparing for the Twenty First Century '

A) V.S.Naipaul B) John Ruskin
C) Paul Kennedy D) Henry Kissinger
 
Answer & Explanation Answer: C) Paul Kennedy

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

1 3420
Q:

 A report generated by a reporting system is delivered to the appropriate users via a user-accessed Web site. This system uses which of the following report modes?

A) Push B) Pull
C) RFM D) OLAP
 
Answer & Explanation Answer: B) Pull

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 3419
Q:

The cover of a solar coker is made of glass because 

A) it absorbs sun's rays B) it reflects sun's rays
C) it retains the heat inside by the green house effect D) it rediates heat better than metals
 
Answer & Explanation Answer: C) it retains the heat inside by the green house effect

Explanation:

As the inside of the cooker is painted black, heat absorption is more producing heat waves of longer wavelength which cannot escape through glass and hence are trapped inside. Thus the food is cooked.

Report Error

View Answer Report Error Discuss

Filed Under: Physics

2 3419
Q:

What separates the components of a domain name?

A) apostrophes B) periods
C) spaces D) commas
 
Answer & Explanation Answer: B) periods

Explanation:
Report Error

View Answer Report Error Discuss

5 3418
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 3418
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 3418
Q:

Why is india called bharat?

Answer

The name Bharat is derived from the legendary king Bharat who was ancestor of kauravas and pandavas, son of King Dushyanta and Shakuntala.


The name India is derived from the river Sindhu which flows in the north west of the country. The Greeks used to call us Indoi meaning the people of the Indus.

Report Error

View answer Workspace Report Error Discuss

Subject: Indian History Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

14 3417