1,2a) Systems Architecture/ Computer Systems Flashcards

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

What does the CPU do?

A

Processes all of the data and instructions that make the computer work

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

Describe the fetch decode execute cycle?
(FETCH)

A

1) Copy memory address from the program counter to MAR
2) Copies the instruction stored in MAR address to MDR
3) the program points to the next instruction ready for the next cycle

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

Describe the fetch decode execute cycle?
(Decode)

A

The instruction of MDR is decoded. CU prepares for next step

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

Describe the fetch decode execute cycle?
(Execute)

A

Instruction is performed
Eg. Load data from memory

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

What does the ALU do?

A
  • Does all calculations
  • performs logic operations
  • contains accumalator register
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the CU do?

A

Controls the CPU. Manages fetch,decode,execute cycle
Controls flow of data

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

What does cache do?

A
  • Very fast memory in CPU. faster than RAM.
  • Stores regular used data so CPU can access quickly if needed
  • Very low capacity and expensive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the register do?

A
  • Holds tiny bits of data needed by CPU
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Whats the MAR?

A

Holds any memory address about to be used in CPU. Points to data or CPU instruction

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

Whats the MDR?

A

Holds the actual data or instruction. May be fetched from memory or waiting to be written by memory

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

Whats the program counter?

A

Holds 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

Whats the accumalator do?

A

The accumalator stores immediate results of calculations

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

Whats the clock speed?

A

Number of instructions of a single processor core can carry out per second

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

What does a higher clock speed do?

A

The greater number of instructions to be carried out per second

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

Whats a negative of clock speed?

A

Some CPU’S can be overclocked to run a higher clockspeed but if not done properly can overheat and damage system. Water collers are needed

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

Whats the cache size?

A

The data storage inside the CPU thats much faster than RAM

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

Whats a pro of cache?

A

Gives CPU faster access to more data it needs to process

18
Q

What are embedded systems?

A

Computers in a larger system

19
Q

Examples of embedded systems?

A

Microwaves,tv,dishwasher

20
Q

What are embedded systems used as?

A

Control systems which control machinery to acheive desired result

21
Q

What is primary storage?

A

Memory areas of the CPU which you can access quickly eg registers,cache,ROM and RAM.

22
Q

What is RAM?

A

Random access memory and is the main memory in a computer. It can be read and written. It’s volatile. Also stores data while being used

23
Q

What is ROM?

A

Read only memory and is non volatile.
Contains all the instructions a computer needs to boot up (BIOS)

24
Q

An example of what ROM does?

A

CPU reads instructions from ROM to do self checks and set up the computer. Also built in the motherboard

25
Q

What is virtual memory?

A

Secondary storage used as extra RAM.
(If ram is full up data that hasnt been used recently moves to virtual memory)

26
Q

When will virtual memory be needed?

A

Too many applications used at once

27
Q

Cons of virtual memory?

A

Can make computer slower to respond when switching applications

28
Q

What is secondary storage?

A

Non volatile. Where all data is stored when not in use
Eg: CD’s and SD cards

29
Q

Name some types of secondary storage?

A

Optical(CD’S, DVD’S, Blue Ray),magnetic (tapes) solid state (SSD’S)

30
Q

What is a hard disk?

A

Internal storage built in PC’S and Laptops. Data is stored magnetically in small areas of the disk.

31
Q

What are solid state drives?

A

Devices with no moving parts. For internal and external storage.

32
Q

Advantages of HDDS?

A
  • Cheaper
  • HDD has higher storage
  • HDD haslonger read/write than SSD’s
33
Q

Advantages of SSD’S?

A
  • Faster
  • Don’t need defragmenting
  • SSD’S are shockproof
  • SSD’S are silent
34
Q

What are magnetic tapes used for?

A

Archiving to store huge amounts of data

35
Q

Disadvantages of optical discs?

A
  • Internet speeds have increased so services like Netflix and Spotify removed optical discs.
  • Modern devices don’t have optical discs
  • Can be scratched easily
36
Q

advantages of optical disc?

A
  • Cheap
  • Portable
  • Won’t be damaged to water
37
Q

Slowest to fastest on types of storage?

A
  • Optical disc
    Memory card
    Magnetic tape
    HDD
  • SSD
38
Q

Cheapest to expensive on types of storage?

A
  • Magnetic tape
    Optical disc
    HDD
    Memory card
  • SSD
39
Q

Average capacity lowest to highest on types of storage?

A
  • Optical disc
    Memory card
    SSD
    HDD
  • Magnetic tape
40
Q

What are reliable types of storage?

A

SSD and hard drive

41
Q

Why do computers need primary storage?

A
  • Low capacity and it is internal storage that can be accessed by the CPU
  • Primary storage is much faster than secondary storage