Primary Mermory Storage Flashcards

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.

A

ROM

20
Q

What type of memory is used for system boot processes?

A

ROM

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.

A

True

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
Q

What is a memory address?

A

A unique identifier for a specific location in memory.

26
Q

Fill in the blank: __________ is a process that allows the CPU to quickly access frequently used data.

A

Caching

27
Q

What is the purpose of memory swapping?

A

To move data from RAM to disk storage when RAM is full, allowing for more applications to run.

28
Q

True or False: The CPU can access both primary and secondary memory at the same speed.

A

False

29
Q

What is the effect of increasing RAM in a computer?

A

It can improve performance by allowing more applications to run simultaneously.

30
Q

What does the term ‘latency’ refer to in memory technology?

A

The delay between a request for data and the delivery of that data.

31
Q

Fill in the blank: __________ is a type of non-volatile memory used in embedded systems.

A

Flash memory

32
Q

What is the main purpose of the BIOS stored in ROM?

A

To perform hardware initialization during the booting process.

33
Q

What is the difference between read and write operations in memory?

A

Read operations retrieve data, while write operations store data.

34
Q

True or False: Primary memory can be directly accessed by the CPU.

A

True

35
Q

What is a common use of cache memory?

A

Storing frequently accessed data for quick access by the CPU.

36
Q

What does the term ‘memory bandwidth’ refer to?

A

The amount of data that can be read from or written to memory in a given time period.

37
Q

Fill in the blank: __________ is a method of organizing memory to improve access speed.

A

Memory interleaving

38
Q

What is the primary role of the memory controller?

A

To manage data flow to and from the primary memory.

39
Q

What is the significance of memory size in computing?

A

Larger memory sizes allow for more data to be processed simultaneously.

40
Q

True or False: Cache memory is located on the motherboard.

A

True

41
Q

What is the purpose of dual-channel memory architecture?

A

To increase memory bandwidth and improve performance.

42
Q

What is the effect of memory fragmentation?

A

It can lead to inefficient use of memory and reduced performance.

43
Q

Fill in the blank: __________ is a technique used to improve memory performance by using multiple memory modules.

A

Memory mirroring

44
Q

What is the function of virtual memory?

A

To extend the apparent amount of RAM by using disk space.

45
Q

True or False: Primary memory is slower than secondary memory.

A

False

46
Q

What is a memory leak?

A

A situation where a program consumes memory without releasing it, leading to reduced available memory.