Data + Databases

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

Traditional databases were only for ___ and ___ info

numerical, text

2
New cards

Modern databases can support ___ and ____ info

dense, real-time

3
New cards

big data

large amounts of data spread between many computers

4
New cards

NoSQL

Not only SQL, modern database that can handle structured + semi-structured big data

5
New cards

data

facts with implicit meaning

6
New cards

database

collections of data

7
New cards

mini-world/universe of discourse

reflection of the real world

8
New cards

A university’s gradebook, student list, professor list, section list, etc collectively make up the university’s ____

mini-world

9
New cards

database management system (DBMS)

creates and manages a database

10
New cards

What are the 4 main functions of a database management system

  • Defining

  • Construction

  • Manipulating

  • Sharing

11
New cards

A DBMS ensuring a student’s name is processed as a string is an example of DBMS ____

defining

12
New cards

database system

database + DMBS

13
New cards

What are the 5 main actors on the scene of DBMS?

  • DB admin

  • DB designer

  • end user

  • system analyst

  • app developers

14
New cards

What are the 3 main workers behind the scene of DBMS

  • DBMS system designer and implementor

  • tool developer

  • operator and maintenence team

15
New cards

mini-world relationships are ____

one-way

16
New cards

meta data

descriptions of the data itself for self-description

17
New cards

data abstraction

reading constructs of the data over the internal details

18
New cards

admin commands are an example of DBMS ____

data view

19
New cards

object persistence

programmer doesn’t need to manually maintain objects after runtime

20
New cards

how does DBMS provide faster search?

indexing (through trees or hashing)

21
New cards

DBMS ensuring a student can only have one major in a database is an example of ___

referential integrity

22
New cards

DBMS automatically assigning the honor student marker to students with a 3.5 or higher GPA is an example of ____

infering data

23
New cards

DBMS really shines in e-commerce systems because of ____

real-time decision making

24
New cards

An implemented DBMS fosters new applications to be ___ and ___

flexible, easily formed

25
New cards

hierarchal/network database model

rigid model that required sweeping overhauls for new data

26
New cards

E Codd relational model

model known for quicker queries

27
New cards

OOP DBMS model

model known for real time computation

28
New cards

A system used for archiving the temperature of Fullerton during November by the New York Times would/would not benefit from implementing DBMS

Would not benefit because collected data is simple and static

29
New cards

Canvas uses a DBMS such that both students and teachers can access the site, but have differing UIs for the two users types. This is an example of DBMS

multi-user handling

30
New cards

normalization

all instances of data is the same across all users

31
New cards

denormalization

controlling redundancy by condensing data into a single source