Computer Basics Binary Bits & Bytes

Slides:



Advertisements
Similar presentations
Vocabulary Electronic pulses Transistors Decimal numbers
Advertisements

Base 10 Denary Decimal
1 Chapter 2 The Digital World. 2 Digital Data Representation.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Processing Data.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
assumes basic arithmetic
Number Systems & Logic Gates Day 1
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Bits and Bytes in a computers memory Inside the computer are millions of electronic switches. These are grouped together in bundles of 8. A switch can.
Computer Terms. Computer A machine designed to run programs and store information that you create.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Data Representation A series of eight bits is called a byte. A byte can be used to represent a number or a character. As you’ll see in the following table,
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
Technology: The Digital Information Age 1. The Digital Paradigm Convergence Solid State Electronics Human-Machine Interface Paul E. Ceruzzi.
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
COMPUTER MAINTENANCE REPAIR & TROUBLESHOOTING Powered by DeSiaMore1.
Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
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.
Introduction to Computers Rabie A. Ramadan, PhD. 2 About my self Rabie A. Ramadan My website and publications
CSCI-100 Introduction to Computing Hardware Part I.
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
COMPUTER MEMORY & DATA STORAGE. ROM ROM is short for Read Only Memory. –I–It is permanent, long-term memory which cannot be erased or changed in any way;
Computers - The Journey Inside continues…
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
Introduction to Computers Rabie A. Ramadan, PhD. 2 Class Information Website ses/2011/summer/intro/
How We Measure Memory. At the Bottom of things A piece of digital information is always stored as a sequence of binary states. What’s that mean you ask???
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
2.1.4 Data Representation Units.
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
Computer Basics.
Computer Basics Just How Does a Computer Work?
Computer Basics Just How Does a Computer Work?. A computer is made up of many parts.
Understanding Computers
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Bits & Bytes Why computers use binary. Analog Signals Analog signals : constantly changing values – Difficult to make precise.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Understanding binary Understanding Computers.
© 2003, Cisco Systems, Inc. All rights reserved.
Memory Parts of a computer
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.
Representation of data in computer systems
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
How do computers work? Storage.
How a Computer Works.
Bits, Bytes, and Storage.
Bits and Bytes Key Revision Points.
Why computers use binary
Chapter Four Data Representation in Computers By Bezawit E.
Storage.
Binary System.
Information Technology Department
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Basic Computer Organization
Technology 3 Bits & Bytes.
Presentation transcript:

Computer Basics Binary Bits & Bytes Answer Key

1. All the information that travels through your computer is based on two commands, which are on and off. The millions of combinations of those two commands given in series are what makes a computer work. 2. The power supply inside your computer sends electricity to all the components inside the computer to create an “on” signal. The memory chips inside the computer are divided into thousands of tiny compartments called bits. Each bit has an electronic switch or gate. On means the gate is open, which is read as the number 1. The computer reads off bits as 0. 3. Eight bits are grouped together to form a byte. The binary code depends on how the 1’s and 0’s within a byte are grouped.

4. Label the diagram to show how a computer converts data into binary code. 5. What does each abbreviation mean? KB = kilobyte = about 1,000 bytes MB = megabyte = about 1,000,000 bytes GB = gigabyte = about 1,000,000,000 bytes 6. The number that comes before the abbreviations represent a computer’s memory capacity, or how many bytes of memory it has. A 15 GB hard drive has 15,000,000,000 bytes for storing memory. Keyboard Binary Code Monitor CPU

Remember … One byte = 8 bits Challenge: Each rectangle below represents one byte made up of 8 bits. Label the byte using a 1 for each white “on” bit and a 0 for each black “off” bit. Remember … One byte = 8 bits

The End!