CLI and GUI
Q#1: How an interface plays a vital role in computer? Write about Command Line Interface and Graphical User Interface. Ans: An interface is a program that allows a user to interact with the computer or another computer over a network. 1. Command Line Interface: A command line interface (CLI) is a screen or text-based representation in which the user types the commands on place called prompt to operate the computer. Commands contain string of characters. CLI is difficult to use because the user has to remember the commands and their syntaxes but it is fast in use because text mode takes less resources. 2. Graphical User Interface: A GUI provides a user-friendly environment where user can interact with computer through graphical objects such as menus, icons, buttons and other graphical objects. It is easy to use as user are ...