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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are optical storage devices?

A
  • Devices that use laser technology to read and write data.
  • Examples: CDs, DVDs, Blu-ray discs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the difference between PROM and EPROM?

A
  • PROM (Programmable ROM): Can be programmed once.
  • EPROM (Erasable Programmable ROM): Can be erased and reprogrammed multiple times.
17
Q

What is a hybrid drive?

A
  • A storage device that combines a traditional HDD with a cache of SSD.
  • Offers a balance between large storage capacity and improved performance.
18
Q

What is cloud storage?

A
  • A service that allows data to be stored on remote servers accessed via the internet.
  • Provides scalability and remote access to data.
19
Q

What are the advantages of using cloud storage?

A
  • Accessibility from any device with internet access.
  • Reduces the need for physical storage hardware.