Fundementals Of Computer Systems Flashcards

1
Q

What is a computer system

A

Something made up of hardware and software that works riverbed to create a working g solution to a problem

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

What is the basic model of any computer system

A

Input –> CPU –> Output
|
Storage

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

What do input devises to

A

Take real life/ world data do convert it into a form that a co outer can understand and store

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

What does output do

A

Converts digital data into something real life such as making a door open or changing the pixels on a monitor

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

What is storage for

A

Storing data which may need to be used to process and perform certain action

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

Why must computers be robust and reliable

A

If they break, all sorts of problems can occur such as no cs or bank security may be compromised

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

How is reliability measured

A

Manufacturers often give a percent of the time the device works for during period of time. E.g. 99 hours working and down for 1 hour. System availability is 99%
Another way is MTBF, mean time between failures, this can also be used to measure reliability

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

What is a robust system

A

A system that won’t fail due to a single fault.this kind of system is described as fault tolerant

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

What is hardware redundancy

A

Having extra redundant backup systems in case one fails, e.g. Backup hard drives

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

What are disaster recovery plans

A

They are used by companies that totally rely on their computer systems. They are used so if there computer system fails, they can switch to a completely new one with all the important data on within hours

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

What is the data protection act

A

Any personal details on a computer must be kept secure and any personal data on company computers must have security mechanisms in place

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

What does the health and safety at work at mean for computers

A

Screen layout and software use must be safe, e.g. Won’t cause seizures
There should be appropriate desks, ventilation, lighting and adjustable chairs

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

The copyright, designs and patents act

A

It’s illegal so copy other people’s work, plagerism

Illégal to use software thats not yours without the appropriate licence

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

Benefits to society with computers

A

Lot easier and faster to communicate with people all over the world
Lots more jobs and people get things done much faster such as company payrolls, they used to be done manually but now it can be don’t automatically
Social interaction, meet people from all over the world, however some argue people are losing the ability to interact face to face

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

How have computers benefited shopping

A

People who struggle to go to shops such as the disabled and elderly can now order almost everything they may need online including food

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

Benefits of computers for manufacturing

A

Things can be made much cheaper and faster as less handmade low less human error. However, there has been a reduced market in handmade products

17
Q

Safety

A

Lots of dangerous jobs can now be dont using computer systems such as bomb disposal or volcano activity data collections

18
Q

What are system buses

A

Internal connections in the cpu that moves data from the main memory of it and the processing part

19
Q

What are the three parts of a cpu

A

Processor
Cache memory
Main memory

20
Q

What happens in the cpu when a program is to be run

A

First it is loaded onto the main memory
Then it can be accessed by the processor which then executes each instruction 1 at a time
Once they are all done and the program is loaded, the processor is given the start address of where the program is in the main memory
To run the program, the processor fetches an instruction, decodes and executes it
The processor fetches one instruction at a time

21
Q

What is a fetch execute cycle

A

The cycle of running a program in which the processor fetches an instruction from the main memory, decodes it, executes it, fetches another instruction

22
Q

What is the clock speed of a processor

A

The amount of times per second electrical currant is cycled/ changes. Usually measured in GHz

23
Q

What is a “bottleneck”

A

It’s something that occurs when there is a slow component in the computer system that ends up slowing down the whole thing, only go as fast as the slowest component. E.g. Main memory works much slower than the processor can so faster more expensive memory needs to be used, cache

24
Q

Why is cache so important

A

It is a lot faster than main memory, although much smaller. Cache means the processor has to access the main memory much less often so it can work faster without being slowed.

25
Q

What is level one cache

A

This is the cache built onto the processor chip and is the most expensive and fastest. It stores the most recently used or most frequently used instructions from the main memory

26
Q

Where is level two and three chiche located

A

Sometimes lvl 2 cache is on the motherboard, other times it’s on the processor. If lvl2 cache is on the processor, the cache on the motherboard is called lvl3 cache

27
Q

What is the effect of a multi core processor on a multi program computer

A

Should run faster ad there are two processing units that can run separate programs as the same time

28
Q

What is the effect of s multicore processor on a single program computer

A

Doesn’t run any faster as the instructions have to be excecuted in order, so 2. Can’t be run before 1. Is finished

29
Q

What does an address bus do

A

The cpu sends the address on the instruction needed along the one way address bus to the main memory (ram)

30
Q

What happens at the data bus

A

The instruction asked by the processor is sent along the data bus to the processor from the main i

31
Q

What do control buses do

A

Carry signals to show whether a data bus or an address bus is already in use or not