Chapter 7. Ethics and Ownership Flashcards
What are the main types of memory in a computer?
- RAM (Random Access Memory): Volatile memory used for temporary data storage.
- ROM (Read-Only Memory): Non-volatile memory used to store firmware.
What is the difference between volatile and non-volatile memory?
- 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).
What is the purpose of RAM in a computer?
- Provides fast, temporary storage for data and instructions that are currently being used by the CPU.
- Allows for quick read and write access.
What are the differences between DRAM and SRAM?
- DRAM (Dynamic RAM): Requires periodic refreshing, slower but cheaper.
- SRAM (Static RAM): Does not require refreshing, faster but more expensive.
What is the function of cache memory?
- A small, high-speed memory located inside or near the CPU.
- Stores frequently accessed data to speed up processing.
What is the difference between primary and secondary storage?
- 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.
What is an HDD (Hard Disk Drive)?
- A data storage device that uses magnetic storage to store and retrieve digital information.
- Contains spinning disks and read/write heads.
What is an SSD (Solid State Drive)?
- A data storage device that uses flash memory to store data.
- Faster and more durable than HDDs, but generally more expensive.
What are the benefits of using SSDs over HDDs?
- Faster data access and boot times.
- More durable, no moving parts, less prone to mechanical failure.
What is virtual memory?
- 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.
What is the function of a memory address?
- A unique identifier for a memory location where data is stored.
- Used by the CPU to access data in memory.
What is flash memory?
- A type of non-volatile memory that can be electrically erased and reprogrammed.
- Commonly used in USB drives, SSDs, and memory cards.
What is the role of a memory management unit (MMU)?
- Manages the allocation of memory resources.
- Translates virtual memory addresses to physical addresses.
What are optical storage devices?
- Devices that use laser technology to read and write data.
- Examples: CDs, DVDs, Blu-ray discs.
What is the purpose of ROM?
- Stores firmware and essential system instructions.
- Non-volatile, data is retained even when the computer is powered off.
What is the difference between PROM and EPROM?
- PROM (Programmable ROM): Can be programmed once.
- EPROM (Erasable Programmable ROM): Can be erased and reprogrammed multiple times.
What is a hybrid drive?
- A storage device that combines a traditional HDD with a cache of SSD.
- Offers a balance between large storage capacity and improved performance.
What is cloud storage?
- A service that allows data to be stored on remote servers accessed via the internet.
- Provides scalability and remote access to data.
What are the advantages of using cloud storage?
- Accessibility from any device with internet access.
- Reduces the need for physical storage hardware.