Questions

Q:

Small most nearly means

A) Muscular B) Slippery
C) Tiny D) Bacon
 
Answer & Explanation Answer: C) Tiny

Explanation:

Small means a little in size or quantity.

Here in the given options, Tiny means same as small.

 

Hence, Small most nearly means as Tiny.

Report Error

View Answer Report Error Discuss

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

5 3431
Q:

During Mughal period there was continuous emigration of the .........to places ruled by Hindu Rajas

A) Nobles B) Poor
C) Middle Class D) Foreign residents
 
Answer & Explanation Answer: B) Poor

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

0 3430
Q:

What is marketspace?

Answer

Marketspace refers to an information and communication based electronic exchange environment. It is a relatively new concept in marketing. Since physical boundaries no longer interfere with buy/sell decisions, the world has grown into several industry specific marketspaces which are integration of marketplaces through sophisticated computer and telecommunication technologies.

Report Error

View answer Workspace Report Error Discuss

0 3430
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 3428
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 3427
Q:

Which of the following is regarded by historians as a crucial stage in describing the progress of civilization?

A) Writing B) The discovery of fire
C) Agriculture D) The use of internet
 
Answer & Explanation Answer: C) Agriculture

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

3 3427
Q:

Dudh Sagar Waterfalls are located in ______ state ?

A) Goa B) Bihar
C) Uttar Pradesh D) None of the above
 
Answer & Explanation Answer: A) Goa

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Places
Exam Prep: Bank Exams
Job Role: Bank Clerk

4 3427
Q:

Who was the first englishman to sail around the world?

A) Magellan B) Sir Francis Drake
C) Juan Sebastian Elcano D) Henry Hudson
 
Answer & Explanation Answer: B) Sir Francis Drake

Explanation:

Sir Francis Drake was the first Englishman to sail around the world.

Report Error

View Answer Report Error Discuss

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

2 3427