24.1k views
4 votes
Which type of data is generally stored in different file formats, such as text files, spreadsheets, and so on?

2 Answers

3 votes

Answer:

Plain text storage (eg, CSV, TSV files)

Sequence Files.

Avro.

Parquet.

User Matthew Walton
by
6.0k points
1 vote

Answer:

Plain Text

Step-by-step explanation:

The simplest way to store information in a computer is plain text. Plain text formate can use lowest common storage formats. The basic concept of plain text is that data are arranged in a row with different values.

Two type of Plain text

1)Delimited formats:

2)Fixed-width formats:

A file is a block of computer memory that interpreting the bytes in a file. For example, a plain text format means that each byte is used to represent a single character.

For example:

  • The Comma-Separated Value (CSV) format is a type of a plain text format.
  • Common feature of the plain text is line ending
User Serkanozel
by
5.8k points