Skip to main content

Primary and Secondary Memory.

 .

Primary Memory

  • Primary memory is the main memory of computer. It is used to store data and instructions during the processing of data. Primary memory is semiconductor memory.
  • Primary memory is of two kinds Random Access Memory (RAM) and Read Only Memory (ROM).
  • RAM is volatile. It stores data when the computer is on. The information stored in RAM gets erased when the computer is turned off. RAM provides temporary storage of data and instructions.
  • ROM is non-volatile memory, but it is a read only memory. The storage in ROM is permanent in nature and is used storing standard processing programs that permanently reside in the computer. ROM comes programmed by the manufacturer.
  • RAM stores data and instructions during the execution of instructions. The data and instructions that require processing are brought into the RAM from the storage devices like hard disk. CPU accesses the data and the instructions from RAM, as it can access it at a fast speed than the storage devices connected to the input and output.
  • The input data that is entered using the input unit is stored in RAM, to be made available during the processing of data. Similarly, the output data generated after processing is stored in RAM before being sent to the output devices. Any intermediate results generated during the processing of program are stored in RAM.
  • RAM provides a limited storage capacity.

Secondary  Memory 

  • The secondary memory stores data and instructions permanently. The information can be stored in secondary memory for a long time, and is generally permanent in nature unless erased by the user. It is a non volatile memory.
  • It provides back-up storage for data and instructions. Hard disk drive, floppy drive and optical disk drives are some examples of storage devices.
  • The data and instructions that are currently not being used by CPU, but may be required later for processing are stored in secondary memory.
  • Secondary memory has a high storage capacity than the primary memory.
  • Secondary memory is also cheaper than the primary memory.
  • It takes longer time to access the data and instructions stored in secondary memory than in primary memory.
  • Magnetic tape drives, disk drives and optical disk drives are different types of storage devise.


Comments

Popular posts from this blog

BCA Math II old question model solution

 . BCA Math II question model 2018: BCA Math II question model 2019: BCA Math II question model 2020:

Important questions of C programming (BCA)

 . What is the characteristics of a good program? Explain types of language processor. Explain any two system design tools. Explain Program Development Life Cycle. Define programing techniques. Different between top-down and button - up approach with suitable example. Difference between cohesion and coupling. Define identifiers, constants, variables and keywords. Explain datatypes. Explain different types of  datatypes available in C. Define operator. Explain its types with suitable example. Explain decision making statement. Explain its type with example. Difference between while, do while loop, for loop. Write a program to find the fibonacci  sequence. What is jumping statement. Explain its types with suitable example.    Write a program to display following:               *               **               ***         ...

BCA mathematics -I (Unit I Set)

 .