8. Operating System Flashcards
What is the read only file attribute?
Files that can only be open and read, no changes can be made.
What is the archive file attribute?
Files that are not regularly used are archived, in case they are needed in the future.
What is the system file attribute?
Files that are only used by the OS and not the user.
What is the hidden file attribute?
Files that are not visible to the user, often being important system files.
What are some examples of utility software?
- compression
- defrag
- backup
- file conversion
- file indexing
- task management
- anti virus
- disk scan and repair
What is compression software?
Reduces file sizes so that they take up less space
What is defragmentation software?
Physically rearranges data on a hard drive so that parts of files are all stored together
What is anti-virus software?
Scans for viruses and deals with them appropriately if found
What is backup software?
Allows users to keep a copy of their data in case the original data is somehow lost
What is file conversion software?
Converts one type of file to another, for example a sound file can be converted from WAV to MP3
What is file indexing software?
Assigns an index to files to allow easy random access to any record given its file key
What is disk scan and repair software?
Fixes problems on the disk
What is task management software?
Allows user to view how much % of memory is being used and allows user to shut down any programs
What is batch processing?
- processes are carried out with no user interaction
- avoids peak times
- errors are stored in a file for later use and not dealt with as they occur
example: generating utility bills
What is real-time processing?
- inputs are processed very quickly
- processing needs to be quick enough to deliver output on time
- outputs need to be adjusted accordingly so accidents can be avoided
example: reactor temperature control in a nuclear power station