Week 27 - Memory and Boot Procedure Overview Flashcards

1
Q

What is the difference between volatile and non-volatile storage, and what are they typically used for?

A

Non-volatile: Permanent storage without power

Volatile: Requires power to store data

Typically, non volatile is used for long term (SSD) and volatile for fast temporary (RAM)

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

What is RAM made out of?

A

RAM is built from microscopic capacitors that can each represent a binary 1 or 0

Binary 1 is a capacitor with a charge, binary 0 is one without

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

What does RAM speed refer to?

A

The bus that transmits between the module and the memory controller

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

What units of measurement do we use when referring to RAM capacity and speed?

A

Capacity: GB

Speed: MHz

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

What part of the OS manages memory?

A

Kernel

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

Where does the kernel reside when the computer is running?

A

RAM

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

Where does the kernel reside when the computer is shut down?

A

Hard drive

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

Where are memory chips attached to?

A

A memory module

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

What are 2 common types of memory chips and where would you find them?

A

DIMM: For desktops

SoDIMM: For laptops/Mac

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

What is a common problem in RAM?

A

Data Corruption - EG, a binary one is flipped to a binary 0

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

What is kernel panic?

A

Happens when the kernel encounters a non-recoverable error and halts or restarts to prevent further possible damage

Known in the windows world as the blue screen of death (BSOD)

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

What is firmware and what uses it?

A

Programming stored in a chip, like ROM, EEPROM, Flash etc

Everything uses firmware fuckface

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

What is a volume?

A

A logical storage unit formatted with a file system that can be accessed by a computer

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

What is a file system?

A

A required system of data structures and methods for storing, retrieving, and keeping track of data

HDDS and SSDs are platform agnostic, file systems often aren’t

Reading and writing to an external drive requires the computer’s OS be able to understand the drive’s volumes and file systems

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

What is system firmware and where is it located?

A

The underlying system used to initialize computer and load the OS

Located in EEPROM/Flash on motherboard

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

What does system firmware do during the boot process

A

Performs hardware tests

Locates and reads the OS