INTERNAL MEMORY 2 Flashcards

(15 cards)

1
Q

Goal of Memory Interleaving

A

To increase memory read or write rates by servicing multiple requests simultaneously using independent memory banks.

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

SDRAM (Synchronous DRAM)

A

DRAM that exchanges data with the processor synchronized to an external clock signal and is much faster than traditional DRAM.

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

DDR SDRAM Transfer Rate

A

Achieves a double data rate by transferring data on both the rising and falling edges of the clock pulse.

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

Low-Order Interleaving Addressing

A

Lower-order bits of the address determine the bank/module, distributing sequential addresses across different banks.

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

Memory Read Operation Cycle

A

The memory receives the address, enables the read signal, and eventually provides the data bits to the system bus.

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

M-bit data word, K check bits, condition for error correction

A

The code must satisfy the condition: $2^K \ge M + K + 1

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

Location of Parity Bits in Hamming Code

A

Parity bits are placed at bit positions that are powers of 2 (position 1, 2, 4, 8, etc.).

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

General ECC Code Capability (SEC-DED)

A

Single Error Correction (SEC) and Double Error Detection (DED).

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

Hard Error in Memory

A

A permanent physical defect in a memory cell that causes it to be permanently stuck at a 0 or a 1.

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

Soft Error in Memory

A

A random, non-destructive event that alters the state of a single memory cell without causing permanent damage (e.g., alpha particle disruption).

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

Advantage of Core Memory over Early Semiconductor Memory

A

Core memory was non-volatile, retaining data when power was off, unlike early volatile semiconductor RAM.

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

Memory Write Operation

A

The address is placed on the address bus, the data is placed on the data bus, and the write control signal is enabled.

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

Purpose of the Control Lines

A

Used to select the memory device, specify read/write direction, and indicate the timing of data availability.

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

Memory Module with 12 Address Lines and 16 Data Lines

A

Capacity is $2^{12} \times 16 \text{ bits} = 4,096 \times 2 \text{ bytes} = 8 \text{ KB}$ (since $16 \text{ bits} = 2 \text{ bytes}$).

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

The term ‘Core’ in Core Magnetic Memory

A

Refers to tiny magnetic rings that store one binary bit based on their magnetic polarity.

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