You are on page 1of 1

TASK 1 [TOPIC 2 : USER INTERFACE]

1. Explain the differences between CLI vs GUI.


CLI GUI
Easy to use The memorization needed to User friendly
operate a command line interface.
Users find it difficult to use
Control Users have more control and Offers plenty of control over the
options of their file system. Can file but users who need to do
easily copy the file from one specific tasks need to resort to a
location to another with a one-line command line to complete the
command task
Appearance Do not change their appearance Particular programs tend to
change often. Mostly with every
major release version. User need
to invest their time to be familiar
Speed Need to execute only a few lines to Using a mouse and keyboard to
perform a task. Much faster control are much slower

2. Many system administrators are still more comfortable running scripts from the command
prompt than within the GUI. Explain the reason.
Because the command prompt enables the users to easily script a sequence of commands to
perform a task. Although GUI allows users to create shortcuts to complete the task, it does
not even come close in comparison to CLI

You might also like