answersLogoWhite

0


Best Answer

The difference between graphic user interface and character user interface are its command. GUI does not need any type of command to interact with the computer, while CUI needs commands in order to interact with the computer.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

The are several main differences between a Command Line Interface (CLI) and a Graphical User Interface (GUI).

First, a CLI application typically expects keyboard input, usually at some sort of "prompt," and has little or no "pointer" support, while a GUI application typically has icons and other elements that can be activated with a mouse or touch.


Secondly, a CLI application can only output text to a low-resolution buffer, and this text may only have a small number of foreground and background colors, and may blink or be underlined, depending on the terminals capabilities. In contrast, GUI applications provide a graphical view into the application's state, and uses icons that can be activated by the keyboard, mouse, or touch to control the application.


Finally, CLI applications have to depend on the host's font capabilities, which usually means that the text cannot be displayed in italics, or use a variety of different fonts at once, and so on. GUI applications are able to render anything that the programmer is capable of writing in code, offering a much richer user experience.


As a bonus answer, CLI is not harder to work with, it simply requires a little more familiarity than GUI. Sometimes, using a CLI can save time over using a GUI, and system administrators would do well to learn how to use the CLI for systems they use often in order to resolve low-level problems in the operating system, and to automate tasks that would take longer in a GUI. While the GUI is dominate in today's computer world, CLI does have a niche use, and it is a nice tool to have when you need it.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

The biggest difference is that CLI don't use graphics.. Also in CLI you manually have to enter the command whereas in GUI you may have buttons and menu.. CLI does not supports Mouse..

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between a command driven interface and a graphical user interface?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What interface is an interface that uses graphics as compared to a command-driven interface?

Graphical User Interface


At least four differences between command line interface and graphical user interface?

The command line interface is just a type of GUI (Graphical User Interface) ie. windows 2000, xp, vista, 7. They all look different because of the different GUIs. CLI(Command Line Interface) is more advanced, beginner users may struggle to use a CLI GUI(Graphical User Interface) is more user friendly with graphics allowing mouse clicks etc. CLI uses less computer resources due to being a simple command line so has its advantages over GUI. GUI hogs more computer resources due to graphics etc. CLI can be used to do more advanced commands and do alot of very technical processes. GUI is very secure and offers users the things they need in plain site, point and click.


Why is Unix called a command interpreter?

Unix and Unix-like systems would be referred to as command interpreters because of the nature of their interface. These systems are interacted with via a shell (i.e. Bash), which is a 'command-line interface' where the user types in text commands and they are executed by the system. This is in contrast with modern operating systems where the primary method of interaction is via a 'graphical user interface' or GUI, where the system is represented with graphics (like windows, cursors, toolbars etc.). These modern OS's still include command-line interfaces, like Command Prompt in Windows and the Terminal in OSX.


What does the passive-interface command do?

Passive-interface command is used in all routing protocols to disable sending updates out from a specific interface.


What is the use of console application in c sharp?

A console application is an Windows application where you only have access to a command-line console. You cannot use Win Forms with a console application. The Console class contains methods that you can use to interact with the user, such as Console.WriteLine("Hello World!"); They are useful if you want to write a program that you can run from a command line that does not need a graphical interface.

Related questions

What is the major difference between DOS and windows OS?

Windows has a graphical interface while DOS is a command line interface.


What was the major difference between early Windows and Macintosh operating systems?

The command line interface and the graphical user interface.


What is the difference between command driven and graphical user interface?

The difference between a command driven and a graphical user interface is that in command driven a user has to type commands in code to be executed in a terminal. In graphical, a user can simply navigate and operate using an interface and some sort of pointer or touch screen with no coding involved.


What is a similarity between graphical user interface and command driven interface?

They both allow us to execute commands.


What is the difference between GUI and cli?

GUI is a Graphical User Interface, which is for making "Windowed" Applications. The CLI is a Command-Line Interface, which is a text prompt in which you can enter specific commands to be executed.


What is a command line interface and graphical user interface?

Xyte/185.1838xyte


What interface is an interface that uses graphics as compared to a command-driven interface?

Graphical User Interface


Do dos have graphical interface?

No, MS-DOS only has a command line interface.


What is the difference between GUI and a command line interface?

A command-line interface is a text-only interface that relies on input from the keyboard to issue commands to the computer. On the other hand, a graphical user interface allows users to communicate with the computer using a combination of audio, images, animations and text rather than text only.


What is the name of the interface that uses graphics as compared to a command-driven interface?

graphical user inerface


What is graphical user interface and graphical user interface tools?

This generally describes the screen you are looking at in a program, and the icons you may click to accomplish (tasks). They are "graphical," rather than, say, verbal, you are the user, and the page is the interface.


What are the components of graphical user interface?

Either the GUI (Graphical User Interface) which is what most users see everyday as a point and click system. Or the Command line which is all text based from the command prompt