Please use your own words do not copy and paste Do some res
Please use your own words, do not copy and paste !!
Do some research on the following topics: Developing System Menus and Navigation Schemes, answer the following questions. Write at least one paragraph for each question and remember each paragraph must contain three or more sentences.
Name the concept that you consider the most important in these concepts and explain why?
Which three concepts (or ideas) you discovered in this unit will you use in your programming and why?
Solution
Solution:
The concept that is most important in these concepts is the structure of the menus. A well defined structure will help the user to understand the flow of the control easily while performing any task. A good structure makes a better picture in the mind of the user. By providing a good structure design for the menu the difficulty level of moving from one point to another is reduced to great extent.
The three concepts that I would consider in my programming are the structure, function and the navigation of the menus. These three concepts helps in making the programming technique more understandable and easy to move through. A better structure of menus with properly defined functions and a good navigation method increases the usablility of the program to a very high level. It helps the programmer to easily interact and understand the program flow, decide what they want from the program, giving the correct inputs to the program, displaying the appropriate output, deciding the route to achieve the goal for which the program is being developed, and many more things are there that are decided and improved due to these three concepts.
