Memory and Storage and a little bit.. Types of Memory RAM (Random access memory )  (RAM) is the best known form of computer memory. RAM is considered.

Slides:



Advertisements
Similar presentations
Storage Devices.
Advertisements

What is memory? Memory is used to store information within a computer, either programs or data. Programs and data cannot be used directly from a disk or.
What Is A Computer System?
IT Systems Memory EN230-1 Justin Champion C208 –
Data Storage Technology
Computer Storage Devices Principles of Information Technology Lytle High School Click to continue.
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.
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
2. Memory. Main memory – speed & types Organization of RAM RAM – Random Access Mem Static RAM [SRAM] - In SRAM, a bit of data is stored using the state.
Hardware Case that houses the computer Monitor Keyboard and Mouse Disk Drives – floppy disk, hard disk, CD Motherboard Power Supply (PSU) Speakers Ports.
Your Interactive Guide to the Digital World Discovering Computers 2012.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
How Hard Disks Work. Hard disks were invented in the 1950s. They started as large disks up to 20 inches in diameter holding just a few megabytes. They.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
CHAPTER 5. Next Exit Main Memory and Backing Storage Devices... Main Memory and Backing Storage Devices... Main memory temporarily stores programs and.
Discovering Computers 2012: Chapter 4
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.
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
Memory  Main memory consists of a number of storage locations, each of which is identified by a unique address  The ability of the CPU to identify each.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
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.
CIM101 : Introduction to computer Lecture 3 Memory.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
CSCI-100 Introduction to Computing Hardware Part I.
Allow computers to store programs and information for use at a later date Storage Devices.
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…
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
By : Reem Hasayen. A storage device is a hardware device capable of storing information. There are two types of storage devices used in computers 1. Primary.
1 Objectives Discuss reasons for taking this course on computers Outline the scope of this course Define the computer Differentiate between hardware and.
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),
STORAGE DEVICES Storage devices are categorized by the method they use to store files.
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 2 Backing Storage.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
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.
Chapter 2 content Basic organization of computer What is motherboard
Basic Computer Fundamentals
Introduction to Computers
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.
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
Introduction to Computers
COMPUTER MEMORY & DATA 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
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
1 BY Prof. S. DAS (PhD, UK). 2 CONTENTS Introduction RAM,ROM,PROM,EPROM Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk Optical Disks:
Introduction To Computing BBA & MBA
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.
Computer Applications Unit A
Presentation transcript:

Memory and Storage and a little bit.

Types of Memory RAM (Random access memory )  (RAM) is the best known form of computer memory. RAM is considered "random access" because you can access any memory cell directly if you know the row and column that intersect at that cell.  When a computer is powered on, certain operating system files (such as MS XP files) load into RAM from the hard disk. These files remain in RAM as long as the computer has continuous power.

RAM Continued Think of RAM as the workspace on top of your desk. Just as the top of your desk needs a certain amount of space to hold papers, a computer needs a certain amount of memory to store programs, data and information. The more RAM a computer has the faster the computer it will respond.

Types of RAM DRAM (Dynamic) RAM  Chips must be re-energized constantly or they will lose their contents SDRAM (Synchronous) DRAM  Chips are much faster than DRAM because they are synchronized to the system clock. DDR (Double Data Rate) SDRAM  Even faster than SDRAM because they transfer data twice for each clock cycle SRAM (Static) RAM  Chips do not need be re-energized as much as DRAM and are therefore faster and more reliable. They are also far more expensive.

Device Typical Access Time Static RAM (SRAM) 5-15 nanoseconds Dynamic RAM (DRAM) nanoseconds Hard disk drive 6-12 milliseconds CD-ROM Drive milliseconds Access time is the speed at which data is retrieved by the storage device

ROM (Read Only Memory) Read-only memory (ROM), also known as firmware, is an integrated circuit programmed with specific data when it is manufactured. ROM chips are used not only in computers, but in most other electronic items as well. ROM Types There are five basic ROM types: ROM PROM EPROM EEPROM Flash memory

ROM Continued Data stored in these chips is non-volatile it is not lost when power is removed. Data stored in these chips is either unchangeable or requires a special operation to change (unlike RAM, which can be changed as easily as it is read). This means that removing the power source from the chip will not cause it to lose any data.

BIOS (basic input/output system) One of the most common uses of Flash memory is for the basic input/output system of your computer, commonly known as the BIOS (pronounced "bye- ose"). On virtually every computer available, the BIOS makes sure all the other chips, hard drives, ports and CPU function together.

Types of Storage Devices Floppy disks.  Double density (DD) disks offer up too 800K  High density (HD) disks offer up to 1.44MB  Advantages Robust Universal Portable Protected  Disadvantages Limited Capacity

Floppy Don’ts

Zip Drive A "zip drive" is basically just a piece of hardware that reads disks that are a bit chunkier in size than that of a floppy disk. How much memory each disk holds can vary but it's about 100Mb.

CD ROM Drive CDs can hold up to 680Mb and most machines nowadays come equipped with a cd writer. This is simply a piece of hardware that lets you read information from a CD and then write information onto a CD as well.

CD Don’ts Stack discs Touch the underside of the disc Write on the label side of the disc Expose the disc to excessive heat or sunlight Eat, drink or smoke near a disc

Magnetic Tape These are larger storage devices that are generally used in servers as file back-up media. They are like standard audio tape cassettes but have the ability to store a lot more information. They hold up to 24Gb

USB (Pen) Drive A small, portable flash memory card that plugs into a computer’s USB port and functions as a portable hard drive with up to 2GB of storage capacity. USB flash drives are touted as being easy-to- use as they are small enough to be carried in a pocket and can plug into any computer with a USB drive. USB flash drives have less storage capacity than an external hard drive, but they are smaller and more durable because they do not contain any internal moving parts.

Hard Disks A magnetic disk on which you can store computer data. The term hard is used to distinguish it from a soft, or floppy, disk. Hard disks hold more data and are faster than floppy disks. A hard disk, for example, can store anywhere from 10 to more than 100 gigabytes A single hard disk usually consists of several platters. Each platter requires two read/write heads, one for each side. All the read/write heads are attached to a single access arm so that they cannot move independently.

Hard Disks Continued Hard disks and cassette tapes also share the major benefits of magnetic storage -- the magnetic medium can be easily erased and rewritten, and it will "remember" the magnetic flux patterns stored onto the medium for many years. The tape in a cassette-tape deck moves over the head at about 2 inches (about 5.08 cm) per second. The information on a hard disk is stored in extremely small magnetic domains compared to a cassette tape's. The size of these domains is made possible by the precision of the platter and the speed of the medium.

Hard disks Continued A hard-disk platter can spin underneath its head at speeds up to 3,000 inches per second (about 170 mph or 272 kph)! Data is stored onto the disk in the form of files. A file is simply a named collection of bytes.

Bits & Bytes In the world of computers, information is digital. This information is made up of discrete units. These discrete units are called: Bits. Bit: (Binary digit) is the smallest unit of information a computer can process Bits have only two values: 1 or 0 A collection of 8 bits is called a byte. Bytes are bigger than bits.

Bytes cont… A collection of 8 bits can represent 256 different messages: 2 8 = 256 By mixing and matching combinations of “On’s” and “Off’s” you can get 256 different messages.

Examples = 0

Examples = 1

Examples = 2

Examples = 3

Examples = 4

Examples = 10

Examples = 255 Note: we get 256 possible characters because we start at 0 and go to 255 which is 256 separate numbers.

ASCII To make words, sentences, and paragraphs fit into the computer’s binary- code circuitry, a unique piece of code was devised to represent each letter, digit, and special character as a unique string of bits. ASCII (pronounced as-kee) is the most widely used code

ASCII American Standard Code Using only 8 bits ASCII has a set of 256 individual characters, for all letters (upper and lower case), numbers and some special characters Unicode is possibly going to replace ASCII. Unicode has a 65,000 character set. This will be done by using 2 bytes (16 bits) per character.

Instructions using Binary Bits can represent data stored on a computer. A string of bits can also represent an instruction  could tell the CPU to add two numbers together. More on this shortly…

Special Modifier Terms TermValue ByteA group of 8 bits. K (kilobyte) also KB About 1000 bytes of information. Technically 1K is 1024, because 1024 is 2 10 MB (megabyte)Approximately 1000K, or 1 million bytes GB (gigabyte)Approximately 1000MB TB (terabyte)Approximately 1 million megabytes.

The End…