advanced |
POS/408 |
||
Or you may purchase tutorials by the Week below. |
||
POS/408 Week 1Everything listed for Week 1 is included in purchase!!
Individual: Console Display Message
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.
Wk 1 – Discussion – Runtime Environments Includes SIX (6) Answers/Rresponses for this Discussion Question! A+ Work! Discuss the .NET runtime environment and the Java® runtime environment. How does this help you better understand the .NET runtime?
|
||
POS/408 Week 2
Everything listed for Week 2 is included in purchase!!
Individual: Adding Variables
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.
Learning Team: Methods Can Help with Maintenance As software developers, you know coding standards are an important part of software development, and nearly every organization has a coding standard that developers are expected to follow. You might even be expected to collaborate on defining the coding standard for your team or organization. Discuss, as a team of software developers, how using methods helps with code maintenance. Create a 1/2- to 1-page coding standard for your team that specifies how methods are to be used in your team assignment. Submit your assignment.
Wk 2 Supporting Activity: Creating a C# Program Includes TEN (10) answers/responses for this Discussion Question! A+ Work! Review this week's reading "Unicode and .NET" on the C# in Depth website on the storage requirements for different C# data types. Identify the minimum and maximum value for each type.
|
||
POS/408 Week 3
Everything listed for Week 3 is included in purchase!!
Individual: Branching in C#
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.
Learning Team: Understanding and Applying Bitwise Operator
Wk 3 Discussion - Understanding 'if' Statements and Recursion Apply conditional statements in C# programming by providing an example of a nested if statement using various logical operators. Include else statements and at least one negation operator.
Recursion is a different way to implement repeating statements. Some problems can only be solved with recursion.
|
||
POS/408 Week 4
Everything listed for Week 4 is included in purchase!!
Individual: Error Handling 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:
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:
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.
Learning Team: Apply Inheritance Using Class Hierarchies Includes Option #1 Includes Option #2 You and your team of software developers are creating a game for children. The game has different types of animals. As a team of software developers, create in a 1-page Word document the class "Animal," including appropriate methods and properties that are common to all animals, subclasses of Animal, such as Cats, Dogs, and Birds, and appropriate methods and properties unique to these subclasses. STOP Submit your assignment using the Assignment Files tab.
Wk4 - Discussion - Custom Exceptions and Object Oriented Programing Includes TWENTY (20) answers/responses for this Discussion Question! A+ Work! The exception class represents errors that occur during application execution.
Discuss the advantages of applying object orienting coding principles.
|
||
POS/408 Week 5
Everything listed for Week 5 is included in purchase!!
Individual: Data Structures
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.
Learning Team: Saving Objects to a File As a team of software developers and using the classes created in the Week Four Learning Team Collaborative Activity, "Learn How to Apply Inheritance Using Class Hierarchies," serialize the objects of the classes from that activity to a file as a Visual Studio® solution. 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
Wk 5 - Discussion - Applying Data Structures and Sorting Includes TWENTY (20) answers/responses for this Discussion Question! A+ Work! Knowing when to apply a data structure for a given business problem is an important skill for developers to know.
Discuss examples of business problems that could be solved using each of the data structures.
|