1.1- Systems Architecture Flashcards

1
Q

Hardware

A

The physical things in a computer system, eg. CPU, motherboard

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

Software

A

The programs or applications that a computer system runs, eg. operating system

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

Embedded system

A

A computer system that has been designed for a dedicated function as part of a bigger system

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

Embedded system features

A

Low cost, small, reliable, robust, low power

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

Purpose of the CPU

A

-execute the instructions of the programs,
-process data
-manage the rest of the hardware resources

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

Three main parts in CPU

A

Control Unit (CU), Arithmetic Logic Unit (ALU), Cache

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

Control Unit (CU)

A

-Manage the fetch-execute cycle
-Controls the flow of data in and out the CPU
-Sends signals to direct the operations

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

Arithmetic Logic Unit (ALU)

A

Carries out the calculations, logic operations and contains the accumulator

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

Cache

A

Very fast memory that stores regularly used data, so the CPU can access it quickly

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

Memory speed order

A
  1. Registers
  2. Cache
  3. RAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Program counter (PC)

A

Holds the single memory address of the instruction for each cycle

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

Accumulator

A

Stores intermediate results of calculations in the ALU

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

Memory Address Register (MAR)

A

Holds the single memory address of the data being processed

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

Memory Data Register (MDR)

A

Stores the data that is fetched from or to be sent to memory

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

Memory

A

Holds the program instructions and data

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

Higher Clock speed

A

More instructions can be carried out per second

17
Q

More Cores

A

Parallel processing can take place: it can execute separate instructions at once which enables multitasking, so it can process a batch of data faster.

18
Q

Larger cache

A

Faster access to more data it needs to process (faster at accessing data than RAM)

19
Q

fetch execute cycle

A

-fetch instruction
-decode instruction
-execute instruction

20
Q

fetch instruction

A

causes the next instruction and any data involved to be fetched from main memory

21
Q

address

A

The address might point to data or a CPU instruction.

22
Q

Embedded system eg

A

dishwashers, microwaves, TVs

23
Q

general purpose computer

A

designed to run many applications

24
Q

Register

A

Small piece of memory inside the processor that can hold one instruction or address