answersLogoWhite

0

Usefulness: are user's needs satisfied by the interface functionality?

Learnability: how easy is it for the user to fulfill basic tasks when using the system for the first time?

Efficiency: after the user knows the interface, how fast is s/he able to accomplish the given tasks?

Ease of memorization: when the user returns to the interface after a while, how easily does s/he find the various functions again?

Reliability: is the interface conceived in such a way that the user makes as few mistakes as possible?

User-friendliness : does the user like using the interface?

Still curious? Ask our experts.

Chat with our AI personalities

ReneRene
Change my mind. I dare you.
Chat with Rene
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
RossRoss
Every question is just a happy little opportunity.
Chat with Ross
More answers

This is the answer row.

User Avatar

Kyleigh Jacobs

Lvl 10
2y ago
User Avatar

In comparison to command line:

Advantages:

  1. Not necessary to memorize commands like in a Command Line Interface (CLI), making operation much easier for inexperienced users
  2. Users can use menu to explore choices and in effect gain understanding of the program
  3. Visually appealing
  4. Good affordance, so conforms well to beginner user model

Disadvantages

  1. Menu driven interfaces are less flexible - the users can only execute actions that are listed
  2. Can be hard to find a specific option if menu system is complex
User Avatar

Wiki User

12y ago
User Avatar

Once you know what you want to do, doing it is simple.

Let's say you wanted to copy file X from C:\folder\someotherfolder to C:\bratmonisgreat\:

GUI: navigate to C:\folder\someotherfolder. Select X. press ctrl+c. Navigate to C:\bratmonisgreat\. press ctrl+v.

Command line:

Type copy C:\folder\someotherfolder\x C:\bratmonisgreat\x.

Option 2 is quicker.

User Avatar

Wiki User

15y ago
User Avatar

Pretty much all software uses a command-driven interface; they vary only in the way the commands are obtained.

For example, a rocket launch system might take its command from a countdown. The anti-blocking breaking system on a car takes commands from a variety of sensors, such as speed, wheel rotation, etc. A web server software takes its commands from requests that a web browser sends.

Modern computer software designed for direct interaction with humans typically implement one of two forms of human-machine interface (sometimes both): a graphical user interface (GUI) or a console interface (often called CLI, which is short for command line interface).

In a GUI, commands are generally submitted via keyboard and mouse, although many other methods exist. Additional methods include speak recognition, readings from specific sensors (e.g. sensors for rotation, acceleration or location). A CLI takes accepts specialized commands, which the user enters on a dedicated console (often called "the command line").

Applications supportive of a CLI often allow for automation though scripts or "batch files," and many can be combined to perform individual tasks on the same problem in a serial fashion. For example, one such application may obtain data from a number of sources, and combine that data into one joint output. Another application may take that joint data as its input, and extract certain details from it, another may perform statistical analysis on the extracted details, and so on.

The ability to combine "command line tools" in this fashion is widely appreciated and used among technically skilled users, such as engineers, network or system administrators. However, most common users of modern PC software applications prefer the less powerful but easier to learn GUI.

User Avatar

Wiki User

12y ago
User Avatar

1. Execution is relatively easy

2. Less memory usage

3. User have much control of their files system and Operating System in

Command Line Interface

4. Enable User to script a sequence of command to perform a task or execute

program

User Avatar

Wiki User

12y ago
User Avatar

Jake Campbell cannot uise this program

User Avatar

Wiki User

13y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Advantage and disadvantage of menu driven interface?
Write your answer...
Submit
Still have questions?
magnify glass
imp