information and databases

28
©1999 Addison Wesley Longman Slide 4.1 Information and Databases 4

Upload: jafari

Post on 04-Jan-2016

26 views

Category:

Documents


0 download

DESCRIPTION

4. Information and Databases. Table 4.1 Using a CAD System to Design the Boeing 777. Table 4.1 Using a CAD System to Design the Boeing 777. CUSTOMER Boeing’s manufacturing department Airline maintenance departments. Table 4.1 Using a CAD System to Design the Boeing 777. PRODUCT - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Information and  Databases

©1999 Addison Wesley Longman Slide 4.1

Informationand Databases

4

Page 2: Information and  Databases

©1999 Addison Wesley Longman Slide 4.2

Table 4.1Using a CAD System to Design the Boeing 777

Page 3: Information and  Databases

©1999 Addison Wesley Longman Slide 4.3

Table 4.1Using a CAD System to Design the Boeing 777

CUSTOMER

Boeing’s manufacturing department

Airline maintenance departments

Page 4: Information and  Databases

©1999 Addison Wesley Longman Slide 4.4

Table 4.1Using a CAD System to Design the Boeing 777

PRODUCT

Specification of the precise function, shape, and location of each component

Verification that the components are physically compatible

Page 5: Information and  Databases

©1999 Addison Wesley Longman Slide 4.5

Table 4.1Using a CAD System to Design the Boeing 777

BUSINESS PROCESS

Major Steps:

•Decide on major features of airplane

•Design individual components

•Test for compatibility with other components and other subsystems

•Transmit the specifications to manufacturing

Rationale:

•Use a paperless design process to avoid delays related to copying and moving paper, and to use the design data directly to test for interference between components.

Page 6: Information and  Databases

©1999 Addison Wesley Longman Slide 4.6

Table 4.1Using a CAD System to Design the Boeing 777

PARTICIPANTS

Representatives of airlines

Boeing engineers

INFORMATION

General design goals

CAD specification of the shape, location, materials, and function of each component

TECHNOLOGY

CAD database and computer for storing the data

Terminals and data network

Page 7: Information and  Databases

©1999 Addison Wesley Longman Slide 4.7

Figure 4.1Entity-relationship diagram for part of a university registration system

Page 8: Information and  Databases

©1999 Addison Wesley Longman Slide 4.8

Figure 4.2Types of relationships in entity-relationship

Page 9: Information and  Databases

©1999 Addison Wesley Longman Slide 4.9

Table 4.2Possible Attributes for the Entity Types in Figure 4.1

DEPARTMENT•Department identifier•College•Department head•Scheduling coordinator

COURSE•Course number•Department •Required of department major (y/n)•Course description

SECTION•Section identification number•Semester•Year•Classroom•Start time•End time•Days of week for class meetings

PROFESSOR•Employee identification number•Name•Address•Birthdate•Office telephone•Social Security number

STUDENT•Student identification number•Name•Address•Birthdate•Telephone•Gender•Ethic group•Social Security number

OFFICE•Office number•Building•Telephone extension

Page 10: Information and  Databases

©1999 Addison Wesley Longman Slide 4.10

Figure 4.3Images produced by information systems

Page 11: Information and  Databases

©1999 Addison Wesley Longman Slide 4.11

Table 4.3Excerpt from a Hypothetical Student File

Social security number: 044-34-5542Last name: BatesFirst name: AlvinStreet address: 243 Third StreetCity: MiddletonState: MAZip code: 02137Date of birth: 05/07/78

Page 12: Information and  Databases

©1999 Addison Wesley Longman Slide 4.12

Figure 4.4Entity-relationship diagram from a relational database

Page 13: Information and  Databases

©1999 Addison Wesley Longman Slide 4.13

Figure 4.5Posing a query in Microsoft Access

Page 14: Information and  Databases

©1999 Addison Wesley Longman Slide 4.14

Figure 4.6Using a natural language query

Page 15: Information and  Databases

©1999 Addison Wesley Longman Slide 4.15

Figure 4.7A Multidimensional database

Page 16: Information and  Databases

©1999 Addison Wesley Longman Slide 4.16

Figure 4.8Using a geographical information system

Page 17: Information and  Databases

©1999 Addison Wesley Longman Slide 4.17

Figure 4.9Use of schemas and subschemas

Page 18: Information and  Databases

©1999 Addison Wesley Longman Slide 4.18

Figure 4.10Locating data using direct access

Page 19: Information and  Databases

©1999 Addison Wesley Longman Slide 4.19

Figure 4.11Locating data using indexes

Page 20: Information and  Databases

©1999 Addison Wesley Longman Slide 4.20

Figure 4.12Backup and recovery

Page 21: Information and  Databases

©1999 Addison Wesley Longman Slide 4.21

Figure 4.13Retrieving a Web page

Page 22: Information and  Databases

©1999 Addison Wesley Longman Slide 4.22

Table 4.4Differences between Using a Relational Database and Using the World Wide Web

BASIC STRUCTURAL ELEMENTSTraditional database: Tables, records, fields, keysThe World Wide Web: Web pages and hyperlinks

BASIC ORGANIZING PRINCIPLETraditional database: Predefined tables and relationships that have a specific meaning in a specific business context The World Wide Web: Author-defined links from any location in a Web page to any other location on the same Web page or to another Web page

FINDING SPECIFIC INFORMATIONTraditional database: Identify specific records or fields in those records and the DBMS will find themThe World Wide Web: Identify a specific Web address (URL) and the browser will find and display the page if it is available

FINDING INFORMATION RELATED TO THE INFORMATION MOST RECENTLY ACCESSEDTraditional database : No typical methodThe World Wide Web : Click on a hypertext link

METHOD FOR IDENTIFYING DATA REQUIRED IN A QUERYTraditional database: State selection criteria in terms of specific values of specific data items in specific tablesThe World Wide Web: Identify words or terms that should appear in the Web pages selected by the search engine

Page 23: Information and  Databases

©1999 Addison Wesley Longman Slide 4.23

Table 4.4Differences between Using a Relational Database and Using the World Wide Web

HOW THE COMPUTER FINDS THE DATA BY SEARCHINGTraditional database: DBMS finds the pertinent tables in the database and selects the appropriate data from the records that meet the criteriaThe World Wide Web: Search engine finds every Web page containing each word or phrase in the query, then prioritizes these based on the priorities in the query

TREATMENT OF IMPOSSIBLE OR RIDICULOUS QUERIESTraditional database: DBMS rejects queries not phrased in terms of tables, fields, and relationships in the databaseThe World Wide Web: The search engine performs whatever search is requested

LIKELIHOOD THAT A QUERY WILL PRODUCE USABLE RESULTSTraditional database: DBMS returns exactly what is requested; if the user asks the wrong question, the result may not be usefulThe World Wide Web: Many of the Web pages found by a search engine may be unrelated to what the user wanted

METHODS FOR CONTROLLING DATA QUALITYTraditional database: During data entry DBMS checks for obvious errors such as missing values, out-of-range values, etc.The World Wide Web: The Web has no organized method of controlling quality of information in Web pages

Page 24: Information and  Databases

©1999 Addison Wesley Longman Slide 4.24

Table 4.5Determinants of Information Usefulness and Related Roles of Information Syatems

INFORMATION QUALITY

•ACCURACY

•PRECISION

•COMPLETENESS

•AGE

•TIMELINESS

•SOURCE

Page 25: Information and  Databases

©1999 Addison Wesley Longman Slide 4.25

Table 4.5Determinants of Information Usefulness and Related Roles of Information Systems

INFORMATION ACCESSIBILITY

•AVAILABILITY

•ADMISSIBILITY

INFORMATION PRESENTATION

•LEVEL OF SUMMARIZATION

•FORMAT

INFORMATION SECURITY

•ACCESS RESTRICTION

•ENCRYPTION

Page 26: Information and  Databases

©1999 Addison Wesley Longman Slide 4.26

Figure 4.16Do managers expect the truth?

Page 27: Information and  Databases

©1999 Addison Wesley Longman Slide 4.27

Fig 4.17Diagram representing a mental model

Page 28: Information and  Databases

©1999 Addison Wesley Longman Slide 4.28

Figure 4.18A virtual reality simulation