answersLogoWhite

0


Best Answer

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?

User Avatar

Veronica Wilkinson

Lvl 10
1y ago
This answer is:
User Avatar
More answers
User Avatar

Kyleigh Jacobs

Lvl 10
1y ago

This is the answer row.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

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
This answer is:
User Avatar

User Avatar

Wiki User

14y ago

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.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

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.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

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

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Jake Campbell cannot uise this program

This answer is:
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
Related questions

What are the possible interface an OS provide to the User?

Command driven interface, icon driven, and menu driven interfaces.


What are two types of interfaces?

Menu Driven Interface and Graphical User Interface


What is a menu-driven?

With a menu driven interface the user interacts with the computer by selecting options from a menu, rather than memorizing syntax rules of commands.NB: The "windows" of the programmes in a menu-driven interface are created by symbols since creating of windows is not supported by DOS.


What are the three main types of user interface called?

menu-driven, command-driven and icon-driven


What are three possible interfaces an OS provides to the user?

Command-driven, menu-driven, or icon-driven


What are three possible interfaces an OS provides to the user Briefly explain the functions of each?

command driven interface, icon driven, and menu driven interfaces. cannibus warrior


What is menu based interface?

With a menu driven interface the user interacts with the computer by selecting options from a menu, rather than memorizing syntax rules of commands.NB: The "windows" of the programmes in a menu-driven interface are created by symbols since creating of windows is not supported by DOS.


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 the meaning of the menu driven program?

Menu-driven simply means you execute the application's commands by selecting them from a menu, as opposed to command-driven whereby you enter (type) the commands manually.


What are two types of menu interface?

menu is File,Edit,View and so on on top of your browser,from where you can access different functions of browser or any software.Menu based means it is organized in this way and not like desktop which is icon based oriented,icons are primary on desktop


What are the disadvantages of static menu?

A lack of flexibility and limited menu information is another disadvantage that may have surprising implications.


Menu driven program in c programming?

You can find the source code of the menu driven graphics program here: http://www.start2code.com/Cresources/menu-driven-graphics-program-c.html