Files, folders, and formats

8 terms in this category.

CSV
also: comma-separated values
A spreadsheet-like text file where each row is a line and each cell is separated by a comma.
file extension
The three or four letters after the dot in a filename. Tells the computer what kind of file it is.
JSON
A way of writing structured information so both humans and computers can read it.
markdown
A simple way of writing formatted text using plain characters — stars for bold, hashes for headings.
plain text
Text with no formatting, fonts, or styling — just the characters themselves.
readme
also: README.md
The file at the top of a project that explains what it is and how to use it.
schema
A description of the shape that data is supposed to take.
YAML
Another way of writing structured information, designed to be easier for humans to read than JSON.