Reference no: EM131271996
Assignment
Step 1: Given a file of data, read the data and parse it based on a fixed given field headers. To download the file, select the following link: Unit 4 Sample Data. Eliminate the last column (Pig-Latin) in the data file.
The file is a comma delimited file with the following record structure:
FirstName - Character - Size (12)
LastName - Character - Size (16)
Company - Character - Size (32)
Address - Character - Size (32)
City - Character - Size (24)
County - Character - Size (24)
State - Character - Size (2)
ZIP - Number - Size (5)
Phone - Character - Size (12)
Fax - Character - Size (12)
Email - Character - Size (32)
Web - Character - Size (42)
Step 2: Write a complete C# ***** in console mode to load the data file as a sequential file using C# ***** library into an ArrayList data structure (using the System.Collection library) Store each line in the file as a separate record.
Step 3: After the file is loaded into the ArrayList, sort the data in ascending order based on the LastName field and Display the following fields:
First name
Last name
Company
Step 4: Next, sort the data in descending order based on the ZIP field, and display the following fields:
First name
Last name
Company
ZIP
Step 5: Display all the records (and all its fields) for everyone that is in the state "NY."
Step 6: Submit the source code for the solution and the output screenshots for the following list. You can use any appropriate algorithm in the solution.
Sorted data based on last name
Sorted data based on ZIP
Everyone in the state of NY
Create class named circle with fields named radius and area
: Create a class named Circle with fields named radius, area, and diameter. Include a constructor that sets the radius to 1. Also include public properties for each field.
|
Creating a domain model class diagram
: Creating a Domain Model Class Diagram- Use at least three quality resources outside of the suggested resources in this assignment. Note: Wikipedia and similar Websites do not qualify as quality resources.
|
Will this equalizer improve system performance
: find the noise power at the output of your equalizer within the 100-kHz bandwidth of interest. Will this equalizer improve system performance?
|
Find the output snr when beam forming is used
: Assuming ρ = 10 dB, find the output SNR when beam forming is used on the channel with equal weights on each transmit antenna and optimal weighting at the receiver. Compare with the SNR under beam forming with optimal weights at both the transmitte..
|
Display all the records for everyone the state ny
: Display all the records (and all its fields) for everyone that is in the state "NY." Submit the source code for the solution and the output screenshots for the following list. You can use any appropriate algorithm in the solution.
|
Methods of online communication among terrorists
: After reading this week chapters, answer all of the following Discussion Questions: 1. List and describe the methods of online communication among terrorists.
|
Describe the flow of data through your network
: Describe the flow of data through your network, and explain how your network design provides multiple layers of security. The Internet cloud, generically, to represent your network's interface to the Internet.
|
Plays against a human opponent
: Write a program in which the computer plays against a human opponent. Generate a random integer between 10 and 100 to denote the initial size of the pile.
|
Derive the after-tax loss matrix for die firm
: A firm has the following probability distribution for annual losses due to vandalism. Derive the after-tax loss matrix for die firm. If the risk manager's decision rule is to minimize after-tax expected cost, which option will she choose? Show why
|