I.T Storage Flashcards
(51 cards)
What is a storage device?
A hardware component used to hold and retrieve digital data.
What is storage media?
The physical material on which data is saved
What is primary storage?
Temporary, volatile memory used by the CPU to hold data and instructions in use.
What are two types of primary storage?
RAM and ROM.
What does RAM stand for?
Random Access Memory.
What is the function of RAM?
Temporarily stores data being processed and allows data to be read and written quickly.
Is RAM volatile or non-volatile?
Volatile.
What does ROM stand for?
Read Only Memory.
What is the function of ROM?
Permanently stores essential system instructions needed to start up the computer.
Is ROM volatile or non-volatile?
Non-volatile.
What is another name for primary storage?
Main memory or internal memory.
What is secondary storage?
Non-volatile memory used to store data/information long-term.
Why is secondary storage needed in addition to primary storage?
To save data and programs beyond the computer’s active session.
What type of storage is used by the CPU during processing?
Primary storage.
What type of storage keeps data when power is turned off?
Secondary storage.
What does IDE stand for?
Integrated Drive Electronics.
What is another name for IDE?
PATA (Parallel ATA - Advanced Technology Attachment)
What is IDE/PATA used for?
It is an older standard interface for connecting storage devices to the motherboard using parallel data transfer.
What does SATA stand for?
Serial Advanced Technology Attachment.
What is SATA used for?
It is a newer and faster interface for connecting storage devices like hard drives and SSDs using serial communication.
Why is SATA preferred over IDE/PATA?
Because it supports faster data transfer and is more efficient for modern systems.
Which interface is older: IDE or SATA?
IDE (also called PATA).
What is a bit?
The smallest unit of digital data, representing a 0 or 1.
What is a byte?
A group of 8 bits used to represent a single character.