lecture 16 - databases, data warehouses, and api's

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:00 PM on 4/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

what is structured information?

facts and data that are reasonably ordered or can be easily organized into hierachies

2
New cards

what is a pro of structured information?

accessible and easy to use, abundance of tools

3
New cards

what are the cons to structured information?

limited usage and less flexible, limited storage options, only 20% of data

4
New cards

how much of data is structured?

only 20%

5
New cards

what is unstructured information?

information that has no inherent structure or order (like emails, texts, social media posts, etc.)

6
New cards

what are the pros of unstructured information?

flexible, fast accumulating rates, easy and cheap to store

7
New cards

what are the cons of unstructured information?

requires expertise, specialized tools and data cleanliness

8
New cards

what is semi-structured information?

information category that falls between the two!

9
New cards

true or false: semi-structured information does not have predefined data models, however, it does use metadata or data about data

true

10
New cards

what factors make up information quality?

accuracy and precision, completeness, consistency, context, timeliness, bias and duplication

11
New cards

what is accuracy and precision when it comes to information quality?

how accurate is the data

12
New cards

what is context hen it comes to information quality?

does the data have the proper context to understand it

13
New cards

what is timeliness when it comes to information quality?

has the data arrived timely enough

14
New cards

what is a database?

organized collection of data that is logically related and stored to minimize duplication

15
New cards

what is the relational database?

organizes information into tables and records that are related to one another by linking a field in one table toa field in another table with matching data

16
New cards

why do we use relational databases?

avoid redundancy, ensure consistency, and improve efficiency

17
New cards

what is sql?

structured query language (originally system R)

18
New cards

how is data stored?

data lake → data warehouse → datamart

19
New cards

what are data warehouses used for?

to perform analytics on data aggregated from other sources

20
New cards

what does api stand for?

application programming interface

21
New cards

what is the process of using an api?

a request, a call, and a response

22
New cards

what are the challenges with information management?

ownership issues, shadow systems, and database without boundaries