13

Click here to load reader

Chapter 9 : Modeling With Databases

Embed Size (px)

DESCRIPTION

Chapter 9 : Modeling With Databases

Citation preview

Page 1: Chapter 9 : Modeling With Databases

By By Lydia Lydia

Cervantes, Ray Cervantes, Ray Bandas,and Bandas,and

Alex CallowayAlex Calloway

By By Lydia Lydia

Cervantes, Ray Cervantes, Ray Bandas,and Bandas,and

Alex CallowayAlex CallowayChapter 9 : Modeling With Chapter 9 : Modeling With

DatabasesDatabases

Page 2: Chapter 9 : Modeling With Databases

What are Databases?• Database management Systems

(DBMS) are computerized record-keeping systems.

• They were designed to replace paper-based information retrieval systems.

• DBMs act as electronic filing cabinets to store information in an organized and convenient system.

Page 3: Chapter 9 : Modeling With Databases

ADVANTAGES• Compact• Speed of data input (keyboard, bar

code readers, scanners, voice)• Fast & easy access to information• Easy updating of information

Page 4: Chapter 9 : Modeling With Databases

Types of DBMS• Flat File (Table)

These early systems organized content two-dimensionally into fields and records and used pointers, or computer codes, structured into the file to connect records. They did not offer as much power and flexibility as modern systems.

Page 5: Chapter 9 : Modeling With Databases

Types of DBMS• Relational

The databases of today are a collection of different tables interconnected based on the type of data in the fields and records. Since they don’t use pointers, organization and resulting queries can be more sophisticated. They allow a higher level of content analysis.

Page 6: Chapter 9 : Modeling With Databases

DBM Components & Tools

• DatabaseThe database consists of files containing information in the form of records related to specific events or subjects. These records are divided into fields describing the information they contain. The information within each field is standardized so the computer can locate it effectively.

Page 7: Chapter 9 : Modeling With Databases

DBM Components & Tools

• File management systemAbility to manage files allows easy creation of data structure and ability to change later to suit needs.

• Database organization toolsSearch capabilities allow tailored searches. (EQUALS vs. CONTAINS, NOT, GREATER THAN, EQUAL TO, LESS THAN, SORT, and multiple search criteria per field.)

• Reporting functions

Page 8: Chapter 9 : Modeling With Databases

DBM Modeling• DBMs answer specific questions about

content areas or about relationships among content areas by using matrices.

• Matrices effectively represent information while allowing comparing and contrasting.

• Matrices are superior for representing data in problems. Their use can better define needed information, suggest order of operations, provide a consistent check of the solution, and reduce brain overload.

Page 9: Chapter 9 : Modeling With Databases

DBM Modeling• Designing databases is a meaningful

instructional activity because their creation and the process of determining what information to search for help in learning content material.

• Their use of higher order thinking skills make their use as mindtools valuable.

Page 10: Chapter 9 : Modeling With Databases

What Makes an Effective Database?

• To evaluate the effectiveness of a database, content, as well as ages and abilities of learners, must be taken into account.

• Quality of the final product can be judged on a continuum based on specific instructional goals and content.

Page 11: Chapter 9 : Modeling With Databases

Advantages of Database Modeling

• Building databases builds knowledge by comparing and contrasting; thus it engages higher order thinking skills.

• Learners are actively engaged in constructing, rather than just responding.

• Process of comparison is made more efficient by computer technology.

Page 12: Chapter 9 : Modeling With Databases

Advantages of Database Modeling

• Search capabilities can be varied.• Automated information entry is

more efficient.• Learners arrange data the way

their mind works, making each database meaningful and individual. (Jonassen)

Page 13: Chapter 9 : Modeling With Databases

Database Limitations• Critics say databases only reproduce the

information in textbooks in a different format. • Just the act of creation, according to Jonassen

(p.99), results in knowledge that is more meaningful than mere memorization.

• Individual representations may distort the content’s message.

• Jonassen encourages collaboration to increase sharing of information and productivity of the final product (p. 99).