Hardware Flashcards

1
Q

What is an address bus

A

A one way connection between the main memory and cpu, it carries the address of the next instruction that the cpu sends to the main memory

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

What is a data bus

A

A two way connection between the cpu and main memory and secondary storage. It carries the instruction at the address the cpu sent on the address bus. It is two way as the processor may have to send data back.

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

What is a control bus

A

A connection that carries signals to show if the data bus and address bus is in use

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

What does the random access in ram mean

A

Not actually random but it means you can write anywhere in that memory space at any time. You don’t have to put the next thing straight after the last one like you have to with magnetic tape

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

What is ram for

A

To load programs onto from the hard drive so the cpu can access the instructions

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

What is virtual memory

A

Memory from the hard drive that acts like ram if there isn’t enough ram. It’s slower than ram so isn’t ideal and the instructions the cpu needs still have to be in the ram so data is always swapping places from the ram and the virtual memory. This can make it very slow

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

What does it mean to be volatile

A

If the memory is volatile, once it no longer has power, the data stored will be removed

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

Properties of ram

A

Very fast, not as fast as cache
Expensive per gB
Volatile
Can be read and written

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

Properties of rom

A

Non volatile
Can’t be written on
Read only

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

What is the bootstrap loader

A

A small program in the rom that when the computer is first turned on, it runs and loads the operating system. Once the os is loaded, it takes over the rest. Like the apu of a plane starting up the engines. Bootstrap has been abbreviated to booting, boot up a computer

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

Examples of primary and secondary memory

A

Ram

Hard drive, memory sticks, tapes, CDs. These are all long term, non volatile storage types

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

What are the important things about secondary storage when choosing one to buy

A

Has to have a large capacity
Doesn’t have to be super fast as that will make it expensive
How easy is it carry, is it permanent like hard drives or is it portable like memory sticks
How durable is it, will it survive being dropped
How reliable is it, will it last years or a few weeks

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

How do optical storage media work

A

Coated in a dye layer on the disk, a laser can change the dye so its opaque or transparent
Laser shone onto disk and it’s reflected if transparent or it gets absorbed if it’s opaque
If reflection detected, this is 0 and 1 is when it’s not reflected.

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

Benefits of solid state storage

A

No moving parts so more reliable and faster

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

How does solid state memory work

A

Basically a big grid of transistors ( switches) that can be switched and kept into one persition. Each transistor can store one bit of data, 1 or 0. This is called EEPROM, electronically erasable programmable read only memory

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

What is capacity and density

A

Capacity is how much data something can store and density is how much it can store while keeping its size the same such as 4GB sd and 256gb sd