Vocabulary Electronic pulses Transistors Decimal numbers

Slides:



Advertisements
Similar presentations
Introduction to Computers Part II
Advertisements

Computer Basics Binary Bits & Bytes
Transforming Data into Information lesson 7 This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors.
1 Chapter 2 The Digital World. 2 Digital Data Representation.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Digital Data Representation
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
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.
1 Chapter Overview Computer Communication The Computer Bus Objectives  Understand how a computer transmits and receives information.  Explain the principles.
Unit 3—Part A Computer Memory
Number Systems & Logic Gates Day 1
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Communications technology Ali Kennedy.  Bit= from a shortening of the words “ bi nary digit”  The basic unit ofinformation for computers  1 or 0 are.
/4 Binary Code & CPUs Digital Signals
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Chapter 2 Computer Hardware
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.
Binary Code.
Hardware Data Storage.
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!
The Central Processing Unit: What Goes on Inside the Computer
COMPUTER MAINTENANCE REPAIR & TROUBLESHOOTING Powered by DeSiaMore1.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
 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.
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.
Computers - The Journey Inside continues…
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
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???
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.
ASCII AND EBCDIC CODES By : madam aisha.
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
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.
Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Understanding binary Understanding Computers.
Computer basics.
INFS 211: Introduction to Information Technology
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Computer Memory Digital Literacy.
Numerical Representation
Bits and bytes September 19, 2017.
Memory Parts of a computer
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.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
Lecture 3 ISE101: Computing Fundamentals
Unit 3—Part A Computer Memory
How do computers work? Storage.
Unit 3—Part A Computer Memory
Binary and Hexadecimal Numbers
Bits, Bytes, and Storage.
Numerical Representation
Storage.
Binary System.
Information Technology Department
Technology 3 Bits & Bytes.
Presentation transcript:

Vocabulary Electronic pulses Transistors Decimal numbers Binary numbers ASCII text code Unicode Bit Byte Kilobyte (KB) Megabyte (MB) Gigabyte (GB) Terabyte (TB)

Current Electricity: Regular current electricity: A continuous unbroken flow of electricity: “hummm…” Electric appliances use current electricity –including computers. But computers turn current electricity into electronic pulses.

Electronic Pulses: Electronic pulses: Separate pulses of electric charge: “Beep beep beep …” Each pulse represents one bit: a 0 or a 1. Eight pulses traveling through the transistors of a computer = 1 byte = 1 letter or other piece of data.

Transistors Microscopic electronic “on/off” switches, that make up the circuits inside a computer’s CPU, RAM, other hardware. When an electronic pulse passes through a transistor, it is set to “on” (1) or “off” (0). 8 switches = 8 bits = 1 byte. This is how computers code information.

Bits We use the decimal number system, with 10 digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. Computers use the binary number system, with just 2 digits: 0 and 1. A bit is a single binary digit (0 or 1).

Bytes A set of 8 bits grouped together = 1 byte. Each byte codes for 1 letter, or number, or other character, or 1 sound or color. Example: 01000011 = C 01000001 = A 01010100 = T 28 = 256 possible combinations of 0, 1

Multiples of Bytes Because each byte codes for just 1 letter (or number…), even a small document can be many thousands of bytes in file size. A digital photograph is millions of bytes large. Therefore, it is helpful to have units of large numbers of bytes: Kilobyte (KB), megabyte (MB), gigabyte (GB), and terabyte (TB).

Multiples of Bytes Abbrev. Name Approx. # of bytes KB Kilobyte 1,000 (thousand) MB Megabyte 1,000,000 (million) GB Gigabyte 1,000,000,000 (billion) TB Terabyte 1,000,000,000,000 (trillion)

Text Codes Computers use specific codes for what information each byte represents. ASCII (pronounced “as-key”) = The standard code of 8-bit bytes (as in the C A T example). Unicode = a worldwide code, used on the Internet and elsewhere. By using 2 bytes (16 bits), Unicode has over 65,500 different characters and symbols!