BITS & BYTES.

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Processing Data.
Chapter 1 Data Storage. 2 Chapter 1: Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Unit 3—Part A Computer Memory
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
Bits and Bytes.
5th Meeting “BITS AND BYTES” BIT A bit or binary digit is the basic unit of information in computing and telecommunications. It is the amount of information.
Tom Allen Computer Science Department Trinity University.
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.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Computer Terms. Computer A machine designed to run programs and store information that you create.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Computer Terminology Chapter 2 CIT History of Computers First known device used to compute was the Abacus 3000 BC 1617 John Napier created a crude.
Chapter 2 Computer Hardware
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
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,
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 do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
Intro to Computers Computer Apps 1.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
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.
CSCI-100 Introduction to Computing Hardware Part I.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
M204 - Data Representation
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Computer Basics Just How Does a Computer Work?
Computer Basics Just How Does a Computer Work?. A computer is made up of many parts.
Millions of electronic pulses move through your computer every second. Computers are capable of processing thousands of functions in the time it takes.
Understanding Computers
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Binary Representation in Text
Binary Representation in Text
Binary and Hard Disk PEOPLE Program
Basic Computer Fundamentals
Understanding binary Understanding Computers.
3 – Boolean Logic and Logic Gates 4 – Binary Numbers
INFS 211: Introduction to Information Technology
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
The Central Processing Unit
Chapter 2 – Computer hardware
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
Unit 3—Part A Computer Memory
Introduction to Computing Lecture # 1
Chapter 1 Data Storage.
Unit 3—Part A Computer Memory
Bits, Bytes, and Storage.
BITS & BYTES.
Computer Hardware.
Information Technology Department
Option: Data Representation
LO1 – Understand Computer Hardware
Basic Computer Organization
Technology 3 Bits & Bytes.
Option: Data Representation
Presentation transcript:

BITS & BYTES

Did You Know? Millions of electronic pulses move through your computer every second. Computers are capable of processing thousands of functions in the time it takes you to blink your eye.

Computers... Process data into information Accept data (Input) Produce (Output) and stores (storage) results Process data into information Data that is organized, meaningful, and useful Accept data (Input) Raw facts, figures, and symbols Computers process and store data using the binary number system

Computers have their own code, or language Computers have their own code, or language and can process only two numbers: 1 and 0 All information used by a computer must first be changed into this code so the computer can “understand” it. The code is then used to send short bursts of electricity through the computer. The computer then processes the information.

Binary code is the language of computers All data a computer processes is turned into a string of 1s and 0s The binary number system uses only two binary digits – 1 and 0 Computers process and store data using the binary number system

ON OFF and Data entered into a computer turns into electronic pulses Transistors inside your computer act as on/off switches to create the language you computed and processes the data into information Each electronic pulse equals either “on” or “off” Computers use these two choices to process all the data we give them

BITS 1 = ON 0 = OFF C O O L Each binary digit, 0 or 1, is a BIT A BIT the smallest unit of data a computer can process 1 = a short burst of electricity ON 0 = means no electricity OFF All letters, numbers, and symbols we use are represented by eight bits The word “cool” in binary numbers 01000011 01001111 01001111 01001100 1 = ON 0 = OFF C O O L

BYTES 8 bits = BYTE BYTE = 8 bits A BYTE is the amount of information your computer needs to produce one character (letter, number, or symbol) Inside the computer, electronic pulses move through the circuit board to the computer chips When an electronic pulse reaches a chip, it turns each switch ON or OFF in an exact order Each letter, number, punctuation mark, and character on the keyboard has its own pattern of 1s and 0s 8 bits = BYTE

Bits and Bytes What does it all mean? "This computer has a 32-bit Pentium processor with 64 megabytes of RAM and 2.1 gigabytes of hard disk space." What does it all mean? Bytes are used to measure the amount of information a device can store. Both RAM and hard disk capacities are measured in bytes. The size of saved computer files are also measured in bytes. A five-page research paper may use 40,000 bytes A movie on a DVD holds around 5 million bytes

ASCII Code You have learned that computers work in binary and that information inside of computers is coded using 0s and 1s. In the early years of computers, different types of computers used the binary system in different ways. The code for the letters in the word DOG were different in different brands of computers. Eventually, a set of standards was developed. The computer manufacturers agreed to use one code called the ASCII code. ASCII stands for American Standard Code for Information Interchange. The ASCII code is an 8-bit code. Thus, it used eight bits to represents a letter. Eight bits are called a byte. Each letter (upper and lower case), number and symbol is represented by an 8-bit ASCII code.

ASCII Code

Terminology binary code – computer code using binary number system in which numbers and letters are translated into signals that a computer reads as sequences of ones and zeros. data – information such as numbers, text, images, and sounds, in a form that is suitable for storage in or processing by a computer.

bit – one binary number (0 or 1) Terminology bit – one binary number (0 or 1) *usually travel around the computer in groups of eight byte- eight bits kilobyte- 1,024 bytes megabyte – 1,024 kilobytes gigabyte- 1,024 megabytes 00111001

Interactive version of computing device celebrates 100th anniversary of birth of Enigma code breaker June 23, 2012 would have been the 100th birthday of Alan Turing, an exceptionally gifted mathematician, computer scientist and code breaker. His Turing machine, developed in 1936, was the basis for so much in computing. A Turing machine is a device that manipulates symbols on a strip of tape according to a table of rules. Turing, often referred to as the father of computing and artificial intelligence, is best known for his contribution to cracking the German Enigma secret codes during WWII, allowing the Allies to track German military and naval units and destroy them. Before the war started, Turing had already made an impact on the theory that would pave the way for the construction of the first computers. A functioning Turing machine, a representation of the computing device, is the Google Doodle created to commemorate Alan Turing’s birthday. It contains a series of 1s and 0s and arrows pointing to left and right. The ultimate goal is to use the arrows to spell out the word Google in binary.

THE END