What is:
Application software
runs on the operating system and provides the services that the user requires
What is a:
System software
Programs needed for the computer to function, includes operating system, utilities, library routines and programming language tranlators
What is:
OS
Operating system, a group of programs essential for managing computer’s resources, which manages:
* Multitask
* peripherals and drivers
* files
* user accounts
* handling interrupts
* provides an interface
* provides a platform for running applications
* memory
* provides system security
How does an:
OS system manage multitasking
How does the:
OS manage peripherals and drivers
How does the:
OS manage files
How does the:
OS manage user accounts
How does the:
OS handle interrupts
Calls ISR (Interrupt service routine) and determines how to handle each interrupt
What are:
Interrupts
How does the:
OS provide an interface
How does the:
OS provide a platform for running applications
OS will manage the process by allocating memory space for the software and control its access to data or devices
How does:
OS manage memory
moves programs and files between memory and storage if virtual memory is required
How does the:
OS provide system security
What is the:
Bootloader
What is a:
High-level language
What is a:
Low level language
What is:
Machine code
What are the different:
Translators
What is a:
Compiler
What is an:
Interpreter
What is an:
Assembler
What is:
IDE
What are the uses of:
IDE