answersLogoWhite

0

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.

User Avatar

Wiki User

8y ago

What else can I help you with?

Continue Learning about Engineering

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


Menu-driven Programming in visual basic?

Develop a menu driven proramming in C++ on Examination System ?


How write the algorithm of a menu-driven C program?

To write the algorithm for a menu-driven C program, start by defining a loop that displays the menu options to the user. Use a switch-case structure to handle user input, allowing each case to correspond to a different option. Inside each case, implement the functionality for that option, and include a break statement to exit the case. Finally, provide an exit option to terminate the program cleanly when the user selects it.


How do you write a java menu driven program using function overloading?

To create a menu-driven program in Java using function overloading, define multiple methods with the same name but different parameters to perform various tasks. For example, you could create overloaded calculate methods that accept different data types (e.g., int, double) for performing calculations. In the main method, present a menu to the user, take their choice as input, and call the appropriate overloaded method based on their selection. This allows for a clean and organized way to handle multiple functionalities with similar operations.


Why do menu-driven interfaces continue to be popular in the modern computing age?

Menu-driven interfaces continue to be popular because they are easier to figure out and work with than command-line interfaces, with frequently cryptic and hard to recall commands and option selections.

Related Questions

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


Write c program of menu driven by calculator?

dcdfsadf


What is menu driven application?

Term used to describe a software program that is operated using file menus instead of using commands. Below is an example of how a user may quit a menu-drivenprogram, as opposed to a non menu-driven program.Menu-drivenWithin an open program, the user clicks the "File" option from the drop down menu bar and selects QuitNon menu-drivenUser presses the "!" key and then presses the "q" key to quit the program.A menu-driven environment like most programs in Microsoft Windows is easier for users as it is a graphical environment and allows the user to navigate using the mouse. A non menu-driven environment like the command line can be quicker, but requires more memorization and is more difficult for new computer users.


How does a datavision program work?

Data Vision is an accounting package software. It helps one in managing their sales, purchases, inventory, and production. The program works in a menu-driven format.


Menu-driven Programming in visual basic?

Develop a menu driven proramming in C++ on Examination System ?


How write the algorithm of a menu-driven C program?

To write the algorithm for a menu-driven C program, start by defining a loop that displays the menu options to the user. Use a switch-case structure to handle user input, allowing each case to correspond to a different option. Inside each case, implement the functionality for that option, and include a break statement to exit the case. Finally, provide an exit option to terminate the program cleanly when the user selects it.


What operating system is Minicom compatible with?

Minicom is compatible with Mac operating system, Linux, and POSIX. This program is developed by Adam Lackorzynski and Martin A. Godisch. This program is used for communication which is driven by menu.


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 is the screen list of options in a program that tells you what is in that program?

menu


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

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


What are the three main types of user interface called?

menu-driven, command-driven and icon-driven


What are three possible interfaces an operating system provides to the user?

Command driven, Menu driven, and Icon driven