Sunday 19 August 2012

What are Bootstrap Programs?

Bootstrap programs are programs that initializes the operating system of the system.They are stored in ROM and loaded during the booting of the system.

Friday 17 August 2012

Ranges of Data types in Language C



          Integers contain 32 bits (four bytes). Signed integers are represented in two's-complement form. The most-significant bit holds the sign: 1 for negative, 0 for positive and zero. The ranges of these  are listed below:


 TYPE                                                                        RANGE

unsigned short                                                                                 0 to 65535
Signed Short                                                                                    -32768 to 32767
Unsigned Long                                                                                 0 to 4294967295
Signed long                                                                                     -2147483648 to 2147483647

What are Recurring Numbers?

Recurring Numbers are those decimal in which the decimal places number repeated.For example 1/3 can be written as 0.3333... and so on.
These types of number are known as the recurring number.

Thursday 16 August 2012

WHAT IS THE DIFFERENCE BETWEEN OS 32 BIT AND OS 64 BIT?

There are many differences between the OS 32 Bit and OS 64 bit but one of the major difference is that Windows 32 bit can only address 4 GIG of memory RAM, where as the 64 bit can handle more RAM and used it better as well. If your PC has 4 GIG Ram for instance, its better to move over to 64 bit. 
      Simply you can access large amount of random access memory using 64 bit operating system than a 32 bit operating system . . .

Microsoft Silverlight

Microsoft Silverlight is an application framework for writing and running rich Internet applications, with features and purposes similar to those of Adobe FlasH