System Hardware Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What does PC stand for?

A

Program counter

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

What does CPU stand for?

A

Central Processing Unit

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

What does the CPU do? (4 steps)

A

Fetch Decode Execute Store

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

Name 3 factors the affect CPU speed.

A

Clock speed

Cores

Cache size

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

What does ROM stand for?

A

Read Only Memory

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

What is RAM used for?

A

RAM stores data the CPU is currently working on.

e.g. running programs, websites, apps, etc

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

What is Secondary Storage? (Hard Drive, SSD)

A

The long term storage of the PC.

e.g. Where a Video Game is stored after you download it, so you don’t have to keep reinstalling it every time you want to play it

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

What is Primary Storage? (RAM, ROM, Cache)

A

Storage that is directly accessible to the CPU.

It holds the data and instruction the CPU is currently working on.

When you open an app (from secondary storage) all of its data is sent to the RAM, where it can be processed.

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

What is Clock Speed?

A

Measures the amount of cycles between the CPU and RAM.

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

What is Cache?

A

It stores programs that are frequently processed.

It is a physical part of the CPU, because it is quicker than Fetching it from the RAM

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

What do Cores do, and why is having more better for the PC?

A

Cores are individual processing units in the CPU, which read and process data from single computing tasks.

Having more Cores means the CPU can work on multiple processes at the same time.

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

What does 1Ghz represent?

A

1 billion cycles between the CPU and RAM per second

e.g. A 3.6 Ghz CPU will cycle 3.6 billion times a second.

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

What is a Bit?

A

A single binary value (0 or 1)

It is the smallest unit of data in a computer

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

How big is a Nibble?

A

4 bits

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

How big is a Byte?

A

8 bits

17
Q

How big is a KiloByte?

A

1000 bytes

18
Q

How big is a MegaByte? (MB)

A

1000KB

19
Q

How big is a GigaByte? (GB)

A

1000MB

20
Q

How big is a TeraByte?

A

1000GB

21
Q

What is the formula for Image File size?

A

Number of Pixel * Number of bytes per pixel

22
Q

What is the formula for Sound File size?

A

BytesPerSample * SamplesPerSecond * Channel * Duration (in seconds)

23
Q

How big is a single Character?

A

1 byte / 8 bits

24
Q

How big is a single Integer? (whole number)

A

4 bytes