Questions

Q:

Which of the following is the world's most poisonous snake called Hydrophis ?

A) Adder B) Boa
C) Cobra D) Sea Snake
 
Answer & Explanation Answer: D) Sea Snake

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank PO

20 4192
Q:

What would be the output of the following program?

main()

{

        char huge * near * far *ptr1;

        char near * far * huge *ptr2;

        char far * huge * near *ptr3;

         printf ("%d%d%d", sizeof (ptr1), sizeof (ptr2), sizeof (ptr3));

}

Answer

4  4  2

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 4192
Q:

What is fragmentation? Different types of fragmentation?

Answer

Fragmentation occurs in a dynamic memory allocation system when many of the free blocks are too small to satisfy any request. 


External Fragmentation: External Fragmentation happens when a dynamic memory allocation algorithm allocates some memory and a small piece is left over that cannot be effectively used. If too much external fragmentation occurs, the amount of usable memory is drastically reduced. Total memory space exists to satisfy a request, but it is not contiguous. 


Internal Fragmentation: Internal fragmentation is the space wasted inside of allocated memory blocks because of restriction on the allowed sizes of allocated blocks. Allocated memory may be slightly larger than requested memory; this size difference is memory internal to a partition, but not being used

Report Error

View answer Workspace Report Error Discuss

1 4192
Q:

A mixture of ethyl alcohol  and water can be seperated  by 

A) evaporation B) sublimation
C) using a seperating funnel D) fractional distillation
 
Answer & Explanation Answer: D) fractional distillation

Explanation:

Fractional distillation is the process of seperation of a mixture of two or more liquids into the different fractions, which differ fairly widely in their boiling points. The liquid with a lower boiling point will be vaporized first and hence would be the distillate (first fraction). Eg. Ethyl alcohol has a boiling point of 78.10C and water 1000C. When a mixture of these two liquids is heated, alcohol vaporizes first and is collected separately as the distillate. 

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

3 4192
Q:

Alone I am 24th, with a friend I am 20. Another friend and I am unclean. What am I?

Answer

The answer is 'X'.


1. It is the 24th letter in the alphabetical order.


2. XX (20 in Roman)


3. XXX is used to refer dirty.

Report Error

View answer Workspace Report Error Discuss

7 4191
Q:

The famous Eiffel Tower is in

A) France B) Italy
C) Paris D) Germany
 
Answer & Explanation Answer: C) Paris

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Places

9 4191
Q:

Who among the following is the creator of the Rock Garden in Chandigarh

A) Le Corbousier B) Pupul Jayakar
C) Nek Chand D) Kamaladevi Chattopadhyay
 
Answer & Explanation Answer: C) Nek Chand

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

1 4190
Q:

Give an example of one address microprocessor?

Answer

8085 is a one address microprocessor. In 8085 interrupts  are classified by software and hardware interrupts.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

3 4188