Conversation

Share:

Unit 1 
Number SystemsBinary Arithmetic,Fixed-point and Floating point representation of numbers,BCD Codes, Error detecting and correcting codes, Character Representation – ASCII, EBCDIC, Unicode

Convert Decimal Number to Binary


STEP 1:
BREAK APART THE INTEGER AND FRACTIONAL PORTION OF NUMBER SEPERATELY
STEP 2: 
FOR INTEGER PORTION:
• DIVIDE THE NUMBER BY 2 AND FIND REMAINDER IN EACH STEP TILL THE QUOTIENT IS REDUCED TO ZERO.
• THE ENTIRE SEQUENCE OF REMAINDER IS TAKEN IN REVERSE ORDER WHICH REPRESENTS THE 
EQUIVALENT BINARY NUMBER
STEP 3: 
FOR FRACTIONAL PORTION:
• MULITPLY THE FRACTIONAL PART BY 2 TILL THE NEW FRACTION GENERATED AT EACH STEP IS REDUCED TO 
ZERO
• THE INTEGER PART AFTER EACH MULTIPLICATION IS NOTED DOWN IN ORDER
STEP 4: 
THESE INTEGER PARTS ARE PREFIXED WITH A PERIOD (.) AND CLUBBED WITH INTEGER BINARY NUMBER
IMPORTANT LINKS HARE
Convert DECIMAL Number to BINARY
Learn More →
Convert DECIMAL Number to OCTAL
Learn More →
Convert DECIMAL Number to HEXA DECIMAL
Learn More →

Convert BINARY Number to DECIMAL
Learn More →

Conversion of BINARY number into OCTAL number
Learn More →

Conversion of OCTAL number into BINARY number
Learn More →

Conversion of BINARY number into HEXADECIMAL number
Learn More →

Conversion of HEXADECIMAL number into BINARY number
Learn More →

Convert OCTAL Number to HEXA DECIMAL
Learn More →

Types of Number Systems | Conversion |
LINKS
Number Systems | Binary Arithmetic | Fixed-point and Floating point representation of numbers |  BCD Codes | Error detecting and correcting codes | Character Representation – ASCII, EBCDIC, Unicode
ALL LINKS HARE
UNIT 1 ALL LINKS HARE Click me
UNIT 2 ALL LINKS HARE Click me
UNIT 3 ALL LINKS HARE Click me
UNIT 4 ALL LINKS HARE Click me
UNIT 5 ALL LINKS HARE Click me
UNIT 6 ALL LINKS HARE Click me
UNIT 7 ALL LINKS HARE Click me
UNIT 8 ALL LINKS HARE Click me

2 comments: