2.3 architecture Flashcards

1
Q

what is a processor?

A

-CPU interprets and carries out basic instructions to process the computers data and exchanges this data with other components + peripherals

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

Control unit

A

manages the order instructions are executed, manages fetch/execute cycle, controls input and output of data + implements loops and jumps.

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

ALU

A
  • digital circuit which carries out mathematical and logical operations on data associated with instructions being executed. - loads data from input registers, receives instructions from the CU on what operation to perform and stores result in an output register.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Clock

A

-pulses are provided by an internal clock which helps to synchronise all internal processes/ components by generating pulses at a constant rate.

=Determines how many computer instructions are carried out each second

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

main memory

A

-RAM and internal memory

-immediate access memory

-Volatile

-stores a portion of the OS, application software currently running + other data items the processing unit needs when carrying out operations

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

ROM

A

contents are permanent and written onto ROM when it’s first made and cannot be altered.

non-volatile

stores programs such as basic instructions needed to start a computer and launch the OS

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

Cache

A

stores copies of contents of most frequently accessed memory locations (e.g data, applications programs data files etc)

CPU first searches cache before searching main memory

Can be accessed much faster than RAM

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

data bus

A

allows for the transfer of data between one component and another

if an item of data is to be stored in memory, the data item will travel to memory location via data bus

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

control bus

A

carries commands from the CPU to other devices in relation to the instructions being executed at a particular time.

if an item of data is to be stored in memory the control bud will carry the write command to the memory location

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

address bus

A

used to identify a physician location in memory to be identified

stores location in memory to be accessed for reading/writing data

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

I/O controllers

A

series of microchips which help in the communication of data between CPU and motherboard

main purpose is to help in the interaction of peripheral devices with the control units. I/O devices cannot be connected directly to the processor so they need a specific I/O controller.

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

Program Counter

A

stores the address of the next program instruction to be executed

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

MAR

A

stores the address of the memory location to be accessed for a instruction/ read or write

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

MDR

A

stores data that has just been fetched from memory or data waiting to be stored/written to a location in memory

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

CIR

A

stores the instruction currently being executed by the processor

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

accumulator

A

a data register used for short term storage of arithmetic and logic data

17
Q

ports

A

a physical socket where peripherals/ I/O devices can be connected to enable data transfer between devices and the processor

18
Q

serial port

A

transmits one data but at a time across a single wire (mice)

18
Q

Parallel port

A

transmits multiple bits of data over multiple wires (printers)

19
Q

USB

A

provides a high speed serial connection to most types of peripheral devices

20
Q

Clock speed

A

the faster the clock speed, the more instructions can be executed in a given time.

21
Q

cache size

A

by increasing the size of cache memory, we can also increase the number of instructions + data items being held in fast access memory

helps to increase the speed of operation of the processor

22
Q

RISC (reduced instruction set computing)

A

has a smaller number of instructions at its disposal during processing

In complex processing tasks, RISC processing units have to combine many simple instructions to complete each task

23
Q

CISC (complex instruction set computing)

A

has many instructions in their instruction set of which many may execute several low level operations to complete their instruction

each instruction may take multiple cycles

24
Q

explain the need for secondary storage

A

In comparison to main memory, secondary storage is non-volatile, needed for permanent storage and has more capacity.
ss is needed to hold all software /data a computer needs and enables data to be transferred to another computer system.

25
Q

factors affecting secondary storage devices

A

speed
capacity
durability
portability
reliability

26
Q

internal memory vs secondary storage

A

INTERNAL - part of cpu (RAM/cache)
-connected to data bus >faster access

SECONDARY - external to cpu (magnetic/optical)
-connected through hardware (USB)
-very portable

27
Q

Magnetic storage

A

-non-volatile devices which use diff patterns of magnetisation to store data (hard disc)
-info can be read from and written to disc using read/write heads
-to record data, a recording head moves past disc while electric currents passing through it produce a magnetic field

28
Q

storing Binary data on disk (magnetic)

A

the magnetic surface of hard disk contains tiny magnetic regions (domains) and each domain can be magnetised on one of two polarities to represent 1 or 0

29
Q

optical media

A

-surface of an optical disk is coated in thin layer of aluminum to make it reflective.
-data is stored in pits (0) and lands (1)
- to read contents, light is shone onto surface from a laser
-a pit (0) reflects light more dimly, a diode is used to measure difference in reflectivity to determine whether its a 1 or 0
-laser beam is used to write 1, laser beam not turned on to write 0

30
Q

CD-ROM and CD-R / CD-RW

A

CD-ROM used for distributing sw and music files

CD-R / RW (recordable/ rewriteable) allow the user to add own content to disc

31
Q

how is data written to DVD?

A

-surface is reflective, red laser used to create pits and lands

32
Q

why can blu-ray write more data onto disc?

A

-blue light has much shorter wavelength than red

33
Q

Flash storage

A
  • uses solid state technology to store data on a non-volatile storage medium
    -no moving parts
    -relatively high speed requiring relatively little power
    -contents can be erased/rewritten
34
Q

tunnelling

A

-process of removing trapped electricity from floating gate to alter contents of flash storage device

35
Q

SSD (solid state drive)

A

+
- fastest of all secondary storage
-small, used for tablets
-faster than og hard drive no moving parts
-requires less power
-less chance of damage

-
-more expensive per byte than og hard drive
-smaller capacity

36
Q

suitabilty of USB for backing up data

A

-non-volatile
-portable
-rewritable