Question: This lab takes as input a CSV ( comma separated values ) file ( . csv extension ) that is used for generating tabular data

This lab takes as input a CSV (comma separated values) file (.csv extension) that is used for generating tabular data
in spreadsheets. Specifically, for this assignment, you will NEED to assume this CSV file was generated in
Windows (the reason will be explained shortly). Consider the data.csv file below as it appears when you open it in
Excel as an example.
Figure 1 data.csv file in Excel
This file shows the st(ock returns from an investment portfolio over a year. "A" column contains the stock name and
"B" column indicates the returns in USD (We will assume that there is no negative stock return in all our CSV files).
You will run the lab4_testbench_rev##.asm file in RARS which takes data.cSv as an input CSV file. Doing so will
yield the following analysis, based on the calculations made by thes assembly files that you will be submitting):
Find the total file size in bytes (excluding any metadata generated by your OS)(length_of_file.asm)
List the dollar amount of all the input records. (input_from_record.asm)
Provides the name of the stock that gives the maximum income. (maxIncome.asm)
Provides the name of the stock that gives the minimum income. (
Calculate the total income generated from all stocks ( rars assembly )
 This lab takes as input a CSV (comma separated values) file

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!