CANETE, Jivan Ray GOMEZ, Edgar Jr. JITO, Louisan Veth.

Slides:



Advertisements
Similar presentations
Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
Advertisements

Storage Devices.
Computer Memory/Storage Device
Computer Hardware In this lecture, we will study:
Backing Storage Chapter 18.
Storage Devices and Media
TEE COURSE GRADE 10 MODULE 7 - PC HARDWARE Memory and Storage Devices
Chapter 8 Secondary Storage.
3.1 Storage. Overview Compare the following storage devices in terms of storage capacity, cost, speed of data retrieval and suitability for specific purposes:
Computer Systems Nat 4/5 Computing Science Input, Output and Backing Storage.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
SECONDARY STORAGE DEVICES. MAGNETIC TAPE Data tape that stores large amounts of information that can only accessed sequentially. Commonly used for off-site.
CS 2 Main Memory and Backing Store Memory address (1) Memory is “place’ to store digital signals (0 1)
Bits and Data Storage. Basic Hardware Units of a Computer.
PROCESSORBacking Storage Main Memory Output Devices Input Devices Backing Storage.
The two types of storage: Primary Storage Secondary Storage
Storage.
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 7 Secondary Storage.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
SECONDARY STORAGE Secondary storage devices are used to save, to back up, and to transport files Over the past several years, data storage capacity has.
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.
Secondary Storage Chapter 7.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
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.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Secondary Storage Chapter 8 Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. 8-1.
Hardware Data Storage.
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.
Storage Devices By: Tolga, Keeshan, Adam.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
AS Computing Storage devices. Primary storage  A computer’s main memory (RAM) is known as primary memory.  Primary memory is volatile; when the computer.
 Secondary storage (or external memory) - is not directly accessible by the CPU. Secondary storage does not loose the data when the device is powered.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
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.
8 SECONDARY STORAGE CHAPTER
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.
Data Storage. 3 types of storage to remember ROM RAM Secondary or backing storage.
Our Lady of the Rosary College S.2 Computer Literacy Lesson 8 Storage Unit Mr. Ku Heung Chin.
Digital Storage. Measuring Memory and Storage TermAbbreviationApproximate Memory Size KilobyteKB or K=1000 bytes (actual size is 1024 bytes) MegabyteMB=1.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Allow computers to store programs and information for use at a later date Storage Devices.
Computers - The Journey Inside continues…
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.
Digital Storage. Measuring Memory and Storage TermAbbreviationApproximate Memory Size KilobyteKB or K1000 bytes (actual size is 1024 bytes) MegabyteMB1.
Storage 101 Mr. Yip. What is Storage? Input Processing Output Storage Storage refers to the media and methods used to keep information available for later.
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.
Senior 3 Computer Studies
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 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
Chapter 7.
Eagle Challenge Google Classroom 5 Questions.
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
CHAPTER 10 Memory and Storage
Primary Storage 1. Registers Part of the CPU
Computer Storage.
Presentation transcript:

CANETE, Jivan Ray GOMEZ, Edgar Jr. JITO, Louisan Veth

STORE UNIT- saves data and instructions to make them readily available for initial or additional processing whenever required. Storage may refer to the computer’s hard disk and holds the following: -Data and instructions for processing -Intermediate results of processing -Final results of processing MEMORY- is required to store files

MEMORY TERMINOLOGY BIT- from the words binary digit, smallest unit of information in a computer. Bit is represented by numbers 1 and 0 BYTE- built from bits. A byte is composed of 8 bits. It provides enough possible patterns to represent a character

1 byte(B)1 character or 8 bits pattern 1 Kilobyte(KB)1024 bytes 1 Megabyte(MB)1024 Kilobytes1,048,576 bytes 1 Gigabyte(GB)1024 Megabytes1,073,741,824 bytes 1 Terabyte(TB)1024 Gigabytes1,099,511,627,776 bytes EQUIVALENCE

TYPES OF STORAGE A. PRIMARY STORAGE- is where data are stored while processing is done. It is volatile and temporary  RAM- computer memory used to store given instructions which can later be changed or erased. It involves reading and writing

 ROM-contains stored instructions that a computer requires to be able to do its basic routine operations

 BIOS- set of routines that work closely with hardware to support transfer of information

 Caching- storing of frequently used data in extremely fast RAM that connects directly to the CPU  Virtual memory- space on a hard disk used to temporarily store data and swap it in and out of RAM as needed

B. SECONDARY STORAGE- where data are stored permanently. It provides cheap, non-volatile high capacity storage  DIRECT ACCESS MEDIA- supports sequential or random access where data can be accessed directly. Examples are floppy disk, hard disk and flash drive  SEQUENTIAL ACCESS MEDIA-where data are accessed in a specific order. An example of this is a magnetic tape

Secondary Storage Devices Sequential AccessDirect Access Devices Device Magnetic TapeMagnetic Disks Optical Disks Memory Storage -CD-ROMDevices -CD-RW -Flash Drive Floppy Disk Hard Disk -DVD -Memory Card -MOD

Commonly Used Mass Secondary Storage Devices Magnetic Tape- sequential access storage where blocks of data are stored serially along the length of the tape.

Magnetic Disk- is a direct access storage media which is divided into tracks and sectors a. hard disk-is often used as an extension of RAM

b. Floppy disk- much slower than the hard disks. Examples of this are diskettes and ZIP disk DISKETTE ZIP DISK

Optical Disk- rigid disk of plastic in which date are recorded by special lasers that physically burn into the disk(same technology as the CD) a. Compact Disk >CD-ROM-non-erasable disk that stores computer data and can write data on the disk only once >CD-Rewritable- can erase and rewrite data on the disk up to 1,000 times Compact Disk

b. DVD-contains digitized and compressed video information as well as large volumes of other digital data. (e.g. DVD,DVD-R,DVD-RW) c. MOD-a hybrid between magnetic disk and optical disk. It uses optical technology for read and magnetic recording technique with optical focusing. DIGITAL VERSATILE DISC MAGNETO-OPTICAL DISC

Memory Storage Devices Flash Drive- data storage that includes flash memory with an integrated Universal Serial Bus (USB) interface.

Memory Card-SD/MMC/CF/MSD- an electronic flash memory data storage device used for storing digital information

SOURCES: rage-vs-memory