Posts

Characteristics Of Memory

Memory has several key characteristics that describe how it works and how information is processed and retained. Here are the main ones: 1. Encoding: The process of converting   information into a form that can be stored in   memory. This could be visual (images), acoustic   (sounds), or semantic (meaning-based). 2. Storage: The retention of encoded information    over time. Memory is stored in different types: 3. Sensory memory: Very short-term   (milliseconds to seconds) 4. Short-term memory (STM): Holds small   amounts of information for a short time (about   20–30 seconds) 5. Long-term memory (LTM): Stores large   amounts of information for long periods   (possibly  indefinitely) 6. Retrieval: The process of accessing stored   information when needed. Retrieval can be   recall   (bringing up info without cues) or   recognition (identifying info with ...

How Does Computer Memory Works?

Image
When you open a program, it is loaded from secondary memory into primary memory. Because there are various types of memory and storage, an example would be moving a program from a solid-state drive (SSD) to RAM. Because primary storage is accessed more quickly, the opened software can connect with the computer’s processor more quickly. The primary memory is readily accessible from temporary memory slots or other storage sites. Memory is volatile, which means that data is only kept temporarily in memory. Data saved in volatile memory is automatically destroyed when a computing device is turned off. When you save a file, it is sent to secondary memory for storage. There are various kinds of memory accessible. It’s operation will depend upon the type of primary memory used. but normally, semiconductor-based memory is more related with memory. Semiconductor memory made up of IC (integrated circuits) with silicon-based metal-oxide-semiconductor (MOS) transistors.

Types of memory

Image
  Types of Computer Memory In general, computer memory is divided into three types: Primary memory Secondary memory Cache memory Now we discuss each type of memory one by one in detail: 1. Primary Memory It is also known as the main memory of the computer   system. It is used to store data and  programs or instructions  during  computer operations . It uses semiconductor technology and hence is commonly called semiconductor memory. Primary memory is of two types: RAM (Random Access Memory):  It is a volatile memory. Volatile memory stores information based on the power supply. If the power supply fails/ interrupted/stopped, all the data and information on this memory will be lost.  RAM  is used for booting up or starting the computer. It temporarily stores  programs/data  which has to be executed by the  processor . RAM is of two types: S RAM (Static RAM):   S RAM  uses transistors and the circuits of this memory are capab...

Introduction To Computer Memory

Image
  INTRODUCTION A computer is an electronic device that can process, store, and retrieve data, typically to perform a wide variety of tasks. At its core, a computer is designed to execute programs, which are sets of instructions that tell it how to perform specific tasks. Computers can handle different kinds of data, such as numbers, text, images, and even complex media like videos and sound. MEANING OF COMPUTER MEMORY Computer memory is just like the human brain. It is used to store data/information and instructions. It is a data storage unit or a data storage device where data is to be processed and instructions required for processing are stored. It can store both the input and output can be stored here. It’s faster than secondary memory (e.g., hard drives). It is usually  volatile , meaning it loses data when power is turned off. A computer needs to run; a computer can’t operate without primary memory.