A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

Vocabulary Electronic pulses Transistors Decimal numbers
Base 10 Denary Decimal
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Representing Data, Pictures, Time, and Size in Computer
How Computers Represent Numbers Friday, Week 5. Binary Code A series of 1’s and 0’s Place value is in powers of 2.
Processing Data.
1 Chapter Overview Computer Communication The Computer Bus Objectives  Understand how a computer transmits and receives information.  Explain the principles.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Number Systems & Logic Gates Day 1
CODING SYSTEMS CODING SYSTEMS CODING SYSTEMS. CHARACTERS CHARACTERS digits: 0 – 9 (numeric characters) letters: alphabetic characters punctuation marks:
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Section 4.3 Other Bases.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Bits and Bytes.
Memory Terminology & Data Representation CSCI 1060 Fall 2006.
Numbers and Number Systems
Standard Grade Computing LOW LEVEL MACHINE CHAPTER 21.
Chapter 2 Computer Hardware
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
Binary Code.
Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store.
What is a computer? A computer is a device that:
COMPUTER MAINTENANCE REPAIR & TROUBLESHOOTING Powered by DeSiaMore1.
Numerical Representation Intro to Computer Science CS1510, Section 2 Dr. Sarah Diesburg 1.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
Working with 8-bit bytes and hexadecimal
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Agenda Character representation Numerical Conversions ASCII EBCDIC
Exploring Computer Science – Lesson 2-5. Click to add text.
M204 - Data Representation
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
ASCII AND EBCDIC CODES By : madam aisha.
BINARY Toby Wilson. LEARNING OBJECTIVES  Be able to convert binary to denary  Be able to convert denary into binary  Be able to explain how computers.
Computer Studies Today Chapter 19 1 Chapter 19. Computer Studies Today Chapter 19 2 »Information stored in a computer is in two states: –ON –OFF.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Numerical Representation Intro to Computer Science CS1510 Dr. Sarah Diesburg 1.
Binary Representation in Text
Binary Representation in Text
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Understanding binary Understanding Computers.
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Chapter 3 - Binary Numbering System
Binary Numbers and ASCII and EDCDIC
INFS 211: Introduction to Information Technology
Exploring Computer Science – Lesson 2-5
Unit 18: Computational Thinking
Numerical Representation
Information Support and Services
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
RFID - EN Encoding information Encoding information J.-D. Chatelain.
इंट्रस्टिंग बनने के लिए आपको इंट्रस्टेड होना पड़ेगा।
Numerical Representation
Computers & Programming Languages
Binary Data representation
How Computers Store Data
Numerical Representation
Chapter Four Data Representation in Computers By Bezawit E.
Learning Intention I will learn how computers store text.
Information Technology Department
Technology 3 Bits & Bytes.
WJEC GCSE Computer Science
Lecture 36 – Unit 6 – Under the Hood Binary Encoding – Part 2
ASCII and Unicode.
Numerical Representation
Presentation transcript:

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