Data Foundations & Types Flashcards
1
Q
What is data in computing terms?
A
Data is any information that is in a format that a computer can process
2
Q
How is data represented?
A
Data is represented as binary code in 1s and 0s which can be text or computer process instructions
3
Q
What is structured data?
A
Refers to discrete data types like numbers, dates names. Easy to search, query and organize in tabular format
4
Q
What is unstructured data?
A
Refers to data that comes in a variety of formats that is often textual or multi-media based I.E Images, audio files, text heavy documents, emails.
5
Q
A