GCSE Flashcards

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

Control unit

A
  • manages data flow inside the CPU (to registers, ALU, cache) and outside the CPU (to main memory and input/output devices)
  • decodes instructions
  • it controls and coordinates the activities of the CPU in the fetch-decode-execute cycle
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HDDS pros + cons

A
  • High capacity —> up to several TB
  • inexpensive —> compared to SSDs
  • less durable than SSDs —> contain moving parts —> not so robust —> if dropped
  • can be affected —> by magnetic fields + heat —> so requires expensive cooling systems —> less durable
  • Fast + reliable —> means fewer repairs
  • Slower than SSDs —> contains moving parts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

HDDs pros + cons

A
  • High capacity —> up to several TB
  • inexpensive —> compared to SSDs
  • less durable than SSDs —> contain moving parts —> not so robust —> if dropped
  • can be affected —> by magnetic fields + heat —> so requires expensive cooling systems —> less durable
  • Fast + reliable —> means fewer repairs
  • Slower than SSDs —> contains moving parts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SSDs pros + cons:

A
  • durable —> has no moving parts —> will be more robust when dropped
  • reliable —> means fewer repairs
  • portable + takes up little physical space —> due to no moving parts —> reducing the physical device size
  • can be expensive
  • creates little heat + has efficient power consumption —> therefore, doesn’t require —> expensive cooling systems
  • high capacity
  • high speed —> contains no moving parts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Optical pros + cons:

A
  • highly portable + lightweight —> easy to post or carry
  • cheap
  • not so durable —> will degrade over time —> with exposure to sunlights —> + is also susceptible to scratches
  • slowest speed
  • low capacity —> 50GB for Blu-Ray Dual layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Registers

A

super fast memory that can be accessed extremely quickly
it stores instructions, memory addresses and data

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

Cache

A

it is very fast memory - but slower than registers
used to store instructions or data that the CPU is likely to reuse

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

Increasing clock speed means

A

programs run faster

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

An application and document is saved on a drive. You click on the document to open it. What must happen first before the CPU can process the document?

A

The application needs to be loaded into RAM. The document needs to be loaded to RAM.

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

Effect of increasing the sample rate (frequency) or sample resolution (bit depth)

A

increases the quality
increases the file size

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

A 2-place shift to the right effect:

A

divides the number by 4
causes a loss of precision

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

How is MOP represented in ASCII

A

each character has its ASCII code stored in the order written
the ASCII code is converted into 8 bit binary

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

Network protocol

A

is a set of rules for communication

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

Layer

A

provides a division of network functionality

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

Advantages of layers

A
  • layers are self-contained - allows developers to only concentrate on one aspect of the network
  • layers can be edited and removed without affecting other layers - provides more manageable divisions of work
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Clock speed

A

determines the number of instructions processed per second

17
Q

CPU speed dependent on

A

cache size
clock speed
number of cores

18
Q

PC performance improved by

A

RAM
GPU
CPU
hard disk (SSD or HDD)

19
Q

Explain how multitasking works

A

All running programs or data are stored in the RAM
which is managed by the memory management of the OS
one program can be run at a time by the CPU
so each process is allocated CPU time by the OS
one the allocated time is ended, the process is paused
the CPU time is then given to another process
this happens so quickly that to the user, it appears that multiple processes are run simultaneously