What is an operating system
a group of programs that manages the computer’s resources
what functions does the operating system provide
what are the types of user interface
what does a user interface do
provide the way in which you interact with the computer as a human being
describe a graphical user interface
describe a command-line user interface
describe a natural language user interface
describe a menu user interface
describe how the operating system performs memory management
why is fragmentation bad
all the packets are spread out so it is inefficient for the moving read/write head to have to collect each one individually. this appears to the user as the computer running slowly
on what storage device is a defragmentation system needed
on what storage device is a defragmentation system not needed
solid state drive as it has no moving parts. defragmentation would actually decrease its life span
what is multi tasking
when a computer switches rapidly between several tasks
how is multi tasking performed on a computer
The processor allocates a small amount of time to each process and cycles between them. this is so it appears to the user as if they are all working simultaneously
what is a peripheral of a computer
any computer hardware components that are not the CPU. Peripherals include input, output and storage devices.
how does the operating system manage peripherals
it uses a device driver which translates the operating system instructions to print the document into a series of instructions which a specific piece of hardware will understand. this means you can print the same document and it will look the same no matter what type of printing technology is used.
what is buffering
used to compensate for the difference in speeds between the rate that data is received for printing or streaming and the rate at which it can be printed or streamed
what is a data buffer
what does the user management system do
enables a network administrator to allocate accounts and set different access rights for different users
- the system can also
=identify all users on a network
=manually log out users
=monitor when and how long each user is logged in
functions of the user management system
control
- allocation of an account
- access rights
- security
why does a computer need a file management system
to support the creation, copying, moving, deletion and renaming of files and folders
what things does a file management system do
purpose and functionality of utility software
…
What types of utility system software are there