Wrong Questions Flashcards
1
Q
Describe and explain different tasks the OS does
A
-user interface; allows user to communicate with the hardware; GUI; input data; output data
-memory management; moves data between RAM and VM; gets data from RAM; stores data from RAM; (allocates memory so programs do not interfere with each other); switches between processes fast so it appears like it is multitasking
-peripheral management; allows installation of driver to communicate with the peripherals;allows data to and from peripherals
-user management; allows setting up of accounts; security/setting password; set different access rights
-file management;creation of files;editing/renaming of files;movement of files
2
Q
A