Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Explain auxiliary memory. What are the commonly used auxiliary memory ?

  1. What is Auxiliary Memory?
    • Think of auxiliary memory as a large external storage space for your computer. It’s where you keep data that isn’t actively being used by the CPU.
    • It’s non-volatile, meaning it retains data even when the power is turned off.
  2. Common Types of Auxiliary Memory:
    • Magnetic Disks:
      • Imagine a circular metal or plastic plate.
      • Data is stored and retrieved using a conducting coil called the head.
      • When data is read or written, the plate spins under the stationary head.
    • Magnetic Tape:
      • It’s like a long strip of plastic coated with a magnetic material.
      • Data is stored as magnetic spots along tracks on the tape.
      • Read/write heads move along the tracks to record or read data.
    • Flash Memory:
      • This is electronic storage that doesn’t have moving parts.
      • It can be erased and reprogrammed.
      • Examples include USB flash drives, memory cards, and solid-state drives.
    • Optical Disk:
      • These disks use lasers to read and write data.
      • They can store a lot of data, more than magnetic media like floppy disks.
      • There are different types like CD/DVD/BD-ROM (read-only), WORM (write-once read-many), and EO (erasable optical disks).

Leave a Comment