L4: Understanding Data Flashcards

(9 cards)

1
Q

Comma-separated values (CSVs)

A

Delimited text files where the delimiter is a comma. Used to store structured data.

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

Delimited text file formats

A

Text files are used to store data where each line or row has values separated by a delimiter. A delimiter is a sequence of one or more characters specifying the boundary between values. Common delimiters include comma, tab, colon, vertical bar, and space.

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

NoSQL databases

A

Databases are designed to store and manage unstructured data and provide analysis tools for examining this type of data.

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

Online Transaction Processing (OLTP) Systems

A

Systems that focus on handling business transactions and storing structured data.

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

Relational databases

A

Databases are designed to store structured data with well-defined schemas and support standard data analysis methods and tools.

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

Sensors

A

Devices such as Global Positioning Systems (GPS) and Radio Frequency Identification (RFID) tags generate structured data.

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

Spreadsheets

A

Software applications like Excel and Google Spreadsheets are used for organizing and analyzing structured data.

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

SQL Databases

A

Databases that use Structured Query Language (SQL) for defining, manipulating, and querying data in structured formats.

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

Tab-separated values (TSVs)

A

Delimited text files where the delimiter is a tab. Used as an alternative to CSV when literal commas are present in text data.

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