-11%

POS 408 POS408 POS/408 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

$39.99$45.00

POS 408 POS408 POS/408 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

  • POS 408 Week 1 Simple Visual Basic Program Hello World GUI,
  • POS 408 Week 2 Simple Home Utility Auditing Program,
  • POS 408 Week 3 Simple Home Utility Auditing Program,
  • POS 408 Week 4 Enhanced Home Utility Auditing Program,
  • POS 408 Week 5 Enhanced Home Utility Auditing Program

Course Description: POS408 .NET I

This course introduces rapid application development in the context of developing business applications. It develops the skills and knowledge necessary to produce event-driven programs with graphical user interfaces (GUI). Topics include standard Windows compatible forms, controls, and procedures. The course uses Visual Basic.

  • POS 408 Week 1 Simple Visual Basic Program Hello World GUI,
  • POS 408 Week 2 Simple Home Utility Auditing Program,
  • POS 408 Week 3 Simple Home Utility Auditing Program,
  • POS 408 Week 4 Enhanced Home Utility Auditing Program,
  • POS 408 Week 5 Enhanced Home Utility Auditing Program

Description

POS 408 POS408 POS/408 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

Course Description: POS408 .NET I

This course introduces rapid application development in the context of developing business applications. It develops the skills and knowledge necessary to produce event-driven programs with graphical user interfaces (GUI). Topics include standard Windows compatible forms, controls, and procedures. The course uses Visual Basic.

POS 408 Entire Course

POS408 entire course includes:

  • POS 408 Week 1 Simple Visual Basic Program Hello World GUI
  • POS 408 Week 2 Simple Home Utility Auditing Program
  • POS 408 Week 3 Simple Home Utility Auditing Program
  • POS 408 Week 4 Enhanced Home Utility Auditing Program
  • POS 408 Week 5 Simple Customer Relationship System

POS 408 POS408 POS/408 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

  • POS 408 Week 1 Simple Visual Basic Program Hello World GUI,
  • POS 408 Week 2 Simple Home Utility Auditing Program,
  • POS 408 Week 3 Simple Home Utility Auditing Program,
  • POS 408 Week 4 Enhanced Home Utility Auditing Program,
  • POS 408 Week 5 Enhanced Home Utility Auditing Program

POS 408 Week 5 Enhanced Home Utility Auditing Program

Design, implement, test, and debug a Visual Basic® program to create an enhanced home utility auditing program based on Week Four.

The customer was pleased with your work, but when they saw what was available, they asked to have the listing area expanded to provide additional information:

  • Monthly cost of operation
  • Yearly cost of operation

For computational purposes, assume 30 days per month and 365 days per year.
Remember to:

  • provide monthly cost total and yearly cost total, with appropriate labeling
  • capture the additional information in the export file

POS 408 POS408 POS/408 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

POS 408 Week 4 Enhanced Home Utility Auditing Program

Design, implement, test, and debug a Visual Basic® program to create an enhanced home utility auditing program based on Week Three.
The user should be able to do the following:

  • Export the data in the listing area to an external text file.
  • Change default power ratings of a selected appliance.

The program should do the following:

  • Use arrays or structures where applicable.
  • Read the default power rating for appliances from an external text file.

Write the code for the program and test the results.
Zip the files of the project together.
Submit the zipped file

POS 408 POS408 POS/408 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

  • POS 408 Week 1 Simple Visual Basic Program Hello World GUI,
  • POS 408 Week 2 Simple Home Utility Auditing Program,
  • POS 408 Week 3 Simple Home Utility Auditing Program,
  • POS 408 Week 4 Enhanced Home Utility Auditing Program,
  • POS 408 Week 5 Enhanced Home Utility Auditing Program

BUY ORIGINAL ASSIGNMENT HERE

POS 408 Week 3 Simple Home Utility Auditing Program

Design, implement, test, and debug a Visual Basic program to create an enhanced home utility auditing program based on Week Two.
The user should be able to do the following:

  • Enter the cost per kilowatt-hour.
  • Select from a list of home appliances which includes a washer, among other appliances.
  • Enter the power needed in kilowatts (kW) for the selected appliance.
  • Enter the number of hours used per day for the selected appliance.
  • If the washer is selected, enter both the number of gallons of water used by the washer per hour and the cost per gallon.
  • POS 408 Week 1 Simple Visual Basic Program Hello World GUI,
  •  POS 408 Week 2 Simple Home Utility Auditing Program,
  •  POS 408 Week 3 Simple Home Utility Auditing Program,
  •  POS 408 Week 4 Enhanced Home Utility Auditing Program,
  •  POS 408 Week 5 Enhanced Home Utility Auditing Program

The program should do the following:

  • Validate that the data entered has the correct format, and is within a reasonable range.
  • Calculate and display the cost for operating a home appliance as soon as the data is entered.

Create a listing area to display each of the following for each appliance entered:

  • Home appliance
  • Number of hours per day
  • Cost

Display and update the total cost of all appliances, as soon as a new entry is added to the listing area.
Write the code for the program and test the results.
Zip the files of the project together.
Submit the zipped file.

POS 408 POS408 POS/408 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

  • POS 408 Week 1 Simple Visual Basic Program Hello World GUI,
  • POS 408 Week 2 Simple Home Utility Auditing Program,
  • POS 408 Week 3 Simple Home Utility Auditing Program,
  • POS 408 Week 4 Enhanced Home Utility Auditing Program,
  • POS 408 Week 5 Enhanced Home Utility Auditing Program

POS 408 Week 2 Simple Home Utility Auditing Program

Design, implement, test, and debug a Visual Basic program to create a simple home utility auditing program.
The user should be able to do the following:

  • Enter the cost per kilowatt-hour.
  • Select a home appliance from a list of home appliances.
  • Enter the power needed in kilowatts (kW) for the selected appliance.
  • Enter the number of hours used per day for the selected appliance.

The program should do the following:

  • Validate that the data entered has the correct format and is within a reasonable range.
  • Calculate and display the cost for operating a home appliance as soon as the data is entered.
  • POS 408 Week 1 Simple Visual Basic Program Hello World GUI,
  •  POS 408 Week 2 Simple Home Utility Auditing Program,
  •  POS 408 Week 3 Simple Home Utility Auditing Program,
  •  POS 408 Week 4 Enhanced Home Utility Auditing Program,
  •  POS 408 Week 5 Enhanced Home Utility Auditing Program

Required programming components

  • Use a Try/Catch
  • Use at least one loop
  • Use a decision structure (if, or case)
  • Create a design flow chart.

Use properly labeled and named text boxes, labels, buttons and forms (see the text for proper naming conventions). Include an exit button. Make sure the buttons work.
Be generous with internal documentation. Should have as many lines of documentation as you do code.
Design a GUI for the program that will be intuitive for a novice user.
Write the code for the program and test the results.

Zip the files of the project together.
Submit the zipped file.

POS 408 POS408 POS/408 ENTIRE COURSE HELP – UNIVERSITY OF PHOENIX

  • POS 408 Week 1 Simple Visual Basic Program Hello World GUI,
  • POS 408 Week 2 Simple Home Utility Auditing Program,
  • POS 408 Week 3 Simple Home Utility Auditing Program,
  • POS 408 Week 4 Enhanced Home Utility Auditing Program,
  • POS 408 Week 5 Enhanced Home Utility Auditing Program

POS 408 Week 1 Simple Visual Basic Program Hello World GUI

Design, implement, test, and debug a simple Visual Basic program.
Requirements

  • The GUI program will have a button that creates a new window with the word Hello.
  • Enhance the display by making the word change color, move, or change to another language (such as Hola).

Write the code for the program and test the results.
Zip the files of the project together.
Submit the zipped file

  • POS 408 Week 1 Simple Visual Basic Program Hello World GUI,
  • POS 408 Week 2 Simple Home Utility Auditing Program,
  • POS 408 Week 3 Simple Home Utility Auditing Program,
  • POS 408 Week 4 Enhanced Home Utility Auditing Program,
  • POS 408 Week 5 Enhanced Home Utility Auditing Program