topic 6 Flashcards

(14 cards)

1
Q

what are the important resources to manage? (8)

A
  1. primary memory (RAM)
  2. secondary storage (HDD/SSD/optical drive)
  3. processor speed
  4. bandwidth
  5. screen resolution
  6. sound processor
  7. cache
  8. network connectivity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

primary memory: what is effect on system if too limited?

A
  • place where all data/programs currently being processed are kept

effect:
- will use secondary storage thru virtual memory (much slower)
- if virtual memory cant be created, data cant be loaded/saved

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

secondary storage: what is effect on system if too limited?

A
  • place where data/program can be stored if power is lost

effect:
- data may be lost
- can prevent OS from using virtual memory if RAM fills up

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

processor (speed): what is effect on system if too limited?

A
  • does all calculations in a computer system
  • speed = # calcs that can be done per second

effect:
- processor wil take longer to perform tasks

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

processor (cores): what is effect on system if too limited?

A
  • each processor has at least 1 ALU or core
  • 2 ALUs = can do 2 operations

effect:
- only 1 core - can only perform 1 set of operations at a time
- affects how many tasks a system can cope simultaneously

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

bandwidth: what is effect on system if too limited?

A
  • measurement of how much data can be sent at same time over a certain time frame (aka. bit rate)

effect:
- data takes longer to move b/w 2 points
- affects how long it takes before data can be processed entirely

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

screen resolution: what is effect on system if too limited?

A
  • measurement of # pixels in height x width of display

effect:
- display is pixelated
- smaller file size but poorer quality

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

sound processor: what is effect on system if too limited?

A
  • sound reproduction on a seperate processor, frees up CPU

effect:
- CPU taxed w/ processing sounds (slows down)
- lower quality

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

graphics processor: what is effect on system if too limited?

A
  • complex graphic processing (like 3D rendering)

effect:
- will take longer or be limited

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

cache: what is effect on system if too limited?

A
  • contains instructions/data CPU is likely to request from RAM

effect:
- CPU must wait for data from RAM -> slows down system

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

netowrk connectivity: what is effect on system if too limited?

A
  • each network card connects to a particular type of network media (cable/wireless signal)

effect:
- limited types limits the way data can be sent or recieved
- speed can also be a factor

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

multi-access vs multi-programming

A

multi-access/multi-user:
- either many users on same machine or many users connected to same network

multi-programming
- system that can have diff programs (apps) installed

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

functions of operating systems

A
  1. device configuration
    - controls peripherals
  2. file management
  3. memory management
    - allocation of RAM
    - strucutre for secondary storage
  4. interface platform
    - allows computer to run other applications
    - translates user input/output and sends to correct memory address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is interrupt handling

A
  • function whose execution is triggered by reception of an interrupt
  • interrupts used to handle high-priority conditions that stop current code
How well did you know this?
1
Not at all
2
3
4
5
Perfectly