5) Systems Software Flashcards
What is an operating system?
Manages the resources of a computer and provides interface between user amd computers hardware
What are the 5 main functions of an (OP)?
- Memory management and multitasking
- User management
- File management
- UI
- Drivers and peripherals
Whats memory management and multitasking?
- Programs must be stored in RAM and CPU to be able to process them
How does a memory management and multitasking work?
- OS transfers programs in and out of memory from hard drive when processing is require. Programs are removed when closed to free up space
Whats peripherals management and drivers?
- External device to input or output data . Data is transfered between external devices and processor to be managed by operating system
Whats user management?
- Allows you to create, manage and delete individual accounts.
- Can be granted different access rights such as administrator or guest
Whats file management?
- Creates and maintains a logical management system to organise files and directories.
- allows files to be names,copied,renamed,opened,moved and saved
Whats the User interface?
- Allows a human to interact with the computer system. Human uses a HCI
Name the items in a GUI?
- Icons (shortcuts)
- Multiple windows (open at same time)
- Interface (customised)
- taskbar (shortcuts)
- Menus (shortcuts)
What is a utility software?
- Dedicated programs used for maintenance and organisation of a computer system
What are examples of utilities?
Firewall,encryption software and anti-virus,data compression
What is fragmentation?
- Hard drives stored for a time are fragmented
- Files are split into parts and saved in different locations
When does fragmentation occur?
There is limited contiguous space to store a file.
What does the fragmentation make occur?
- Increases access time. (Takes longer to load and read)
How does defragmentation work?
- Empty spaces are collected together. File fragments are moved to be stored together
What are the effects of defragmentation?
- Less time to read and access. Because data is stored contiguously
- Quicker to save new files and more free space together