1.2 Memory and Storage Flashcards

1
Q

What is primary memory?

A

Primary memory is a type of memory that is accessed directly by CPU.

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

List the types of primary memory

A

Registers
Cache
RAM
Virtual Memory

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

What is latency?

A

Latency is the time taken by components to respond to a request.

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

How is the access time reduced?

A

By copying frequently used data and instructions to the cache.

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

What is RAM?

A

A temporary memory which stores data, files and parts of the operating system that are currently in use.

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

What are the types of RAM?

A

Static RAM and Dynamic RAM

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

What is the difference between SRAM and DRAM?

A

SRAM is made of ‘flip-flops’ and need not be constantly refreshed.
DRAM is made of transistors and capacitors, and has to be constantly refreshed.

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

Which type of RAM is used for cache memory?

A

SRAM

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

Which of the types of RAM offers higher capacity?

A

DRAM

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

What is ROM?

A

A permanent memory that is used to store the instructions that are executed once the computer is switched ON.

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

How is ROM made?

A

ROM is made by interconnecting several transistors.

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

What are the types of ROM?

A

PROM, EPROM, EEPROM and Flash ROM.

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

What is Flash ROM?

A

A type of ROM that is programmed by applying slightly large electric current that forces an electron through a barrier.

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

True or False. Flash memory is non-rewritable.

A

False: Flash memory is rewritable.

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

When is virtual memory required?

A

When a computer has too many processes running at the same time and the capacity of RAM is not enough.

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

What is virtual memory?

A

A section of hard drive is allocated for storing temporary data when the capacity of RAM is not enough.

17
Q

What is swapping

A

Swapping (or paging) is the process by which the OS transfers data between RAM and virtual memory.

18
Q

What type of data is copied to virtual memory?

A

Data that is not immediately required by a CPU is removed from RAM and is copied to the virtual memory .

19
Q

Based on what principle does a hard disk drive operates?

20
Q

What are the advantages of using hard disk drives?

A

Provides high storage capacity and is cost-effective.

21
Q

List some applications of hard disk drives.

A

Large storage facilities, computers and laptops.

22
Q

Why is the access time of a hard disk drive higher compared to RAM?

A

Due to a large number of head movements

23
Q

True or False: Latency is lower in an SSD compared to a HDD.

24
Q

Based on what principle does a solid state drive operate?

A

Electronic properties

25
List some applications of solid state drives.
Used in portable devices such as tablets and mobile phones.
26
Compare the reliability of an SSD and a HDD.
HDDs are less reliable as the moving parts could break. SDDs are highly reliable as no moving parts.
27
Based on what principle does an optical storage system operate?
Optics and light-sensitive materials
28
List some optical storage devices.
DVD, CD and Blu-ray discs
29
What are the different types of optical storage devices?
Read only and Read/write
30
True or False: The time taken to transfer data to CDs is comparatively higher than that of flash memory
True
31
What are read-only devices used for?
For storing programs, movies and songs distributed by its producers.
32
What are optical devices used for?
Storing back ups, programs and transferring large files.
33
What parameters are considered for choosing a storage device?
Capacity, speed, portability, durability and reliability.
34
What are the different types of memory access?
Direct memory access and sequential memory access.