100 likes | 113 Views
Explore resource management in computers, from identifying and evaluating resources to limitations in networks and control. Discuss OS techniques and system design. Understand the impact on performance in different scenarios.
E N D
Resource Management IB Computer Science
HL Topics 1-7,D1-4 1: Systemdesign 3:Networks 2:Computer Organisation 4:Computational thinking 7:Control D:OOP 5: Abstractdata structures 6: Resource management
1: Systemdesign HL only 6Overview 2:Computer Organisation • Systemresources • Identifytheresourcesthatneedtobemanagedwithinacomputersystem • Evaluatetheresourcesavailableinavarietyofcomputersystems 3:Networks • Identifythelimitationsofarangeof resourcesinaspecifiedcomputersystem • Describethepossibleproblemsresultingfromthelimitationsintheresourcesina computersystem • Roleoftheoperatingsystem • Explaintheroleoftheoperatingsystemintermsofmanagingmemory,peripherals and hardwareinterfaces • 6.1.7OutlineOSresourcemanagementtechniques:scheduling,policies,multitasking, virtual memory, paging, interrupt,polling 4:Computational thinking 5: Abstractdata structures 6: Resource management • Discusstheadvantagesof producingadedicatedoperatingsystemforadevice • Outlinehowanoperatingsystemhidesthecomplexityofthehardwarefromusers andapplications 7:Control D:OOP
Topic6.1.3 • Identify the limitations of a rangeof resources in a specified computer system
Case study: 3D graphicsrendering • Single processor computers may not be able to render3D • graphics as effectively as multicore/systems with aGPU
What would the consequence be if you had tolimit… • Primarymemory? • Secondarystorage? • CPUspeed? • CPUcores? • Connectivity? Content developed by Dartford Grammar School Computer ScienceDepartment
Would this be a good gamingsetup? What is limiting thissystem?
Would this be a video editingsetup? What is limiting thissystem?
Would this be good setup for watchingmovies? What is limiting thissystem?