Module 01a - History Flashcards
What is Data processing
Is thecollectionand manipulation of items of data to producemeaningfulinformation
What is Data
Collection of data objects and their attributes
What is Attribute
Is a property or characteristic of an object
What is a Object
Object is also known as record, point, case, sample, entity, or instance
What is a Database?
A usually large collection of data organized especially for rapid search and retrieval.
Who developed the first DBMS
Charles Bachman while working at Honeywell, developed IDS
What was the first commercially successful DBMS
IBM IMS, a hierarchical model where data relationships are represented as a tree
still in use today in IBM’s and American Airline’s SABRE reservation system
Who’s the father of the Relational Model
Edgar (Ted) F. Codd, a Oxford-trained mathematician workin for IBM @ San Jose Laboratory, in 1970
What is the Relational Model
Data independence from hardware and storage implementation
Automatic navigation, or a high level, nonprocedural language for accessing data. Instead of processing one record at a time, a programmer could use the language to specify single operations that would be performed across the entire data set.
What was the relational prototypes in the 70’s
System R from IBM
Ingres from UC-Berkeley
What’s the meaning of SQL
Structured Query Language
What is Entity-Relationship Models
ER Models was proposed by Peter Chen in 1976 for database design, allowing designer to concentrate on the use of data instead of the logical table structure