COMPUTER ORGANIZATION ANGELITO I. CUNANAN JR.. MEMORY MANAGEMENT  In multiuser, multitasking or multiprogramming system, memory must be specifically.

Slides:



Advertisements
Similar presentations
Storage Devices Primary storage: is the storage provided
Advertisements

Professor Michael J. Losacco CIS 1110 – Using Computers Storage Chapter 6.
M. Guymon - Pleasant Grove High - Spring 2003 Computer Performance & Storage Devices Computer Technology.
Section 5a Types of Storage Devices.
Computer Performance & Storage Devices Computer Technology.
Backing Storage Chapter 18.
Introduction to Computers Section 5A. home Storage Involves Two Processes Writing data Reading data.
M. Guymon Pleasant Grove High School Spring 2003 Computer Performance & Storage Devices Computer Technology Day 2.
TEE COURSE GRADE 10 MODULE 7 - PC HARDWARE Memory and Storage Devices
Lecture # 12 Optical Storage Devices Flowcharts
Riyadh Philanthropic Society For Science Prince Sultan College For Woman Dept. of Computer & Information Sciences CS 251 Introduction to Computer Organization.
Storage and Multimedia: The Facts and More Chapter 6.
Storage device.
Chapter 8 Secondary Storage.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
3.1 Storage. Overview Compare the following storage devices in terms of storage capacity, cost, speed of data retrieval and suitability for specific purposes:
3.1 Storage devices and media
What is Data Storage? ‘Storing’ data, we mean putting the data in a known place. ‘ Writing ’ data or ‘ saving ’ data are other ways of saying ‘storing’
Passage Three Storage Devices. Training target: In this part , you should try your best to form good reading habits. In order to avoid your ill habits.
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.
Understanding Computers
Storage *Several of these slides have been adapted and modified from LUMS CS101 course (Dr Sohaib Khan and Dr Arif Zaman), VU CS101 slides (Dr. Altaf A.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
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.
Question 1 To start up, a computer locates
Storage. Memory RAM Virtual Memory Cache Memory ROM Motherboard.
Backing Storage. Backing storage devices allow us to store programs and data so that we can use them later Backing storage devices can be split into 4.
Chapter 4: Business Hardware Oz (5 th edition). Storage Media Data an programs must be stored on nonvolatile medium –Data is retained even when not powered.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Excellence Publication Co. Ltd. Volume Volume 1.
INFO1 – Practical problem solving in the digital world
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
STORAGE IN COMPUTER By- Upendra Sharma. STORAGE DEVICE We can use storage device to save data in computer. It is divided in two parts- 1. Primary memory.
AS Computing Storage devices. Primary storage  A computer’s main memory (RAM) is known as primary memory.  Primary memory is volatile; when the computer.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Overview of Physical Storage Media
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.
SECONDARY STORAGE DEVICES. Agenda of Today’s Lecture  Introduction to Hardware  Types of hardware devices  Storage Devices  Secondary Storage devices.
Our Lady of the Rosary College S.2 Computer Literacy Lesson 8 Storage Unit Mr. Ku Heung Chin.
Backing Storage.
Allow computers to store programs and information for use at a later date Storage Devices.
Storage Devices. Storage Store information Storage involve two processes: Writing or recording the data so it can be found later for use, Reading the.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
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.
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
Storage Devices.
Storage Devices Primary storage: is the storage provided by memory in a computer system e.g. ROM/RAM. Secondary storage: is storage provided by peripheral.
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.
MAC OS – Unit A Page:14-15 Understand Storage Media.
Secondary Storage – 1980’s 5 ¼” Floppy Drive – very low storage capacity maxing out at 1.2 Mb Mid-1980’s – 1990’s 3 ½” Floppy Drive – low storage.
STORAGE DEVICES Storage devices are categorized by the method they use to store files.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Computer Performance & Storage Devices Computer Technology.
Engr: Sajida Introduction to computing Optical storage The storage devices which use laser to read data from or write data to the reflective surface store.
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
ICT IGCSE Theory – Revision Presentation 3.1 Storage devices and media Chapter 3: Storage devices and media Identify storage devices,
Computer Storage. What is Primary Storage? ● Primary storage is computer memory that is directly accessible to the CPU of a computer without the use of.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Storage capacity of a computer
Secondary Storage Devices…. What is a Secondary Storage
Principles & Applications
Secondary Storage Devices
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:
Computer Memory.
Presentation transcript:

COMPUTER ORGANIZATION ANGELITO I. CUNANAN JR.

MEMORY MANAGEMENT  In multiuser, multitasking or multiprogramming system, memory must be specifically managed to handle multiple programs.  Physical size of main memory is usually not large enough to accommodate the operating system and all of the application programs which are need to execute the programs by users.

MEMORY MANAGEMENT How Memory management work?  Can be provided by an Operating System or with the help of MMU (memory, management unit).

MEMORY APPS rapsa! ajejeje

MEMORY MANAGEMENT Uniprogramming system  Main memory is partitioned in two portions: OS and program that is currently executed.

MEMORY MANAGEMENT  Modern MMU provides virtual memory to handle large program or large number of programs.  And this is achieved by using swapping technique.

MEMORY DEVICES 3 Types of memories from technology point of view:  Semiconductor memory  Magnetic memory  Optical memory

SEMICONDUCTOR MEMORY  Static, faster, lighter, smaller in size and consume less power. 2 types of semiconductor memory  RAM (Random Access Memory)  ROM (Read Only Memory)

SEMICONDUCTOR MEMORY RAM (Random Access Memory)  Read/write memory  Information can be read and written into and read from RAM  Volatile memory  When power supply goes off the stored information in RAM is lost

RAM WHERE IS RAM?

SEMICONDUCTOR MEMORY ROM (Read Only Memory)  Permanent type of memory  Its contents are not lost when power supply goes off.  User cannot write into ROM  Its contents are decided by the manufacturer and written at the time of manufacture.

ROM WHAT THE…!!!

SEMICONDUCTOR MEMORY 2 types of Programmable ROM (PROM) 1. Erasable PROM 2. Electrically erasable PROM  User can write information in PROM  Flash Memory, similar to EEPROM but has higher packing density, lower cost and greater reliability.

MAGNETIC MEMORY  Non-volatile memory  Store information permanently  Slower than semiconductor  Bulk storage devices 2 types of commonly used magnetic memory 1. Hard disk 2. Tapes

MAGNETIC MEMORY Hard disks  Made of aluminium or other metal or metal alloy which are coated on both sides with magnetic material usually iron oxide.  Not removable from computer

MAGNETIC MEMORY Hard disks  To increase the storing capacity of hard disk, several disk are packed together and mounted on a common drive to form a disk pack.  Disk is also known as platter.  Disk packed into sealed container is called Winchester disk drive.

MAGNETIC MEMORY Hard disks  When the Disk is packed into sealed container, dust-free, and allow very high speed usually 7200rpm-15000rpm (revolution per minute)  Data transfer rate is MBps  Average access time is about 5-10 sec.  2.5 inch and 3.5 inch diameter

MAGNETIC MEMORY Hard disks  Storing capacity per disk is up to 1000GB.  Storing capacity of hard disk drive unit is up to 4TB. (HDDU contains more than 1 platter)

MAGNETIC MEMORY Hard disks controllers  Used to interface hard disk and processor.  Intel types of hard disk controller 1. IDE (integrated drive electronics) 2. SCSI (small computer system interface) Adapters SATA – Serial Advanced Technology Attachment (3GBps)

MAGNETIC MEMORY Magnetic Tape  medium for magnetic recording  made of a thin magnetisable coating on a long, narrow strip of plastic film  developed in Germany  Devices that record and play back audio and video using magnetic tape are tape recorders and video tape recorders.

MAGNETIC MEMORY Magnetic Tape  Mass storage device  Used for backup storage

MAGNETIC MEMORY Optical memory  Information is written to or write from an optical disk or tape using laser beam.  Very high storage capacity Types of optical memory 1. CD-ROM 2. CD-R 3. CD-RW 4. DVD-ROM 5. DVD-R 6. DVD-RW

BURN + KNEE =

MAGNETIC MEMORY  Disk size is 5.25 inch diameter  CD-ROM (80ms, 4800KBps)  CD-RW (700MB capacity)  DVD-ROM (4.7 GB-50GB)