Chapter 7. Ethics and Ownership Flashcards
1
Q
What are the main types of memory in a computer?
A
- RAM (Random Access Memory): Volatile memory used for temporary data storage.
- ROM (Read-Only Memory): Non-volatile memory used to store firmware.
2
Q
What is the difference between volatile and non-volatile memory?
A
- Volatile memory loses its data when the power is turned off (e.g., RAM).
- Non-volatile memory retains data even when power is off (e.g., ROM, SSDs).
3
Q
What is the purpose of RAM in a computer?
A
- Provides fast, temporary storage for data and instructions that are currently being used by the CPU.
- Allows for quick read and write access.
4
Q
What are the differences between DRAM and SRAM?
A
- DRAM (Dynamic RAM): Requires periodic refreshing, slower but cheaper.
- SRAM (Static RAM): Does not require refreshing, faster but more expensive.
5
Q
What is the function of cache memory?
A
- A small, high-speed memory located inside or near the CPU.
- Stores frequently accessed data to speed up processing.
6
Q
What is the difference between primary and secondary storage?
A
- Primary storage: Directly accessible by the CPU, includes RAM and cache memory.
- Secondary storage: Non-volatile, used for long-term storage, includes HDDs and SSDs.
7
Q
What is an HDD (Hard Disk Drive)?
A
- A data storage device that uses magnetic storage to store and retrieve digital information.
- Contains spinning disks and read/write heads.
8
Q
What is an SSD (Solid State Drive)?
A
- A data storage device that uses flash memory to store data.
- Faster and more durable than HDDs, but generally more expensive.
9
Q
What are the benefits of using SSDs over HDDs?
A
- Faster data access and boot times.
- More durable, no moving parts, less prone to mechanical failure.
10
Q
What is virtual memory?
A
- A portion of a storage drive used as RAM when physical RAM is full.
- Allows a computer to handle larger workloads than the available physical RAM.
11
Q
What is the function of a memory address?
A
- A unique identifier for a memory location where data is stored.
- Used by the CPU to access data in memory.
12
Q
What is flash memory?
A
- A type of non-volatile memory that can be electrically erased and reprogrammed.
- Commonly used in USB drives, SSDs, and memory cards.
13
Q
What is the role of a memory management unit (MMU)?
A
- Manages the allocation of memory resources.
- Translates virtual memory addresses to physical addresses.
14
Q
What are optical storage devices?
A
- Devices that use laser technology to read and write data.
- Examples: CDs, DVDs, Blu-ray discs.
15
Q
What is the purpose of ROM?
A
- Stores firmware and essential system instructions.
- Non-volatile, data is retained even when the computer is powered off.