Questions Uploads

I need a picture or drawling of what the GUI will look like and a flowchart

Question

I need a picture or drawling of what the GUI will look like and a flowchart. Can’t seem to get it

going. Objectives

Developing a graphical user interface in programming is paramount to being successful in the business industry. This project incorporates GUI techniques with other tools that you have learned about in this class.

Here is your assignment: You work for a flooring company. They have asked you to be a part of their team because they need a computer programmer, analyst, and designer to aid them in tracking customer orders.  Your skills will be needed in creating a GUI program that calculates the flooring cost and stores the order in the database.

The project has three components: an analysis and design document, the project code, and a user manual. The analysis and design document is due Week 4. The code and user manual are due in Week 7. It is suggested that you begin working on the code in Week 5, which should give you ample time to complete the project. You will find that the lectures and lab assignments will prepare you for the Course Project.Guidelines

Your application must include at least three tabs. The user will choose wood flooring or carpet, enter the length and width of the floor, as well as the customer name and address. The application will compute the area of the floor and the cost of the flooring considering that wood floor is $20 per square foot and carpet is $10 per square foot. A summary should be displayed, either in a tab or another window, listing the customer name and address, floor selection, area, and cost. This information should also be stored in the MySQL database table. The program should validate that all information is entered and that the length and width are numeric values. Any numeric or currency values must be formatted appropriately when output. Recommendations for the components used for input are

  • radio buttons—flooring type (wood or carpet);
  • text fields—customer name, customer address, floor length, and floor width; and
  • buttons—calculate area, calculate cost, submit order, display order summary, display order list.

The MySQL database table is called flooring and has the following description.

 FieldType
CustomerName
varchar(30)
CustomerAddressvarchar(50)
FlooringType
varchar(10)
FloorArea
double
FloorCost
double

In addition to entering new customer orders, your application should list all customer orders stored in the database. These will be viewed as a list, in a text area, and will not be updated by the user.  

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

The Final Assessment 1

Question

The Final Assessment 1. Assume that a list of requirements for a new system has been put together. List 4

stages of the SDLC where those requirements are used and explain how the list of requirements would be used during each stage. 2. Choose four standard corporate executive positions and describe their roles on the IT Steering Committee. 3. Explain the relationship between the IT architecture and the IT Roadmap used in the IT Strategic Plan. 4. Different kinds of personnel are required to staff an IT department depending on their IT strategy. For the two organizations below, identify four IT positions that are most important in each organization and why. a. An organization whose IT strategy is to outsource as much of their IT as possible, and b. An organization whose IT strategy is to develop proprietary, in-house applications that directly support their business and operation. 5. Explain what business continuity planning is, who should create the plan, and the role of IT. 6. Explain what it means to say that the “IT Strategic Plan is aligned to the business Strategic Plan”. 7. Explain risk management and what it means to the CIO. 8. Give an example of a tangible (quantifiable) and an intangible (qualitative) performance measure and discuss the value of each. 9. The CIO is responsible for the business rules or requirements that generate a new system or changes to the existing system. How is his/her role responsible for these changes?

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

How do you write a single command line that defines the variables

Question

How do you write a single command line that defines the variables N=444, M=555, O as the product (multiple of N

and M), and then echoes the value of O?

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

Programming

Question

Programming in C Writing C Program(s) Using Variables, Declaration Statements & Basic C Data

Types Complete and submit Programming Exercise #8 listed on Page 97 of your textbook. Use of C compiler and submission of compiled version of your C program is required to receive credits.

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"