Key Area 1.4 - Low Level Operation and Structure Flashcards

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

What is the control unit

A

This sends control signals which allow data to be stored in memory, fetched from memory and which decode and carry out instructions

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

What is the ALU

A

The arithmetic and logic unit
This carries out all of the computer arithmetic (addition subtraction multiplication) and logical (IF AND OR =) functions

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

What are the registers

A

The storage locations that are internal to the processor
They are used to store data that is being transferred to and from memory and hold the addresses of the location in memory which the processor is accessing to read or write data. It holds the instructions that are currently being carried out

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

What is main memory

A

Main memory can be either rom or ram
ROM is system memory which holds the system information
RAM is the working space of the computer and holds all the data and files currently in use by the system

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

Give the properties or RAM

A

Random Access Memory
The processor can read to or write from RAM quickly
Data held here can be edited
Data held here is lost when the power is turned off
RAM holds all the data and programs currently in use

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

Give the properties of ROM

A

Read Only Memory
Data here cannot be edited and is stored permanently
Data us nit lost when the power is turned off
Holds vital system data and programs

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

What is a bus

A

Buses are used as transmitters between different parts of a computer system

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

What is the data bus

A

The data bus is used to carry data to and from the CPU and memory. Each line on a data bus will carry one binary word

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

What is the address bus

A

The address bus holds the memory location of where data is about to be stored or from which data is about to be read

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

What is the control bus

A

The control bus is a series of independent control lines used to send out control signals such as
Read from
Write to

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

What is the fetch execute cycle

A

The computers memory RAM stores the program and data instructions while they are being used
The processor then decides and carries ur each program instruction
These instructions often involve fetching and processing the data stored in memory

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

What is an interface

A
An interface is the combustion of hardware and software needed to link the processor to the peripherals and is the means by which independent systems can communicate
They can
Change electrical voltages
Deal with control signals
Change analogue data into digital data
Store incoming data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is ASCII

A

American Standard Code for Information Interchange

Holds 8 bits therefor 256 characters

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

What is Unicode

A

Contains every character based alphabet, ideographical languages, punctuation and control signs

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

Show the progress of memory size

A
Bit
Byte
Kilobyte
Megabyte
Gigabyte
Terabyte
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is machine code

A

The language that the computer understands at the lowest level. This is very difficult to read.
Programs written in high level languages must be translated into machine code

17
Q

What is an interpreter

A

An interpreter does not produce object code
The translator translates and executes each line of code in turn
Advantages
Any errors present are highlighted immediately and easier to fix
They can run code still being developed
Disadvantages
The translation is not saved and therefor must be rerun each time the code is run
If a loop is present the code is translated and run many times
Individual runs are slower

18
Q

What is a compiler

A

A compiler translates source code into machine code. Once the code is translated it is stored and does not have to be translated again
Advantages
If no errors are found the source code does not need to be translated again
Disadvantages
If any syntax errors are present the program won’t run
The errors are harder to correct as they are not identified until the code is translated

19
Q

What is floating point representation

A

It is used for real numbers which are numbers with a decimal portion
Only the mantissa and exponent are stored, the base is implied saving storage space

20
Q

How are bit maps stored

A

Made up of small squares of colour (pixels)

21
Q

How are vector graphics stored

A

Each object in the picture is described mathematically as a list of attributes

22
Q

What is the processor

A

The processor is at the centre of all of the computers operations and deals with all the movements of data and any calculations to be carried out. Composed of the
Control unit
ALU
Registers