Standard File Formats Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

CSV [Comma Separated Values]

A

Delimited text format. The delimiter used to separate the values being a comma.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

TSV [Tab Separated Values]

A

Delimited text format in which the values are separated by a tab. This is used when a CSV is not an option due to literal commas being present in the text and thus can’t be used as delimiters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Microsoft Excel Open XML Spreadsheet or .XLSX

A

This is a MS Excel Open XML file format that falls under the spreadsheet file format. It cannot save malicious code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

.XML [Extensible Markup Language]

A

This is a markup language with set rules for encoding data. It’s readable by both humans and machines. It’s programming language independent, doesn’t use predefined tags like HTML and makes data sharing between various systems simpler.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

PDF [Portable Document Format]

A

This is a file format developed by Adobe to present documents independent of application, software, hardware or operating system. It can be viewed the same way on any device. It can also be read in any programming language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

JavaScript Object Notation or JSON

A

This is a text based open standard designed for transmitting structured data over the web. It’s a language-independent data format which can be read in any programming language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly