IB Computer Science HL Paper 1 Topic 6

studied byStudied by 5 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 9

10 Terms

1
Resources that need to be managed in a computer system
  • Primary memory (RAM / Cache / ROM)

  • Secondary storage

  • Processor speed

  • Bandwidth

New cards
2
The use of paging in the management of primary memory
  • It is used in the formation of virtual memory to increase the amount of primary memory

  • The OS copies as much data as possible into RAM, and leaves the rest on the disk

  • Memory is divided into pages and transferred in and out of the RAM (exchange between RAM and disk) as requires

New cards
3
Polling
* A technique which allows one unit to check the status of another unit at regular intervals
New cards
4
Protocol
* A set of standards to coordinate data transmission
New cards
5
Why protocols are necessary
  • To ensure data integrity

  • To control data flow

  • Minimalise congestion

  • To allow communication

New cards
6
Functions of an OS related to multitasking
  • Memory management - allocates separate memory to each program / process, allowing programs to share memory

    • The system will moved to paging if it beings to run out of shared memory

  • Processor management - allows the appearance of more than one program running at the same time by allocating time slices for parts of each program

    • Arranges the execution of applications so that the user believes several programs at once are running

    • Prioritises tasks by importance

New cards
7
Interrupts
  • A signal to the CPU to hardware or software to alert the CPU to stop execution of the current program and transfer control to the interrupt handler, and execute the higher priority task

  • The previous order of tasks is saved to the interrupt stack, so it can resume once the interrupt has been serviced

New cards
8
Policy
* User specified values to help guide a machine’s mechanisms
New cards
9
Scheduling
* The process by which tasks are assigned computer resources to compute
New cards
10
Operating system resource management techniques
  • Scheduling

  • Policies

  • Multitasking

  • Paging

  • Interrupt

  • Polling

  • Virtual memory

New cards
robot