ADVANCED TOPICS IN COMPILER DESIGN
CODE GENERATION FOR OBJECT ORIENTED LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
CSV
|
|
JPEG
|
|
HTML
|
|
PDF
|
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.