| 1. |
What is CLI and GUI? |
|
Answer» CLI (Command Line Interface): It is basically a command-line program that usually ACCEPTS text as input to execute or run functions of the operating system. It allows users to type declarative commands simply to GIVE instructions to the computer to perform or execute operations. It usually requires LESS memory to use as compared to other interfaces as WELL as it does not require Windows and a low-resolution monitor can be used. It usually provides greater flexibility of use and can also be used to perform things easily that are most difficult to do with GUI. |
|