Computer system Flashcards

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

What is a computer?

A
  • a machine that processes data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Hardware

A
  • physical component of a computer system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Embedded System

A
  • a computer system built into a device
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Control Unit

A
  • controls the flow of data in and out of the CPU
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

CPU

A
  • processes instructions and data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Registers

A

Examples:

  • program counter
  • accumulator register
  • memory address register
  • memory data register
  • store data before its needed by CPU to be read to, written to, deleted or moved to another area
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Accumulator Logic Unit

A
  • stores results of logic calculations and preforms division, multiplications, addition and subtraction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Cache

A
  • small memory store that contains frequently used data for faster access
  • there are 3 levels ; higher level = lower capacity and faster access speed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Fetch Decode Execute cycle

A

1 - copy the memory address from the program counter to the memory address register
2 - copy the instruction form memory address register to the memory data register
3 - program counter is incremented (increased) to point to the next data address instruction
4 - the instruction is decoded in the control unit and prepares for the next step
5 - the instruction is carried out

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

Volatile

A
  • data/ files that are deleted when device is switched off/ temporary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Non Volatile

A
  • data/ files that are not deleted when device is turned off/ permanent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Random access memory

A
  • stores data from in use program

- can be read and written to

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

Read only memory

A
  • stores data required for programs to run

- can only be read to

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

Random Access Memory

A
  • volatile
  • stores data, files and programs when they’re in use
  • can be read and written to
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Read Only Memory

A
  • non volatile
  • contains the BIOS that allows a device to boot up
  • when the computer is turned on the CPU reads instructions from ROM to do self checks and set up the computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Virtual Memory

A
  • used when RAM is full or low on storage
  • its has slower access speed and lower capacity than RAM
  • data is moved from VM back to RAM when it needs to be read
17
Q

Clock speed

A
  • number of instructions that can be carried out by CPU per second
  • measure in Hz/GHz; 1GHz = 1 billion instructions per second
18
Q

Cores

A
  • A core is a section of the CPU that independently carries out instructions
  • more instructions = faster access
19
Q

Primary Storage

A
  • mostly volatile
  • areas that can be accessed by the CPU very quickly
  • stores data from in use programs
  • ROM, cache, RAM and CPU registers
  • fastest read and write speeds
20
Q

Secondary Storage

A
  • non volatile
  • where all data (operating systems, applications and user files) are stored when not in use
  • includes hard disk drives, solid state drives, CDs and SD cards
  • read and write speeds are slower compared to primary storage
21
Q

Tertiary Storage

A
  • non volatile
  • used for storing data long term
  • mainly used for archives and backups for large amounts of data
22
Q

Hard Disk Drive

A
  • traditional internal storage in PCs and laptops
  • made up of a stack of magnetised metal disks
  • data is stored magnetically in small areas called sectors, within circular tracks
  • read and write heads on a moving arm are used to locate sectors
  • portable HDDs are popular for backing up and transporting large amounts of data
23
Q

Summary of secondary storage

A

slowest - fastest:
- optical, memory card, magnetic tape, HDD, SSD

cheapest - most expensive:
- magnetic tape, optical disc, HDD, memory card, SSD

lowest capacity - highest capacity:
- optical disc, memory cards, SSD, HDD, magnetic tape