Computer Science Paper 1 Flashcards

1
Q

What are peripherals?

A

Peripherals are external pieces of hardware like a keyboard and mouse

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

What are embedded systems? (3)

A

Embedded systems are computers built into other devices.
Generally larger.
They are dedicated to a single task so they are cheap to produce and are efficient.

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

What does processing power of a CPU depend on ?

A

1) Clock speed
2) Cores
3) Cache

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

What are the 3 main parts of a CPU?

A

1) CU
2) ALU
3) Cache

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

What is the job of the CU?

A

It fetches, decodes and executes instructions (FDE Cycle)
Controls flow of data inside and outside CPU

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

What does the ALU do?

A

ALU does all the logical calculations.
Stores values in the accumulator

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

Why is cache useful?

A

Cache is very fast
Stores regularly used data so it is quick to access

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

Why is cache not that good?

A

Cache has a very low capacity and is expensive

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

How do you find the file size in bits?

A

File size(bits) = number of bits per character x number of characters

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

How to find file size in an image ?

A

File size ( bits) = width x height x colour depth

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

How to calculate file size in a sound?

A

File size (bits) = Sample rate (in Hz) x bit depth x length (in seconds)

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

What are the different levels of cache?

A

There are different levels of cache:
L1 - quick, low capacity
L2 - slower, holds more
L3 - slower, holds more

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

What does the Program Counter do?

A

PC holds the memory address of the instructions on each cycle

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

What does the MAR hold?

A

Holds any memory address about to be used by CPU.

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

What does the MDR hold?

A

Holds the actual data or instruction, either fetched from memory or waiting to be written to memory

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

What does the accumulator store?

A

Stores the results of the calculations of the ALU

17
Q

What is virtual memory?

A

Virtual memory is memory in secondary storage if RAM is filled up

18
Q

Components of a hard disk drive are ?

A

1)Moving parts
2) store data magnetically on metal disks
3) can be noisy

19
Q

Components of SSD

A
  • no moving parts
  • use flash memory for faster read/write time
  • usually quiet