POS 408 All Discussions

0 items
POS 408 All Discussions
POS 408 All Discussions
$20.00
  • Description

POS 408 All Discussions

The Latest Version A+ Study Guide

 

**********************************************

POS 408 All Discussions Link

https://hwsell.com/category/pos-408/

**********************************************

 

POS 408 Wk 1 – Discussion – Runtime Environments

Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to other students.

Due Thursday

Respond to the following in a minimum of 175 words:

Discuss the .NET runtime environment and the Java® runtime environment. How does this help you better understand the .NET runtime?

Discuss the differences among the .NET environment, Visual Studio®, and the C# programming language. In your discussion, identify and discuss the different components of a Visual Studio® C# solution, including files generated by the IDE.

Due Monday

Reply to at least 2 of your classmates. Be constructive and professional in your responses.

 

 

 

POS 408 WK 2 -Supporting Activity: Creating a C# Program

Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to other students.

Due Thursday

Respond to the following in a minimum of 175 words:

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.

Discuss the role of C# data types and variable in C# programming. How does using Unicode or non-Unicode data type impact storage of data on disk or in memory? What do you see as the advantages and disadvantages for each

Create a program that demonstrates the following different types of C# variable scope: Class-Level, Method-Level, and Nested. Post your code in the discussion forum.

Discuss another example from a situation you might face in which you would use one of the types of scope.

Due Monday

Reply to at least 2 of your classmates. Be constructive and professional in your responses.

 

 

POS 408 Wk 3 – Discussion – Understanding ‘if’ Statements and Recursion

Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to other students.

Due Thursday

Respond to the following in a minimum of 175 words:

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.

Discuss different ways to code the following:

  • If an account balance is less than $100, warn the account holder according to the following rules:
  • if the balance is between $50 and $100 warn the account holder that the balance is low
  • if the balance is between $25 and $50 then warn the account holder that their balance is critically low
  • if the balance is less than $25 warn the account holder to call the bank.

Recursion is a different way to implement repeating statements. Some problems can only be solved with recursion.

Implement an example of recursion in C#.

Discuss problems with recursion. In what situations must recursion be used?

Due Monday

Reply to at least 2 of your classmates. Be constructive and professional in your responses.

 

 

POS 408 Wk 4 – Discussion – Custom Exceptions and Object Oriented Programing

Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to other students.

Due Thursday

Respond to the following in a minimum of 175 words:

The exception class represents errors that occur during application execution.

Create a custom exception class.

Discuss how you would handle the custom exception you created. What do you see as the advantages and disadvantages of custom exceptions?

Demonstrate through code and explanation each of the following object oriented concepts:

  • Inheritance
  • Encapsulation
  • Polymorphism

Discuss the advantages of applying object orienting coding principles.

Due Monday

Reply to at least 2 of your classmates. Be constructive and professional in your responses.

 

 

POS 408 Wk 5 – Discussion – Applying Data Structures and Sorting

Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to other students.

Due Thursday

Respond to the following in a minimum of 175 words:

Knowing when to apply a data structure for a given business problem is an important skill for developers to know.

Research the following .NET data structures:

  • List
  • ArrayList
  • LinkedList

Discuss examples of business problems that could be solved using each of the data structures.

Knowing how to sort data in an array and knowing which sorting algorithm to use makes implementing sorting easier.

Discuss different ways to sort an array in C#. What do you see as the advantages and disadvantages of each type of sorting algorithm?

Due Monday

Reply to at least 2 of your classmates. Be constructive and professional in your responses.