COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
As part of a class project, students are downloading population data from a Web site. Which of the following file formats would be best if the students plan to write programs to analyze the data?
A
CSV
B
JPEG
C
HTML
D
PDF
Explanation: 

Detailed explanation-1: -A CSV (comma-separated values) file is a text file that has a specific format which allows data to be saved in a table structured format.

Detailed explanation-2: -Bottom Line. While Excel (XLS and XLSX) file formats are better for storing more complex data, CSV files are supported by nearly all data upload interfaces. If you are planning to move your data between platforms, export and import it from one interface to another, you might be better off with the CSV file format.

Detailed explanation-3: -CSV and Excel or . xls are two different file extensions containing data, where in CSV, the data is in the text format, separated by commas, while in Excel or . xls, information is in the tabular form with rows and columns.

Detailed explanation-4: -A CSV file is a list of data separated by commas. For instance, it may look like the following: Name, email, phone number, address. Example, exampleexample.com, 555-555-5555, Example Address.

There is 1 question to complete.