Primary Mermory Storage Flashcards

(46 cards)

1
Q

What is primary memory storage?

A

Primary memory storage refers to the computer’s main memory, which is used to store data and programs that are in active use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: Primary memory is also known as volatile memory.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the two main types of primary memory?

A

RAM (Random Access Memory) and ROM (Read-Only Memory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fill in the blank: __________ memory is used for temporary storage while a computer is running.

A

RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does RAM stand for?

A

Random Access Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

True or False: Data in ROM can be easily modified.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the primary function of RAM?

A

To provide fast read and write access to a storage medium that the CPU can use for processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the main characteristic of volatile memory?

A

It loses its contents when the power is turned off.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which type of primary memory is non-volatile?

A

ROM (Read-Only Memory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does ROM stand for?

A

Read-Only Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Fill in the blank: __________ is a type of RAM that can be accessed faster than traditional RAM.

A

SRAM (Static Random Access Memory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is DRAM?

A

Dynamic Random Access Memory, which needs to be refreshed thousands of times per second.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True or False: Cache memory is a type of primary memory.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the purpose of cache memory?

A

To store frequently accessed data and instructions to speed up processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the difference between SRAM and DRAM?

A

SRAM is faster and does not need to be refreshed, while DRAM is slower and needs constant refreshing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the advantage of using primary memory over secondary memory?

A

Primary memory provides faster data access speeds compared to secondary memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

True or False: Primary memory is typically larger than secondary memory.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is the typical size range for RAM in modern computers?

A

From 4 GB to 64 GB or more.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Fill in the blank: __________ memory is used to store firmware and system-level software.

20
Q

What type of memory is used for system boot processes?

21
Q

What does the term ‘memory hierarchy’ refer to?

A

The structured arrangement of different types of memory in a computer system, from fastest to slowest.

22
Q

True or False: All types of primary memory are accessible by the CPU.

23
Q

What is the main disadvantage of volatile memory?

A

It loses all stored data when the power is turned off.

24
Q

What is the role of memory management in a computer system?

A

To efficiently allocate and manage primary memory resources among various applications.

25
What is a memory address?
A unique identifier for a specific location in memory.
26
Fill in the blank: __________ is a process that allows the CPU to quickly access frequently used data.
Caching
27
What is the purpose of memory swapping?
To move data from RAM to disk storage when RAM is full, allowing for more applications to run.
28
True or False: The CPU can access both primary and secondary memory at the same speed.
False
29
What is the effect of increasing RAM in a computer?
It can improve performance by allowing more applications to run simultaneously.
30
What does the term 'latency' refer to in memory technology?
The delay between a request for data and the delivery of that data.
31
Fill in the blank: __________ is a type of non-volatile memory used in embedded systems.
Flash memory
32
What is the main purpose of the BIOS stored in ROM?
To perform hardware initialization during the booting process.
33
What is the difference between read and write operations in memory?
Read operations retrieve data, while write operations store data.
34
True or False: Primary memory can be directly accessed by the CPU.
True
35
What is a common use of cache memory?
Storing frequently accessed data for quick access by the CPU.
36
What does the term 'memory bandwidth' refer to?
The amount of data that can be read from or written to memory in a given time period.
37
Fill in the blank: __________ is a method of organizing memory to improve access speed.
Memory interleaving
38
What is the primary role of the memory controller?
To manage data flow to and from the primary memory.
39
What is the significance of memory size in computing?
Larger memory sizes allow for more data to be processed simultaneously.
40
True or False: Cache memory is located on the motherboard.
True
41
What is the purpose of dual-channel memory architecture?
To increase memory bandwidth and improve performance.
42
What is the effect of memory fragmentation?
It can lead to inefficient use of memory and reduced performance.
43
Fill in the blank: __________ is a technique used to improve memory performance by using multiple memory modules.
Memory mirroring
44
What is the function of virtual memory?
To extend the apparent amount of RAM by using disk space.
45
True or False: Primary memory is slower than secondary memory.
False
46
What is a memory leak?
A situation where a program consumes memory without releasing it, leading to reduced available memory.