Computer Memory System Overview

 
Memory

Computer Memory System Overview A.Terms 1. Word = typically size of int, 32 bits now. Addressable units: usually bytes, but can be words. 2A = number of addressable units, where A is bits in an address. Unit of transfer = number of bits written out or read in to memory at a time. On Pentium, 64-bits. B.Characteristics of Memory Systems 1. Harris, David Money Harris, in Digital Design and Computer Architecture, 2016. 8.1 Introduction. Computer system performance depends on the memory system as well as the processor microarchitecture. Chapter 7 assumed an ideal memory system that could be accessed in a single clock cycle. However, this would be true only for a very small memory—or a very slow processor!

The computer memory is one of the most important elements in a computer system. It stores data and instructions required during the processing of data and output results. Storage may be required for a limited period of time, instantly or for an extended period of time. Computer memory refers to the electronic holding place for instructions and data where the processor can read quickly. Memory HierarchyThe memory is characterised on the basis of two key factors; capacity and access time. The lesser the access time, the faster is the speed of memory.The computer uses a hierarchy of memory that is organised in a manner to enable the fastest speed and largest capacity of memory as shown in figure.Types of Memory:In general, the memory is classified into two categories.

Primary memory or Main memory. Secondary memory or Auxiliary memory.Parameters of Memory:The following terms are most commonly used for identifying comparative behaviour of various memory devices and technologies.Storage Capacity It is representative of the size of the memory.

The capacity of internal memory and main memory can be expressed in terms of number of words or bytes.Access Modes A memory is comprised of various memory locations The information from these memory locations can be accessed randomly. Sequentially and directly.Access Time The access time is the time required between the desired modes for a read or write operation till the data is made available or written at the desired location.Physical Characteristics In this respect. The devices can be categorised into four main categories electronic, magnetic, mechanical and optical.Permanence of Storage Its permanence is high for future use in magnetic materials. Primary Memory(Main Memory):The memory unit that communicates directly with the CPU is called main memory. The primary memory allows the computer to store data for immediate manipulation and to keep track of what is currently being processed. It is volatile in nature, it means that when the power is turned off, the contents of the primary memory are lost forever.Primary memory further classified in two categories.

Random Access Memory (RAM):It is also known as read/write memory, that allows CPU to read as well as write data and instructions into it.RAM is used for the temporary storage of input data, output data and intermediate results. RAM is a microchip implemented using semiconductors.There are two categories of RAM(i) Dynamic RAM (DRAM) It is made up of memory cells where each cell is composed of one capacitor and one transistor.

DRAM must be refreshed continually to store information. The refresh operation occurs automatically thousands of times per second DRAM is slower, less-expensive and occupies less space on the computer’s motherboard.(ii) Static RAM (SRAM) It retains the data as long as power is provided to the memory chip. It needs not be ‘refreshed’ periodically. SRAM uses multiple transistors for each memory cell. It does not use capacitor. SRAM is often used as cache memory due to its high speed.

SRAM is more expensive than DRAM.Extended Data Output Dynamic RAM (EDO DRAM) It is a type of RAM chip. It is used to improve the time to read content from memory and enhance the method of access.Cache MemoryCache memory is a storage buffer that stores the data that is used more often. Temporarily and makes them available to CPU at a fast rate.The data and instructions that are required during the processing of data are brought from the secondary storage devices and stored in the RAM. For processing it is required that the data and instructions are accessed from the RAM and stored in the registers.Cache memory is a very high speed memory placed in between RAM and CPU. Cache memory increases the speed of processing.Cache memory is very expensive, so it is smaller in size. Computers have cache memory of sizes 256 KB to 2 MB.

Read Only Memory (ROM):It is also known as non-volatile memory or permanent storage. It does not lose its content when the power is switched off.ROM has only read capability, no write capability. ROM can have data and instructions written to it only one time. Once a ROM chip is programmed at the time of manufacturing, it cannot be reprogrammed or rewritten.There are three categories of ROM.(i) Programmable ROM (PROM) It is also non-volatile in nature.

Once a PROM has been programmed, its contents can never be changed. It is a one-time programmable device. PROMs are manufactured blank and can be programmed at buffer, Final test or in system.These type of memories are found in video game consoles, mobile phones, implantable medical devices and high definition multimedia interfaces.

PROM was invented by Wen Tsing Chow in 1956.(ii) Erasable Programmable ROM (EPROM) It is similar to PROM, but it can be erased by exposure to strong ultraviolet light,then rewritten. So,it is also known as Ultraviolet Erasable Programmable ROM (UV EPROM).EPROM was invented by Dov Frohman of Intel in 1971.(iii) Electrically Erasable Programmable ROM (EEPROM) It is similar to EPROM, but it can be erased electrically, then rewritten electrically and the burning process is reversible by exposure to electric pulses. Tit-Bits.

System Memory Information

Flash Memory is a kind of semiconductor-based nonvolatile rewritable memory. Used in digital camera. Mobile phone. Printer.etc. Virtual Memory is a technique that allows the execution of processes that are not completely in main memory. One major advantage of this scheme is that programs can be larger than main memory.

This technique frees programmers from the concems of memory storage limitations. Buffer is a temporary physical storage used to hold data during execution of process from one place to another.Secondary Memory (Auxiliary Memory/Storage Devices)The secondary memory stores much larger amounts of data and information for extended periods of time. Data in secondary memory cannot be processed directly by the CPU, it must first be copied into primary storage i.e, RAM.Secondary storage is used to store data and programs when they are not being processed. It is also non-volatile in nature. Due to this, the data remain in the secondary storage as long as it is not overwritten or deleted by the user. It is a permanent storage i.e., device.Secondary memory devices include.Magnetic Disks:. Hard Disk Drive.

Floppy Disk. Memory Stick.Optical Disk:. CD. DVD.

Blue-ray DiskSolid State Disks:. Pen/Flash DriveHard Disk Drive (HDD):It is a non-volatile, random access digital data storage device. It is a data storage device used for storing and retrieving digital information using rotating disks (platters) coated with magnetic material. All programs of a computer are installed in hard disk.It consists of a spindle that hold non-magnetic flat circular disks, called platters, which hold the recorded data. Each platter requires two read/write heads, that is used to write and read the information from a platter.

Memory system of computer

All the read/ write heads are attached to a single access arm so that they cannot move independently.The information is recorded in bands; each band of information is called a track. Each platter has the same number of tracks and a track location that cuts across all platters is called a cylinder. The tracks are divided into pie- shaped sections known as sectors. Floppy Disk:It is used to store data but it can store small amount of data and it is slower to access than hard disks. It is round in shape and a thin plastic disk coated with iron oxide.

Data is retrieved or recorded on the surface of the disk through a slot on the envelope. Floppy disks is removable from the drive. Floppy disk is available in three sizes; 8 inch,5 1/4 inch and 3 1/2 inch. 5 1/4 inch floppy disk has a capacity of 1.2 MB. 3 1/4 inch floppy disk has a capacity of 1.44 MB.Compact Disk (CD):It is the most popular and least expensive type of optical disk. A CD is capable of being used as a data storage device along with storing of digital audio. The files are stored on this particular contiguous sectors.CDs are categorised into three main types.

CD-ROM(Compact Disk – Read Only Memory) It is designed to store computer data in the form of text and graphics, as well as hi- fi stereo sound. It is capable of storing large amounts of data- up to 1GB, although the most common storage capacity is 700 MB. Data is recorded permanently on the surface of the optical disk through the use of laser. The recorded content cannot be changed or erased by users.

It is also called WORM (Write Once Read Many) disk. CD-R (Compact Disk – Recordable) Data can be written on these disks only once. The data once stored in these disks cannot be erased. CD-RW (Compact Disk- Rewritable) It is an erasable disk. CD-RW is used to write data multiple times on a disk by the use of format feature.Digital Video Disk (DVD):DVD is also known as super Density Disk (SD).

A DVD is an optical disk storage media manufactured by Philips, Sony, Toshiba and Panasonic in 1995.DVDs offer higher storage capacity than Compact discs while having the same dimensions.Depending upon the disk type, DVD can store several Gigabytes of data (4.7 GB -17.08 GB) DVDs are primarily used to store music or 6 movies and can be played back on your television or the computer too. They are not rewritable media.DVDs come in three varieties.1. DVD-ROM (Digital Video Disk-Read Only Memory).2. DVD-R (DVD – Record Able).3. DVD-RW (DVD – Re Writable). Blue-ray Disk:Blue-ray disk (official abbreviation BD) is an optical disk storage medium designed to recapture the data normally in DVD format.

Blu-ray discs contain 25 GB(23.31 GB) Per Layer space.The name Blue-ray disk refers to the blue laser used to read the disk, which allows information to be stored at a greater density than the longer-wavelength red laser used is DVDs.Blu-ray can hold almost 5 times more data than a single layer DVD.The variations in the formats are as follows1. BD-ROM (Read only) for pre-recorded content2. BD-R (Recordable) for PC data storage3. BD-RW (Rewritable) for PC data storage4. D-re (Rewritable)for HDTV recording Pen/Thumb Drive:Pen drive is also known as flash drive.

As flash drive is a data storage device that consists of flash memory (key memory) with a portable USB (universal Serial Bus) interface. USB flash drives are typically removable, re writable and much smaller than a floppy disk. A USB flash drive is same as the size of thumb that plugs into a USB port on the computer.Today, flash drives are available in various storage capacities as 256MB, 512MB, 1GB, 4GB, 16GB upto 64GB. They are widely used as an easy and small medium to transfer and store the information from their computer.

Memory Stick:It is a USB-based flash memory drive. A family of flash memory cards from sony designed for digital storage in cameras. Camcorders and other handheld devices. Capacity of memory stick varies from 4 MB to 256GB. Magnetic TapeMagnetic tapes are made of a plastic film-type material coated with magnetic materials to store data permanently.Data can be read as well as recorded. It is usually 12.5 mm to 25 mm wide and 500 m to 1200 m long. These can store data in a sequential manner.

The data stored in magnetic tape is in the form of tiny segments of magnetised and demagnetised portion on the surface of the material. Magnetic tapes are durable, can be written. Erased and rewritten.

Magnetic tapes hold the maximum data, which can be accessed sequentially. Types of Magnetic Tape:There are mainly two types of magnetic tape as Tape Reel and Tape Cassette.

Each of the type has its own requirements. The older systems designed for networks use reel-to-reel tapes. Newer systems use cassettes holding more data than that of the huge reels. Tit-Bits:. The rate at which data is written to disk or read from disk is called data transfer rate. Track it records data bits as tiny magnetic spots.

Sector it holds a block of data that is read or written at one time. Root directory.

Is the main folder of disk. It contains information about all folders on the disk. Hard disk is a fixed disk i.e., cannot be removed from the drive.Secondary Memory Device and their Storage Method and Capacity. S.NoSecondary Memory DeviceStorage MethodCapacity1Floppy Disk (5.25 inch)Magnetic1.2 MB2Floppy Disk (3.5 inch)Magnetic1.44 MB3Floppy Disk (8 inch)Magnetic80 KB to 242 KB4Hard DiskMagneticUp to 1 TB5CD-ROMOptical640 MB to 680 MB6DVD-ROMOptical4.7 GB to 17 GB7Pen-DriveSolid State1 GB to 512 GB8Magnetic TapeSolid StateUp to 1 TBMemory Measurement:When you use a RAM,ROM.

Floppy disk or hard disk. The data is measured using some unit. In computer terminology. They are called nibble.

Bit, Byte, Kilobyte, Megabyte, Gigabyte, etc.Bit It stands for a Binary Digit. Which is either 0 or 1.Byte (B) A byte is approximately one character (letter ’a’.

A group of 8 bits is called a byte.Nibble 4 bits make one nibble.Kilobyte (KB) In memory. A group of 1024 bytes is called a Kilobyte.Megabyte (MB) In memory. A group of 1024 Kilobytes is called a Megabyte.

It is sometimes used. Less precisely, to mean 1 million bytes or 1000 KB.Gigabyte (GB) In memory, a group of 1024 megabytes is called a Gigabyte.

It is sometimes used, less precisely, to mean 1 billion bytes or 1000 MB.

Computer Memory System Overview

A memory is just like a human brain. It is used to store data and instructions.

Computer memory is the storage space in the computer, where data is to be processed and instructions required for processing are stored. The memory is divided into large number of small parts called cells. Each location or cell has a unique address, which varies from zero to memory size minus one. For example, if the computer has 64k words, then this memory unit has 64. 1024 = 65536 memory locations. The address of these locations varies from 0 to 65535.Memory is primarily of three types −. Cache Memory.

Primary Memory/Main Memory. Secondary MemoryCache MemoryCache memory is a very high speed semiconductor memory which can speed up the CPU. It acts as a buffer between the CPU and the main memory.

It is used to hold those parts of data and program which are most frequently used by the CPU. The parts of data and programs are transferred from the disk to cache memory by the operating system, from where the CPU can access them.

AdvantagesThe advantages of cache memory are as follows −. Cache memory is faster than main memory.

It consumes less access time as compared to main memory. It stores the program that can be executed within a short period of time. It stores data for temporary use.DisadvantagesThe disadvantages of cache memory are as follows −. Cache memory has limited capacity. It is very expensive.Primary Memory (Main Memory)Primary memory holds only those data and instructions on which the computer is currently working. It has a limited capacity and data is lost when power is switched off. It is generally made up of semiconductor device.

These memories are not as fast as registers. The data and instruction required to be processed resides in the main memory. It is divided into two subcategories RAM and ROM. Characteristics of Main Memory. These are semiconductor memories.

It is known as the main memory. Usually volatile memory. Data is lost in case power is switched off. It is the working memory of the computer. Faster than secondary memories. A computer cannot run without the primary memory.Secondary MemoryThis type of memory is also known as external memory or non-volatile. It is slower than the main memory.

These are used for storing data/information permanently. CPU directly does not access these memories, instead they are accessed via input-output routines. The contents of secondary memories are first transferred to the main memory, and then the CPU can access it. For example, disk, CD-ROM, DVD, etc.

Characteristics of Secondary Memory. These are magnetic and optical memories. It is known as the backup memory.

Design of wood structures. Abstract: Thoroughly revised to incorporate the latest codes and standards, the seventh edition of this comprehensive resource leads you through the complete design of a wood structure following the same sequence of materials and elements used in actual design. Detailed equations, clear illustrations, and practical design examples are featured. Dec 16, 2015  THE DEFINITIVE WOOD STRUCTURE DESIGN GUIDE — FULLY UPDATED. Thoroughly revised to incorporate the latest codes and standards, the seventh edition of this comprehensive resource leads you through the complete design of a wood structure following the same sequence of materials and elements used in actual design. The program for the sizing of wooden structures, for fire tests, for the calculation of metal connections, of the structural joins and of the wood-concrete collaborating floors. Download structural analysis software Structural Timber Designer 2.02 developed by Matteo Mosconi. Feb 19, 2017  Download Solution manual for Chapter 5: Structural Glued Laminated Timber Download Solution manual for Chapter 6: Beam Design Download Solution manual for Chapter 7: Axial Forces and Combined Bending and Axial Forces Download Solution manual for Chapter 8: Wood Structural Panels Download Solution manual for Chapter 9: Diaphragms Download.

It is a non-volatile memory. Data is permanently stored even if power is switched off. It is used for storage of data in a computer.

Computer may run without the secondary memory. Slower than primary memories.