Number Systems – Binary

What is Binary? #

  • Binary is a way of counting or representing numbers using only two symbols: 0 and 1. It is also known as a “base-2” system.
  • Unlike the decimal system (decimal system is the one we use day to day), which uses ten symbols (0 to 9), binary uses only two symbols. Think of it like a special language for numbers where you only have two characters: 0 and 1.

Why Do Computers Use Binary?

  • Computers use binary because they operate using electrical signals, which can either be on or off. This is similar to a light switch that can be either up (on) or down (off).
  • In binary, the symbol 1 represents the “on” state (current is flowing), and the symbol 0 represents the “off” state (no current is flowing).
  • Each binary digit is called a bit. Multiple bits are used together to store and process more complex data.

How Binary Works:

  • Binary numbers are written using just 0s and 1s. Each place in a binary number represents a power of 2, similar to how each place in a decimal number represents a power of 10.

You can create your own binary table like the one below. This will help you to easily read and write binary numbers

Example Binary Numbers

BINARYDECIMAL VALUE
00011
00102
00113
01004
01015
01106
01117
10008
10019
101010

END OF TOPIC TESTS #

Can you convert these binary numbers to decimal

BINARY NUMBERDECIMAL (answer)
10011038
1101000104
101010084
11010052
101110010370
1100100100
10101042

Can you convert these decimal numbers to binary

DECIMALBINARY (answer)
661000010
39100111
921011100
1041101000
2711011
14210001110
20411001100

Powered by BetterDocs

Leave a Reply

Your email address will not be published. Required fields are marked *

*