UOP POS408 All Assignments Latest

Question # 00784440 Posted By: rey_writer Updated on: 11/21/2020 09:26 AM Due on: 11/21/2020
Subject Education Topic General Education Tutorials:
Question
Dot Image

POS408 .NET

Week 1 Assignment  

Console Display Message

The Software Development Company wants to develop software for internal use. The company hired you to develop a Visual Studio® C# Console Application displaying a Software Development Company Welcome message on the console.

Using Visual Studio® and relating C# programming concepts, write a program that displays a welcome message on the console.

Review debugging in Lesson 2, "An Introduction to C# and .NET" of the Pluralsight course C# Fundamentals with Visual Studio 2015.

Demonstrate basic debugging capabilities by inserting breakpoints in the code. Run the program in debug mode and provide a screenshot showing the use of the breakpoints. The program should have the following characteristics:

Compile and Execute without errors

Meets specifications by displaying a welcome message on the console

Logic flow is clear, concise, and effective

User inputs and outputs should be clear on screen

Validation for input types and data format

Appropriate indentation to logically illustrate program structure

Identifiers logically describe use

Naming conventions are consistent

Comments and headers to explain processing that is not obvious

Zip your Visual Studio® project folder into a ZIP file with your name in the file name. In Visual Studio®, you can locate the folder with your solution by left clicking on the solution node in the Solution Explorer. Look at the Properties window to find the folder name in the Path property. Locate this folder in File Explorer and zip the folder.

Submit your assignment.

 

POS408 .NET

Week 2 Assignment  

Adding Variables

The Software Development Company now requests you build a C# program to collect information on software developers.

For this week's assignment, build on the Week One Individual Assignment, "Console Display Message," by entering one software developer's name, addresses, and monthly gross pay. The program should display on the console the software developer's name, address, monthly gross pay, and taxes paid for that month. Taxes are set at 7% of the monthly gross pay.

Using Visual Studio® and C# programming concepts, write a program to meet the specifications of the company's request. The program should have the following characteristics:

Compile and Execute without errors

Meets specifications by displaying on the console a welcome message along with the following information:

Software developer name

Address

Gross monthly pay

Taxes

Logic flow is clear, concise, and effective

User inputs and outputs should be clear on screen

Validation for input types and data format

Appropriate indentation to logically illustrate program structure

Identifiers logically describe use

Naming conventions are consistent

Comments and headers to explain processing that is not obvious

Zip your Visual Studio® solution project folder so it can be submitted for grading. In Visual Studio®, you can locate the folder with your solution by left clicking on the solution node in the Solution Explorer. Look at the Properties window to find the folder name in the Path property. Locate this folder in File Explorer and zip the folder.

Submit your assignment.

 

 

 

POS408 .NET

Week 3 Assignment  

Branching in C#

The Software Development Company now requests you enhance the C# program to display on the console additional information on all the software developers' information:

For this week's assignment, build on the Week Two Individual Assignment, "Adding Variables," by asking the user to enter the names, addresses, and monthly gross pay of three software developers. The program should display on the console the software developer name, address, monthly gross pay, and taxes paid for that month. Taxes are set at 7% of the monthly gross pay. The program should also display the annual gross pay and annual taxes of all three software developers.

Using Visual Studio® and C# programming concepts, write a program to meet the specifications of the company's request. The program should have the following characteristics:

Compile and Execute without errors

Meets specifications by displaying on the console a welcome message along with the following information on all three software developers:

Software developer name

Address

Gross monthly pay

Monthly Taxes

Annual gross pay

Annual taxes

Logic flow is clear, concise, and effective

User inputs and outputs should be clear on screen

Validation for input types and data format

Appropriate indentation to logically illustrate program structure

Identifiers logically describe use

Naming conventions are consistent

Comments and headers to explain processing that is not obvious

Zip your Visual Studio® solution project folder so it can be submitted for grading. In Visual Studio®, you can locate the folder with your solution by left clicking on the solution node in the Solution Explorer. Look at the Properties window to find the folder name in the Path property. Locate this folder in File Explorer and zip the folder.

Submit your assignment.

POS408 .NET

Week 4 Assignment  

Error Handling

The Software Development Company requests you add user error exception handling capabilities to the C# program.

For this week's assignment, build on the Week Three Individual Assignment, "Branching in C#," by asking the user to record the software developers' information in a C# data structure object record. The C# data structure object record must include the type of employee as either W2 or 1099 using the following requirements:

 The 1099 software development employees' records do not include or calculate any taxes

The program properly handles and informs the user about errors on user input

The program demonstrates in the code the use of references types

The program displays on the console all the software developers' data, monthly pay, monthly taxes, annual gross pay, annual taxes, and net pay

Using Visual Studio® and C# programming concepts, write a program to meet the specifications of the company's request. The program should have the following characteristics:

Compile and Execute without errors

Meets specifications by displaying on the console a welcome message along with the following information on three software developers:

Software developer name

Address

Gross monthly pay

Annual gross pay

Employee type: W2/1099

Monthly and annual taxes determined by employee type

Logic flow is clear, concise, and effective; demonstrates exception handling routines and reference types by catching and displaying user data entry errors and implementing reference types as part of the code

User inputs and outputs should be clear on screen

Validation for input types and data format

Appropriate indentation to logically illustrate program structure Identifiers logically describe use

Naming conventions are consistent

Comments and headers to explain processing that is not obvious

Zip your Visual Studio® solution project folder so it can be submitted for grading. In Visual Studio®, you can locate the folder with your solution by left clicking on the solution node in the Solution Explorer. Look at the Properties window to find the folder name in the Path property. Locate this folder in File Explorer and zip the folder.

Submit your ZIP file using Assignment Files tab.

 

POS408 .NET

Week 5 Assignment  

Data Structures

The Software Development Company now requests you add final elements to the C# program.

For this week's assignment, build on the Week Four Individual Assignment, "Error Handling," by reading the software developers' C# data structure records data from a file (data.txt), implement an array data structure containing the data, and display on the console all the software developers' data, monthly pay, monthly taxes, annual gross pay, annual taxes, and net pay.

Program Input File:

Create a Comma Separated Values (CSV) text file and named "data.txt." The data.txt file shall include information on at least five developers put into rows and including software developer name, addresses, and monthly gross pay separated by a comma.

Using Visual Studio® and C# programming concepts, write a program to meet the specifications of the company's request. The program should have the following characteristics:

Compile and Execute without errors

Meets specifications by demonstrating file handling, array data structure manipulation, and console output mastery by accomplishing the following:

Read software developers' data from a file

Input the data into an array data structure

Display the software developers' data on the console

Logic flow is clear, concise, and effective

User inputs and outputs should be clear on screen

Validation for input types and data format

Appropriate indentation to logically illustrate program structure

Identifiers logically describe use

Naming conventions are consistent

Comments and headers to explain processing that is not obvious

Zip your Visual Studio® solution project folder so it can be submitted for grading. In Visual Studio®, you can locate the folder with your solution by left clicking on the solution node in the Solution Explorer. Look at the Properties window to find the folder name in the Path property. Locate this folder in File Explorer and zip the folder.

Submit your assignment.

Dot Image
Tutorials for this Question
  1. Tutorial # 00784339 Posted By: rey_writer Posted on: 11/21/2020 09:26 AM
    Puchased By: 2
    Tutorial Preview
    The solution of UOP POS408 All Assignments Latest...
    Attachments
    UOP_POS408_All_Assignments_Latest.ZIP (18.96 KB)

Great! We have found the solution of this question!

Whatsapp Lisa