Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.

Slides:



Advertisements
Similar presentations
Storage Devices.
Advertisements

Storing Data Chapter 4.
Computer Basics Whats that thingamagige?. Parts of a computer.
Lesson 3: Working with Storage Systems
Computer Performance & Storage Devices Computer Technology.
Adapted from CTAE Resource Network – Used with permission. PROFITT Curriculum Basic Computer.
What Is A Computer System?
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
Storage Devices and Media
TEE COURSE GRADE 10 MODULE 7 - PC HARDWARE Memory and Storage Devices
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Computer Fundamentals
Storage Devices Presented by: Saba Mudassar. Storage Devices Primary storage: is the storage provided by memory in a computer system e.g. ROM/RAM. Secondary.
Storage.
Computer Systems 1 Fundamentals of Computing
Comp 1001: IT & Architecture - Joe Carthy 1 Information Representation: Summary All Information is stored and transmitted in digital form in a computer.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Lecture 4: Secondary Storage. I. Secondary Storage (Hard Drives) Secondary Storage Secondary Storage: holds data and programs for future use by providing.
Data Storage What is storage? Storage refers to the media and methods used to keep information available for later use. Some things will be needed right.
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Hardware Data Storage.
Advanced Diploma 1 Backing Storage. Advanced Diploma 2 Aims Understand how data is stored Be able to use the binary system to represent ASCII characters.
Computer memory. Bits and bytes  Data can be stored and measured in bytes  One bytes can contains 8 bytes  A bits can only be 0 or 1  A series of.
WHAT IS COMPUTER STORAGE? Computer storage is the storing of data in an electromagnetic form to be accessed by a computer processor.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
Chidambaranathan C.M SRM University,Haryana. Memory:- As the word implies “memory” means the place where we have to store any thing, this is very essential.
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
CIM101 : Introduction to computer Lecture 3 Memory.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
Data Storage. 3 types of storage to remember ROM RAM Secondary or backing storage.
Memory and Storage Computer Technology K. Steere.
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
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.
M. Guymon Pleasant Grove High School Spring 2003 RAM vs. ROM RAM “Random Access Memory” The ability of a storage device to go directly to a specific storage.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Learning Outcomes At the end of this lesson, students should be able to: Define storage State the types and functions of storage – primary storage RAM.
STORAGE DEVICES Storage devices are categorized by the method they use to store files.
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 2 Backing Storage.
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
IT 0213: INTRODUCTION TO COMPTER ARCHITECTURE LECTURE 2
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
PRIMARY STORAGE.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Secondary Storage Devices
Introduction to Computers
2.C Memory GCSE Computing Langley Park School for Boys.
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.
CHAPTER 10 Memory and Storage
Presentation transcript:

Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage units called bytes. One byte can hold one character One byte can hold 8 bits Computers work by using pulses of voltage which represent either 1 or 0 A low voltage mean 0 and high voltage mean 1 Total bytes in main memory referred to as the computer’s memory size.

Bits Computers use electronic circuits to perform the tasks they are programmed to complete. These circuits can be in one of two states - ‘On’ or ‘Off’.

Memory Sizes measurement I nibble = 4 bits I byte = 8 bits I kilobytes (kb) = 1024 bytes 1 Megabytes (Mb) = 1024kilobytes 1 gigabytes (Gb) = 1024Megabytes 1 terabytes (TB) = 1024Gigabytes

Memory ( Main store) Memory is the name given to the group of chips inside the processing unit The data held in the memory is available to the computer Memory is used to hold following information Programs Input data Working Area Output data There are two types of main memory Ram (Random access memory ) ROM (Read only memory )

RAM & ROM Ram Its temporary memory Read and Write data Data can be changed or deleted It is a Volatile memory The instructions written in Ram at the time of execution ROM Its Permanent memory It can only be read Data can not change or deleted It is non Volatile The instructions are written into Rom at manufacturing time. (BIOS)

Memory types RAMROM SRAMDRAM PROMEPROM VolatileNon-volatile Semiconductor

PROM & EPROM PROM Programmable read only memory User can write instruction only one time Instructions can not be erased If there is error while writing on PROM,it becomes unusable EPROM Erasable programmable Rom User can write instruction many times Instructions can be erased If there is error while writing on EPROM, it can still be used again

SRAM & DRAM SRAM Static Random Access Memory It can store its value without any need to refresh the data as long as the power is available It utilizes less power It is more expansive DRAM Dynamic Random Access Memory It has to be refreshed after each read operation. It utilizes more power It is less expansive

Floppy Disk Used to transfer small amount of data between computers Come with 3.5 inch disk drive Floppy disk is the hard case the disk inside in floppy Magnetic disk store binary data as a magnetic pattern on the disk surface It hold 1.44mb of data Before the data is stored on a disk the disk needs to be formatted

Hard drives Consist a several disks on a single spindle Each disk surface able to store data Each surface can have its own read/write head This enables the read/write heads to operate simultaneously which means that the data can be transferred more quickly than by using the large disk Hard disk is available in all sorts of sizes A typical computer will have a hard disk capacity of around 20 GB

Hard Disk Mechanism

Magnetic Tape Large spools of tape are used very large computer systems that need to hold huge amount of data They are not as common as they used to be They look similar to audio cassettes except they are larger Their main use is for making backup copies of hard disk

CD-ROM Drives Use the same technology as music CD and CD players The data is stored on the disk digitally and a laser beam is used to read the disk Light is used to read the disk the data may be packed closely and disk therefore has a huge capacity Are included in multimedia system CD-ROMs can be filled with clip art,encyclopedia,photograph and all sort of data Are read only disk A CD holds around 600MB data

CD-R A CD recordable (CD-R) drive has a read/write capability. Using this device you can write around 15 minutes CD-R can be used to back up hard drives. Standard CD-R disks can be written to only once but there is a type of disks can be written, erased and rewritten They are more expensive than CD-R disks

Digital Versatile Disks (DVD) Are similar to CD-ROMs in that they look identical and are used to store lots of date. Like CD-ROM they can be used to store computer application software, multimedia programs and full length movies This is because CD-Rom typically store 650 MB of data whereas to a DVD stores between 4.7 GB DVDs also are used to store movies where they produce much better quality pictures and sound compared to a normal video tape. A film stored on DVD can even be made to offer the viewer a choice of several languages in which it can be played back

Backup devices It is important to take regular backups of both data and programs for security purposes. Floppy disks do not have a very high storage capacity and so are seldom used for backup. Instead higher capacity and faster storage devices are used and main ones are as follows Tape streamers Zip drives Jaz drives

Tape streamers Are devices used to backup the data contained on hard drives Zip Drives Are useful for backing up hard drives They are high storage capacity floppy disks which are slightly larger and twice as thick as normal floppies They can typical store data 100 MB or 250 MB

Jaz Drives Is a removable disk drive which is very fast at transferring data. Each disk hold up to 2 GB of data The higher data transfer rate means that they can be used to backup data in a very short time They can be used for everyday storage just like an ordinary disk drive