lesson 3 Transforming Data into Information

Similar documents
Homeschool Enrichment. The System Unit: Processing & Memory

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science

An Overview of the Computer System. Kafui A. Prebbie 24

Computers Are Your Future

Unit - II. Computer Concepts and C Programming 06CCP13. Unit II

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11

Downloaded from various sources on the NET

7/28/ Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc.

Chapter 9: A Closer Look at System Hardware

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

Chapter 9: A Closer Look at System Hardware 4

About the Presentations

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review

Chapter 6A. Describing Storage Devices. Describing Storage Devices. Types of Storage Devices. Store data when computer is off Two processes

Chapter 6 Part 1 Understanding Hardware

Memory Study Material

Chapter Two. Hardware Basics: Inside the Box

Introduction To Computer Hardware. Hafijur Rahman

How Computer Represents Data?

INTRODUCTION TO COMPUTERS

Technology In Action, Complete, 14e (Evans et al.) Chapter 6 Understanding and Assessing Hardware: Evaluating Your System

STORAGE. Memory Versus Storage

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

Discovering Computers 2008

INFS 214: Introduction to Computing

Chapter 2: A Closer Look at Hardware and Software

TODAY AND TOMORROW. Storage CHAPTER

Chapter 2 Computer Hardware

Computer Organization

Chapter 2: Computers: The Machines Behind Computing.

Topic 4: Storage Devices

Chapter I The System Unit

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University

System Unit Components Chapter2

Chapter 4 The Components of the System Unit

Technology in Action

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER

Storage. How does volatility compare? What is a storage device and a storage medium? Today s standard disk is 3.5 wide

The Central Processing Unit

General Items: Reading Materials: Miscellaneous: Lecture 9 / Chapter 7 COSC1300/ITSC 1401/BCIS /19/2004 ? H ? T

Microprocessors I MICROCOMPUTERS AND MICROPROCESSORS

What is the typical configuration of a computer sold today? 1-1

Chapter 2. Working with Disks and Other Removable Media

Intentionally Blank 0

Arithmetic/logic Unit (ALU)

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Unit 5: Memory Organizations

16/06/56. Secondary Storage. Secondary Storage. Secondary Storage The McGraw-Hill Companies, Inc. All rights reserved.

User. Application program. Interfaces. Operating system. Hardware

A+ Certification Guide. Chapter 12 Storage Devices

UNIT:4 MEMORY ORGANIZATION

CMSC 1513 Lecture 1.2

Chapter 4 The Components of the System Unit

Agenda Computer Hardware Input Devices Output Devices Secondary Storage Computer Software System Software Application Software Working with Windows

Chapter 2. Prepared By: Humeyra Saracoglu

UNIT 2 Data Center Environment

Introduction to the Personal Computer

Computer Technology Flash Card 2

Holds data, instructions, and information for future use Storage medium is physical material used for storage

Storage. Chapter3 ITBIS105

Lab Determining Data Storage Capacity

Contents: Computer definition Computer literacy Computer components Computer categories Computer usage. Tablet PC

Computers Are Your Future

Computers Are Your Future Prentice-Hall, Inc.

VFAT. Win 95 and Win 98 2 GB Maximum Partition 32 K 2 GB. Long File Names

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

Computer Architecture

HARDWARE AND OPERATING SYSTEMS

Mother Board And Its Components By :- IMRAN QURESHI

Components of a Computer System

Introduction. Computer System Organization. Languages, Levels, Virtual Machines. A multilevel machine. Sarjana Magister Program

Semiconductor Memory Types Microprocessor Design & Organisation HCA2102

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

Q1. Describe C.P.U and its subunits with the help of diagram?

Today we will learn about:

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

Show how to connect three Full Adders to implement a 3-bit ripple-carry adder

COMPUTER BASICS Processing/Storage

Parts of Computer hardware Software

Hard Drive Technologies

INTRODUCTION TO Data Storage

SAE5C Computer Organization and Architecture. Unit : I - V

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis.

Electricity: Voltage. Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal.

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan

System Unit Components. Chapter2

Computers Are Your Future

MGT Fall 2009 Exam #1

Data rate - The data rate is the number of bytes per second that the drive can deliver to the CPU.

Notes - Computer Hardware Basics

FACTFILE: GCE DIGITAL TECHNOLOGY

Introduction To Computer Hardware

Sahalsoftware college. Welcome To understanding Basic Computer Concept

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

Components of a personal computer

Introduction to computers

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 8 Hard Drives

Chapter One. Introduction to Computer System

Grade 5 lesson 2 Computer storage and computer care and you

Transcription:

essential concepts lesson 3 Transforming Data into Information

This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors Affecting Processing Speed Extending the Processor's Power to Other Devices CPUs Used in Personal Computers Magnetic Storage Devices Optical Storage Devices

How Computers Represent Data Binary Numbers Bits and Bytes Text Codes

How Computers Represent Data Binary Numbers Computer processing is performed by transistors, switches that can be on and off. All computer data is converted to a series of binary numbers 1 and 0. You see a word as letters; the computer sees it as a series of 1s and 0s. If a transistor is assigned a value of 1, it is on. If its value is 0, it is off.

Ten different symbols in the decimal system Numbers above 9 use more than 1 digit

How Computers Represent Data - Bits and Bytes A single unit of data--called a bit--is the value assigned to one transistor (1 or 0). A bit is the smallest unit of data a computer can use. Eight bits make up one byte. A byte can store one alphanumeric character. With one byte, the computer can represent one of 256 different symbols or characters.

1 01 01 1 01 01 1 0 1

How Computers Represent Data - Text Codes A text code is a system that uses binary numbers to represent characters understood by humans. The primary text code systems are: EBCDIC -- an early text code, used mainly in older mainframe systems. ASCII -- assigns each character 1 byte of data, used in nearly all PCs. Unicode -- assigns each character 2 bytes of data, capable of including all the characters of all the languages in the world.

How Computers Process Data Where Processing Occurs The CPU Memory

How Computers Process Data - Where Processing Occurs Processing takes place in the central processing unit (CPU). The computer s memory plays a crucial role in processing data. The CPU and memory are attached to the motherboard, which connects all the computer s devices together.

How Computers Process Data The CPU The CPU includes a control unit and an arithmetic logic unit (ALU). The control unit directs the flow of data through the CPU, and to and from other devices. The control unit stores microcode, instructions for all the tasks the CPU can perform. The actual manipulation of data takes place in the ALU. The ALU can perform arithmetic and logic operations. The ALU is connected to small memory areas -- called registers -- that hold data and instructions while they are processed.

How Computers Process Data Memory Random-access memory (RAM) is volatile (temporary). Programs and data can be written to and erased from RAM as needed. Read-only memory (ROM) is nonvolatile (permanent). It holds instructions that run the computer when it is first turned on. The CPU accesses each location in memory by using a unique number, called a memory address.

Factors Affecting Processing Speed The size of the CPU s registers (word size) determines how much data the computer can process at one time. The more RAM a PC has, the more program instructions and data can be held in memory. The system clock sets the pace for the CPU. Speed is measured in Hertz (Hz), or cycles per second. A bus is a path between the components of a computer, on which data and instructions travel. The wider the bus, the more data it can carry. Cache memory is high-speed memory that holds the most recent data and instructions that have been loaded by the CPU.

More RAM = Better Performance!

Extending the Processor's Power to Other Devices External devices are connected to the system by ports on the back of the computer. PCs feature ports for devices such as a printers and mice. A serial port transmits one bit at a time; a parallel port transmits one byte at a time. If the PC does not have a port for an external device, you can install an expansion board into one of the PC s empty expansion slots.

Common Ports

CPUs Used in Personal Computers CPU Manufactures RISC and Parallel Processing

CPUs Used in Personal Computers CPU Manufacturers Intel Corp. is the world s largest maker of microprocessors. Intel s 80x86 processor family includes the 80286, 80386, 80486, and Pentium models. Advanced Micro Devices (AMD) has challenged Intel in the IBM-compatible market. AMD processors include the K6 and Athlon lines. Cyrix is best known as a maker of low-cost chips for budget PCs. Motorola makes processors for Macintosh and PowerPC computers. Motorola processors include the 680x0, PowerPC, G3, and G4.

CPUs Used in Personal Computers - RISC Processors Nearly all PC processors are called complex instruction set computing (CISC) processors because they contain large instruction sets. Reduced instruction set computing (RISC) chips run faster than CISC chips because they use a smaller instruction set. RISC chips are used in mainframe systems, minicomputers, and workstations. Multiple processors can be used in a single system, sharing processing tasks. This type of system is called a parallel processing system.

Magnetic Storage Devices How Magnetic Storage Works Formatting Disk Areas Diskettes Hard Disks

Magnetic Storage Devices - How Magnetic Storage Works A magnetic disk's medium contains iron particles, which can be polarized given a magnetic charge in one of two directions. Each particle's direction represents a 1 (on) or 0 (off), representing each bit of data that the CPU can recognize. A disk drive uses read/write heads containing electromagnets to create magnetic charges on the disk.

Write head Medium Random particles (no data stored) Current flow (write operation) Organized particles (represent data)

Magnetic Storage Devices - Formatting Before a magnetic disk can be used, it must be formatted a process that maps the disk's surface and determines how data will be stored. During formatting, the drive creates circular tracks around the disk's surface, then divides each track into sectors. The OS organizes sectors into groups, called clusters, then tracks each file's location according to the clusters it occupies.

Formatted Disk

Magnetic Storage Devices - Disk Areas When a disk is formatted, the OS creates four areas on its surface: Master boot record an area of the disk containing a small program that runs when you first start (boot) the computer File allocation table (FAT) a log that records each file's location and each sector's status Root folder enables the user to store data on the disk in a logical way Data area the portion of the disk that actually holds data

Magnetic Storage Devices - Diskettes Diskette drives, also known as floppy disk drives, read and write to diskettes (called floppy disks or floppies). Diskettes are used to transfer files between computers, as a means for distributing software, and as a backup medium. Diskettes come in two sizes: 5.25-inch and 3.5-inch.

3.5 inch floppy and drive

Magnetic Storage Devices - Hard Disks Hard disks use multiple platters, stacked on a spindle. Each platter has two read/write heads, one for each side. Hard disks use higher-quality media and a faster rotational speed than diskettes. As a result, a hard disk can store many times more data than a floppy disk.

Read/write heads

Optical Storage Devices How Optical Storage Works CD-ROM DVD-ROM Other Optical Storage Devices

Optical Storage Devices How Optical Storage Works An optical disk is a high-capacity storage medium. An optical drive uses reflected light to read data. To store data, the disk's metal surface is covered with tiny dents (pits) and flat spots (lands), which cause light to be reflected differently. When an optical drive shines light into a pit, the light cannot be reflected back. This represents a bit value of 0 (off). A land reflects light back to its source, representing a bit value of 1 (on).

1 0

Optical Storage Devices CD-ROM In PCs, the most commonly used optical storage technology is called Compact Disk Read-Only Memory (CD-ROM). A standard CD-ROM disk can store up to 650 MB of data, or about 70 minutes of audio.

Optical Storage Devices - DVD-ROM A variation of CD-ROM is called Digital Video Disk Read-Only Memory (DVD-ROM), and is being used in place of CD-ROM in many newer PCs. Standard DVD disks store up to 9.4 GB of data enough to store an entire movie. Dual-layer DVD disks can store up to 17 GB. DVD disks can store so much data because both sides of the disk are used, along with sophisticated data compression technologies.

Optical Storage Devices - Other Optical Storage Devices A CD-Recordable (CD-R) drive lets you record your own CDs, but data cannot be overwritten once it is recorded to the disk. A CD-Rewritable (CD-RW) drive lets you record a CD, then write new data over the already recorded data. PhotoCD technology is used to store digital photographs.

les s o n 3 review Essential concepts Explain why computers use the binary number system. List the two main parts of the CPU and explain their function. List three hardware factors that affect processing speed. List four common types of storage devices. Explain how data is stored on the surface of magnetic and optical disks.