1.5 New Flashcards
operating system
-provides an interface between the user and hardware in a computer system
-hides complexities of the hardware from the user
main functions of operating systems
-provides user interface
-memory management and multitasking
-peripheral management and device drivers
-user management
-file management
user interface
how the user interacts with the operating system
command line interface features
-requires users to interact with operating system using text based commands
-for advanced users
graphical interface features
requires users to interact with the operating system using visual elements (WIMP)
-optimised for mouse and touch gesture input
menu interface features
-successive menus presented to a user with a single option at each stage
-often performed with buttons or a keypad
natural language interface
-uses spoken word to respond to spoken or textual inputs from the user
advantages of command line
Uses less system resources
Useful for automation of tasks
Commands are often faster to type than navigating menus
disadvantages of command line
Requires users to remember commands
Typing errors are common
Less intuitive than GUI
advantages of graphical user interface
Intuitive and user-friendly
Requires no previous knowledge to use
Information is visual, making it easier to understand
disadvantages of graphical user interface
Uses more system resources
Can be slower to find and execute commands
Can be frustrating when doing repetitive tasks
advantages of menu interface
Simplicity
Efficiency
disadvantages of menu interface
Limited flexibility
Accessibility issues
advantages of natural language
Can be used by people with disabilities
Intuitive
disadvantages of natural language
Not always reliable
Privacy concerns