JSS2: COMPUTER STUDIES - 1ST TERM
-
Computer Software | Week 14 Topics|1 Quiz
-
Operating System | Week 29 Topics|1 Quiz
-
Four Good Definitions of Computer Program
-
Operating System
-
Translators & Utility Programs
-
Advantages of Operating System
-
Functions of Operating System
-
Classification of Operating Systems
-
Examples and Uses of Operating Systems
-
Advantages of Windows Over Earlier Operating Systems
-
GUI And Command-Line (CLI) O/S
-
Four Good Definitions of Computer Program
-
Computer Memory: Primary And Secondary Memory | Week 35 Topics|1 Quiz
-
Computer Memory II: Secondary Memory (Backing Storage) | Week 42 Topics|1 Quiz
-
Number System I | Week 54 Topics|1 Quiz
-
Number System II | Week 63 Topics|1 Quiz
-
Units of Storage In Computer | Week 72 Topics|1 Quiz
-
Problem Solving Skills With Computer | Week 85 Topics|1 Quiz
-
Computer Programming Languages | Week 93 Topics|1 Quiz
Quizzes
GUI And Command-Line (CLI) O/S
Topic Content:
- Meaning of Graphical User Interface (GUI)
- Meaning of Command Line Interface (CLI)
The command-line interface (CLI) and graphical user interface (GUI) are two different ways for users to interact with an operating system.
What is a Graphical User Interface?
GUI lets a user interact with the device/system with the help of graphical elements, like windows, menus, icons, etc.

The GUI OS consists of icons and graphics. Computer users generally navigate through information by using a mouse. The GUI OS does not use command-line operations like MS-DOS or UNIX.
Users do not have to bother themselves with cramming codes since they just have to manipulate icons, windows, and menus. This has made Windows one of the most popular operating systems used today by end-users. Some examples of GUI OS include MS Windows XP, Windows 2000, Vista,7, 8, ME, etc
What is a Command Line Interface?
The Command Line Interface (CLI) is an editing environment that is text-based. It performs numerous tasks, including installing and running programs, managing computer files and interacting with the computer, using specified text, also known as commands.
For example, the root MS-DOS command line prompt is generally C:\>, in Windows C: and in Unix and Linux may be % or >.

Unlike the GUI OS, a CLI uses the keyboard to navigate by entering commands and does not utilize a mouse. Because a command-line interface requires unique commands, this interface is often more difficult to learn because of the need to memorize dozens of different commands.
However, a command-line OS can be a very valuable resource, especially in database programs such as Oracle and SQL. So it should not be ignored.