Skip to main content

Types of Computer Memory you know

It is an internal storage area in the computer system. The term Memory is used for physical memory, which refers to the actual chips capable of holding data. There is also a virtual memory, which expands physical memory onto s hard disk. There are two types of memory use in Computer primary and secondary.


1. Primary Memory: Every computer comes with a certain amount of physical memory, usually referred to as main memory for Example – RAM and ROM.

RAM (Random Access Memory): It is a temporary storage area utilized by the CPU. Before a program runs, the program is loaded into the memory which allow the CPU direct access to the program.

  • SRAM: Abbreviation is static Random Access Memory that is faster and more reliable than the more common DRAM (Dynamic Memory).
  • DRAM: Stand for Dynamic Random Access Memory, a type of memory used in most Personal Computers.

credit: third party image reference

ROM (Read Only Memory): Computers always contain a small amount of Read-only Memory that holds instructions for starting up the computer. Unlike Ram, Rom cannot be written to. It is non-volatile which means once you turn off the computer the information is still there.

  • PROM: A PROM is a memory chip on which data can be written only once. the difference between a PROM and a ROM (Read-only-memory) is that a manufactured as blank memory, where as a ROM is programmed during the manufacturing process.
  • EPROM: It is a special type of PROM that can be erased by exposing it to ultraviolet light. Once it is erased, it can be reprogrammed. An EEPROM is similar to a PROM, but requires only electricity to be erased.

credit: third party image reference

2. Secondary Memory: There types of memories are internal or external devices either inside or outside the Computer. It store program and data permanently. It is slower, but cheaper. Floppy disks, hard drives, CD, DVD Pen drive etc are secondary storage devices. You can not store the data in primary memory permanently and primary memory costs higher than primary memory whereas the secondary memory devices are cheaper comparatively.

Comments

Popular posts from this blog

What are the number system in a computer.

What are the number system in a computer. Number system There is base or radix that used distinct symbols for digit. Numbers are represented by a string digits symbols. For example Binary 0,1 and base is 2. Decimal 0, 1, 2...9 and is 10. Octal 0,1,2...7 and base is 8. Hexadecimal 0, 1, 2...9, A, B, C, D, E, F and base is 16. credit: third party image reference Binary Number System It is a number system which base or radix is only 2. As its name implies it supports only two numbers namely 0 and 1. Any value in this number system is represented like this (1000)2. Here base 2 shows that it is a binary numbers system. credit: third party image reference Decimal Number System The number system that we use in our day-to-day life is the decimal number system. Decimal number system has base 10 as it uses 10 digits from 0 to 9. In the decimal number system, the successive positions to the left of the decimal point represent units, tens, hundreds, thousands and so on. Each position represents a

What is the Disk operating system on a computer?

credit: third party image reference Introduction DOS is an Operating system. It works as an interpreter. We give English like commands and it converts it into machine language and after processing the information, returns the results to you in English. MS-DOS consists of four essential programs and set additional utilities. Components of MS-DOS consist of essentials programs and set of additional utilities. For main programs are boot Record, IO.SYS, and COMMAND.COM. credit: third party image reference Internal Commands Their commands are also called memory-resident and these are automatically loaded into the computer's memory during the booting process. They are actually included in the command.com file. So these commands are executable immediately after getting the dos prompt. External Commands These Commands are called DIsk-Resident Commands. These Commands are meant for a special purpose. These are found in separate files on Hard Disk or Floppy Disk so that they don't typica

What is the Operating Systems in computer?

An operating system plays an important role in the use Computer. It prepares a bare Machine usable for the user. In other words an operating system works as an interface between Computer and user. The operating system enables the user to use the system resources and access several other programs effectively. Windows operating system offer icons, graphics based interface to the users and they can mouse to perform a number of operations. credit: third party image reference Types of Operating Systems Single User, Single task:  These types of Operating System manage the computer so that one user can effectively do one thing at a time. Single User Multi-tasking:  Microsoft’s Windows and Apple’s Mac OS are both example of operating systems that will let a  single user  several programs in operation at the same time. credit: third party image reference Multi User, Multi-task:  This allows two more users to run programs at the same time. Some operating systems permit hundreds or even thousands