Questions

Q:

Which memory management technique involves dividing the memory into fixed sized blocks ?

A) Paging B) Scaling
C) Whiping D) Tracking
 
Answer & Explanation Answer: A) Paging

Explanation:

Paging is a memory management technique in which process address space is broken into blocks of the same size called pages.

Report Error

View Answer Report Error Discuss

Filed Under: Operating Systems
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk

2 4844
Q:

Why address bus in unidirectional and data bus is bidirectional?

Answer

Because there is no need address traansaction between processor and peripheral device but data bus is needed because data has to be read and write

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

3 4844
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 4842
Q:

Who has become the first Asian to be chosen for the prestigious "Von Hippel Award" ?

A) Charles Lieber B) Marvin Cohen
C) C.N.R Rao D) Stuart Parkin
 
Answer & Explanation Answer: C) C.N.R Rao

Explanation:

The Von Hippel Award, the Materials Research Society's highest honor, recognizes those qualities most prized by materials scientists and engineers—brilliance and originality of intellect, combined with vision that transcends the boundaries of conventional scientific disciplines. The Von Hippel Award is named after Arthur von Hippel (1898-2003), who was a pioneer in the study of dielectrics, semiconductors, ferromagnetics and ferroelectrics.

Eminent Scientist and Bharat Ratna Prof C.N.R. Rao was awarded 2017 Von Hippel Award. He is first Indian and first Asian to win this honour. The award will be presented to Prof Rao for his interdisciplinary contributions to development of novel functional materials, including nanomaterials, graphene, superconductivity, 2D materials and colossal magnetoresistance at Boston in November 2017.

Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

11 4842
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 4840
Q:

The universal donor belongs to blood group

A) A B) B
C) AB D) O
 
Answer & Explanation Answer: D) O

Explanation:

The persons with 'O' blood group do not have antigens in the red corpuscles. So that blood will not cause agglutination of corpuscles if mixed with any type of blood. So group 'O' persons are called universal donors.

Report Error

View Answer Report Error Discuss

Filed Under: Biology

20 4840
Q:

After the ruin of India's trade, industries and handicrafts, the burden of taxation in india had to be mainly borne by

A) Zamindars B) Peasantry
C) Income-tax-payers D) All the above
 
Answer & Explanation Answer: B) Peasantry

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

4 4839
Q:

Which planet is known as "Bright Wandering Star"?

A) Saturn B) Jupiter
C) Earth D) Venus
 
Answer & Explanation Answer: B) Jupiter

Explanation:

The planet Jupiter is known as "Bright Wandering Star".

Report Error

View Answer Report Error Discuss

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

1 4839