A+ Computer Repair Lesson 3: Number System
Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal, and hexadecimal numbering systems. Explain how binary code is used with computers. Explain how binary code is used with computers. Convert binary numbers into decimal numbers. Convert binary numbers into decimal numbers.
What is binary to computers?
The binary number system is a simple, yet effective method of representing data to computers. Using a numeric code, the binary number system enables computers to understand and interpret all data as simple number combinations. The binary number system is a simple, yet effective method of representing data to computers. Using a numeric code, the binary number system enables computers to understand and interpret all data as simple number combinations.
Binary: The binary number system is a base 2 number system, meaning that it relies on only two numbers. The binary number system is a base 2 number system, meaning that it relies on only two numbers.
How does a computer see Data?
In an electronic circuit there are only two possible states: either the circuit can be turned on, or it can be turned off. So, binary numbers - either a 1 or a 0 - work perfectly. In an electronic circuit there are only two possible states: either the circuit can be turned on, or it can be turned off. So, binary numbers - either a 1 or a 0 - work perfectly.
How does a computer know the alphabet from A - Z
ASCII code was created to match patterns of 1s and 0s with characters so that computers can "understand" and record the various characters that users input with a keyboard. ASCII code was created to match patterns of 1s and 0s with characters so that computers can "understand" and record the various characters that users input with a keyboard.
ASCII CODE Acronym for the American Standard Code for Information Interchange. Pronounced ask-ee, ASCII is a code for representing English characters as numbers, with each letter assigned a number from 0 to 127 in binary form. Acronym for the American Standard Code for Information Interchange. Pronounced ask-ee, ASCII is a code for representing English characters as numbers, with each letter assigned a number from 0 to 127 in binary form.
Note: Every binary code "1" means electricity is on. Every binary code "0" means electricity is off. Sending sequences of 1s and 0s to a computer opens and closes computer circuits. Every binary code "1" means electricity is on. Every binary code "0" means electricity is off. Sending sequences of 1s and 0s to a computer opens and closes computer circuits. Translating from keystroke, to binary, to onscreen letter occurs in a nanosecond—one billionth of a second. Translating from keystroke, to binary, to onscreen letter occurs in a nanosecond—one billionth of a second.
Bits and Bytes Data entered into a computer is translated into binary number code and transported electronically to the CPU. A single digit of binary code, such as a 0 or 1, is called a bit. Eight bits strung together are called a byte. Data entered into a computer is translated into binary number code and transported electronically to the CPU. A single digit of binary code, such as a 0 or 1, is called a bit. Eight bits strung together are called a byte.
Number System Binary01 Binary01 Octal Octal Decimal Decimal Hex ABCDEF Hex ABCDEF
Lots of Bytes Eight Bits1 Byte Eight Bits1 Byte Kilobyte1,024 Bytes Kilobyte1,024 Bytes Megabyte1,048,576 bytes Megabyte1,048,576 bytes Gigabyte 1,073,741,824 Bytes Gigabyte 1,073,741,824 Bytes Terabyte 1,099,511,627,776 Bytes Terabyte 1,099,511,627,776 Bytes
Counting in Number Systems How many numbers can be presented using your fingers? How many numbers can be presented using your fingers?
Counting in Number Systems Your 10 fingers can now represent a value up to 1023 with each position representing a power of 2 Your 10 fingers can now represent a value up to 1023 with each position representing a power of 2
Decimal Values of Binary Digit Positions Binary positon Binary positon Power of 2 Value Power of 2 Value Decimal Value Decimal Value Answer = 1023
Homework Work sheet Students may start in class. Students may start in class. Student may access all homework and class work Student may access all homework and class work