Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: computer number conversion
Description: number conversion is all about how a computer work with data converting from binary, hexadecimal, and decimal number system

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


COMPUTER - NUMBER CONVERSION
http://www
...
com/computer_fundamentals/computer_number_conversion
...
com

There are many methods or techniques which can be used to convert numbers from one base to
another
...

Step 2 - Get the remainder from Step 1 as the rightmost digit leastsignificantdigit of new base
number
...

Step 4 - Record the remainder from Step 3 as the next digit totheleft of the new base number
...

The last remainder thus obtained will be the most significant digit MSD of the new base number
...

Decimal Number : 2910 = Binary Number : 111012
...

Step 2 - Multiply the obtained column values inStep1 by the digits in the corresponding
columns
...
The total is the equivalent value in decimal
...

Step 2 - Convert the decimal number so obtained to the new base number
...

Step 2 - Convert each group of three binary digits to one octal digit
...

Step 2 - Combine all the resulting binary groups of3digitseach into a single binary number
...

Step 2 - Convert each group of four binary digits to one hexadecimal symbol
...

Step 2 - Combine all the resulting binary groups of4digitseach into a single binary number
...
js


Title: computer number conversion
Description: number conversion is all about how a computer work with data converting from binary, hexadecimal, and decimal number system