0% found this document useful (0 votes)
53 views1 page

Com Prog

This document provides information on binary, decimal, octal, and hexadecimal number systems and how to perform addition, subtraction, multiplication, and division in each system. It also explains how to convert between the different number systems. Safety precautions for working with micro-computers are listed at the end.

Uploaded by

jessica caraig
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views1 page

Com Prog

This document provides information on binary, decimal, octal, and hexadecimal number systems and how to perform addition, subtraction, multiplication, and division in each system. It also explains how to convert between the different number systems. Safety precautions for working with micro-computers are listed at the end.

Uploaded by

jessica caraig
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Addition Subtraction Multiplication Division 1 00I 1 1

0,0 0 0 0 0 N₂- Binary 2 0I0 2 2


1,1 0, carry 1 0 1 1 N₁₀- Decimal
4 0II 3 3
N₈- Octal
0,1 1 1,borrow 1 0 0 8 I00 4 4
N₁₆- Hexadecimal
1,0 1 1 0 0 16 I0I 5 5
32 II0 6 6
N₂-N₁₀ add the value (8, 4, 2, 1, 0) Octal Addition 64 III 7 7
N₂-N₈ II0│00I│0I0 if a N >8, minus 8 then carry (How many 8 subtracted) 128 I000 8 8
N₈-N₂ (3 Bits) if a N<8, no carry 256 I00I 9 9
N₈-N₁₀ ( ₁₀*8₁₀²)+( ₁₀*8₁₀¹)+( ₁₀*8₁₀⁰) Hexadecimal Addition 512 I0I0 A 10
N₁₀-N₈ ᶰ/₈ if a N >16, minus 16 then carry (How many 16 subtracted) 1,024 I0II B 11
N₁₀- N₂ ᶰ/₂ if a N<16, no carry 2,048 II00 C 12
4,096 II0I D 13
N₂-N₁₆ II00│0I0I│0I00│1011 Covert with decimal point
8,192 III0 E 14
N₁₆-N₂ (4 Bits) set 1 set 2 1,6384 IIII F 15
N₁₆-N₁₀ ( ₁₀*16₁₀²)+( ₁₀*16₁₀¹)+( ₁₀*16₁₀⁰) N₁₀-N₈ ᶰ/₈ .n*8
N₁₀- N₁₆ ᶰ/₁₆ N₁₀- N₂ ᶰ/₂ .n*2
N₈-N₁₆ Step 1-Convert to binary. N₁₀- N₁₆ ᶰ/₁₆ .n*16
Step 2 - N₂-N₁₆ N₈-N₁₀ (₁₀*8₁₀¹)+( ₁₀*8₁₀⁰)+( ₁₀*8₁₀̄¹)+( ₁₀*8₁₀̄²)
N₁₆- N₈ Step 1 – convert to binary N₁₆-N₁₀ (₁₀*16₁₀¹)+( ₁₀*16₁₀⁰)+(₁₀*16₁₀̄¹)+( ₁₀*16₁₀̄²)
Step 2 - N₂-N₈

Micro-computer - a small computer that contains a microprocessor as its central processor.

4 safety precautions.
1. Work in a proper frame of mind.
2. Work in the proper environment.
3. Work in proper attire.
4. Avoid electric shock hazard.

You might also like