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

Similar documents
Topic 4: Storage Devices

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

Memory Study Material

Input output and memory devices

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

BCN1043. By Dr. Mritha Ramalingam. Faculty of Computer Systems & Software Engineering

INFS 214: Introduction to Computing

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

MEMORY BHARAT SCHOOL OF BANKING- VELLORE

Storage. Chapter3 ITBIS105

Advanced Parallel Architecture Lesson 4 bis. Annalisa Massini /2015

Semiconductor Memory Types Microprocessor Design & Organisation HCA2102

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

What is Data Storage?

Memory classification:- Topics covered:- types,organization and working

Contents. Memory System Overview Cache Memory. Internal Memory. Virtual Memory. Memory Hierarchy. Registers In CPU Internal or Main memory

The Fetch-Execute Cycle

TODAY AND TOMORROW. Storage CHAPTER

COSC 243. Memory and Storage Systems. Lecture 10 Memory and Storage Systems. COSC 243 (Computer Architecture)

Chapter One. Introduction to Computer System

Semiconductor Memory Types. Computer & Microprocessor Architecture HCA103. Memory Cell Operation. Semiconductor Memory.

Module 5a: Introduction To Memory System (MAIN MEMORY)

Lecture-7 Characteristics of Memory: In the broad sense, a microcomputer memory system can be logically divided into three groups: 1) Processor

UNIT:4 MEMORY ORGANIZATION

Discovering Computers 2008

COMPUTER ARCHITECTURE

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

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

UNIT-V MEMORY ORGANIZATION

CS 261 Fall Mike Lam, Professor. Memory

Basic Computer Hardware Notes in PDF

Large and Fast: Exploiting Memory Hierarchy

Unit 5: Memory Organizations

Lecture 18: Memory Systems. Spring 2018 Jason Tang

William Stallings Computer Organization and Architecture 6th Edition. Chapter 5 Internal Memory

Grade 5 lesson 2 Computer storage and computer care and you

System Unit. By: Khadeeja Farkash

vinodsrivastava.wordpress.com

The personal computer system uses the following hardware device types -

Q1. Briefly describe the characteristic features of input and output devices of a computer system.

Mother Board And Its Components By :- IMRAN QURESHI

PRATHYUSHA INSTITUTE OF TECHNOLOGY AND MANAGEMENT

Organization. 5.1 Semiconductor Main Memory. William Stallings Computer Organization and Architecture 6th Edition

Concept of Memory. The memory of computer is broadly categories into two categories:

BTEC Level 3 Unit 2. Computer Components

Computer Organization and Assembly Language (CS-506)

Parts of Computer hardware Software

CSC1201 Computer Applications. Budditha Hettige Department of Computer Science

Chapter 5 Internal Memory

Explain the functions of the main components of a basic computer system (Part 2) S. Neebar

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

Database Management Systems, 2nd edition, Raghu Ramakrishnan, Johannes Gehrke, McGraw-Hill

Question Bank. Fundamentals Of Computer FYBCA (SEM - I)

COMPUTER BASICS Processing/Storage

Chapter 4 Main Memory

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

8051 INTERFACING TO EXTERNAL MEMORY

Memory Pearson Education, Inc., Hoboken, NJ. All rights reserved.

Components of a personal computer

Computer Organization. 8th Edition. Chapter 5 Internal Memory

Computer Organization

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

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

Introduction To Computer Hardware. Hafijur Rahman

- Input hardware - Processing hardware - Storage hardware

Internal Memory. Computer Architecture. Outline. Memory Hierarchy. Semiconductor Memory Types. Copyright 2000 N. AYDIN. All rights reserved.

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

INTRODUCTION TO Data Storage

NAND Flash Memory. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University

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

Computer Organization

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

lesson 3 Transforming Data into Information

Chapter I The System Unit

Introduction to the Personal Computer

Discovering Computers 2012

CS 261 Fall Mike Lam, Professor. Memory

Computers in Business: Concepts in Hardware and Software

Today we will learn about:

Semiconductor Memories: RAMs and ROMs

Allmost all systems contain two main types of memory :

DIGITAL SYSTEM FUNDAMENTALS (ECE421) DIGITAL ELECTRONICS FUNDAMENTAL (ECE422)

FACTFILE: GCE DIGITAL TECHNOLOGY

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

Storage Technologies and the Memory Hierarchy

COMPUTER ARCHITECTURE AND ORGANIZATION

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

STORAGE & FILE CONCEPTS, UTILITIES

COMPUTER STORAGE DEVICES

Memory and Disk Systems

Design and Implementation of an AHB SRAM Memory Controller

Computer System Architecture

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

Hardware & Input/Output

P-2 Digital Design & Applications

COA. Prepared By: Dhaval R. Patel Page 1. Q.1 Define MBR.

Computer Organization

COMP2121: Microprocessors and Interfacing. Introduction to Microprocessors

Computers Are Your Future

Transcription:

MEMORY Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis. There are TWO TYPE of nature of memory in a computer. Temporary/ Volatile Permanent / Nonvolatile

PRIMARY MEMORY It is computer memory that a processor or computer accesses first or directly. NOTE Primary memory also known as main memory. Secondary Memory also known as Auxiliary memory or Non Volatile Memory.

RAM (RANDOM ACCESS MEMORY) When you power off your computer the data stored in RAM is deleted, means volatile in nature. Static RAM (Static Random Access Memory) It is called static because it will continue to hold information without refreshment. SRAM use 28 pin system. Dynamic RAM It requires refreshment. Example of dynamic ram are DDR1, DDR2,DDR3, DDR4.

VRAM Video RAM, also known as multiport dynamic random access memory (MPDRAM), is a type of RAM used specifically for video adapters or 3-D accelerators. Cache memory A cache used by the CPU to reduce the average time to access memory.it is used in between the main memory and CPU.

ROM (Read Only Memory) ROM is also a type of non-volatile storage which is located on the motherboard that contains the basic instructions for what needs to happen when a computer is powered on. PROM Programmable read-only memory (PROM) is read-only memory ( ROM ) that can be modified once by a user. EPROM Acronym for erasable programmable read-only memory, EPROM is a special type of memory that retains its contents until it is exposed to ultraviolet light. EEPROM Short for electrically erasable programmable read-only memory. EEPROM is a special type of PROM that can be erased by exposing it to an electrical charge.

SECONDARY STORAGE It is used to store data for backup purpose. Types of access: Sequential access Direct/Random access It is based on sequential access. Magnetic Tape HARD DISK It is a permanent magnetic storage device. MAGNETIC DISK

FLOPPY It is known as diskette Zip Disk A zip disk is like a large, chunky floppy disk. It can store 750MB data.

OPTICAL DISC Optical storage refers to the storage of data on an optically readable medium by laser beam. CD (COMPACT DISC) CD is made polycarbonate plastic material and aluminium coated. CDs have a capacity of about 700MB. DVD (Digital Versatile Disc) It is an optical disc like the CD, but with much higher capacity. DVD can store about 4.7GB. BRD (Blue Ray Disc) Blu-ray Disc is a high-density optical disc format similar to DVD.It s capacity is up to 50GB to 100 GB. HVD (Holographic Versatile Disc) The Holographic Versatile Disc (HVD) is an optical disc technology It s capacity is 6 TB. Flash memory Flash memory is an electronic non-volatile computer. Ex Pen drive, memory card. Latest version of pen drive is 3.1 and latest version of memory card is class 10 ultra.

Disk Structures Track The disk is divided into no. of concentric circles called tracks. Sector Data storage are in one track multiple block is called sector Virtual Memory Virtual memory combines your computer s RAM with temporary space on your hard disk. It is also called Extended RAM.

NEW TECHNOLOGY STORAGE DDR 4 RAM It is a HIGH SPEED RAM developed by Samsung Its speed is 2133 to 4266 mt/s (million transfer per second) SK Hynix developed 128GB DDR4 RAM with High speed performance DDR4 RAM used 288 pins system. SSD (SOLID STATE DRIVE) Solid-state drives actually aren't hard drive in the traditional sense of the term. It is made by semiconductor chips.

3D X point memory Intel and micron have unveiled 3D X Point a new memory technology 1000 time faster than NAND and 10 time faster conventional DRAM.

SOME QUESTIONS Q.1Which computer memory is used for storing programs and data currently being processed by the CPU? A) Mass memory B) Internal memory C) Non-volatile memory D) PROM E) None of these Q.2) CD-ROM A) Is a `semiconductor memory B) Memory register C) Magnetic memory D) Optical storage E) None of these Q.3) A name or number used to identify a storage location is called A) A byte B) A record C) An address D) All of above E) None of these

Q.4 The difference between memory and storage is that memory is. And storage is A) Temporary, permanent B) Permanent, temporary C) Slow, fast D) All of above E) None of these Q.5 Which of the following memories must be refreshed many times per second? A) Static RAM B) Dynamic RAM C) EPROM D) ROM E) None of these Q.6 Floppy disks which are made from flexible plastic material are also called? A) Hard disks B) High-density disks C) Diskettes D) Templates E) none of these Q.7 Which of the following storage uses laser technology to store data? A) Tape B) hard disk C) floppy D) CD E) none of these Q.8 Which of the following magnetic disk is used in computer permanently? A) Tape B) hard disk C) floppy D) CD E) none of these Q.9 Virtual memory stores data in---------------? A) Tape B) hard disk C) floppy D) CD E) none of these

Q.10 Which of the following memory is close to CPU A) Virtual memory B) Main memory C) Cache D) Secondary memory E) none of these ANSWERS Q.1 B Q.2 D Q.3 C Q.4 A Q.5 B Q.6 C Q.7 D Q.8 B Q.9 B Q.10 C www.bankersguru.org