Presentation is loading. Please wait.

Presentation is loading. Please wait.

1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…

Similar presentations


Presentation on theme: "1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…"— Presentation transcript:

1 1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…

2 1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)… Fields are groups of characters such as a word, group of words, or a complete number.

3 1.file. 2.database. 3.entity. 4.field. 5.attribute. A person, place, thing, or event on which we store and maintain information using records is a(n)…

4 1.file. 2.database. 3.entity. 4.field. 5.attribute. A person, place, thing, or event on which we store and maintain information using records is a(n)… An entity can be a customer (person), retail store (place), order (thing), or holiday shopping season (event).

5 1.secondary field. 2.primary field. 3.key field. 4.first field. 5.customer field. A field in each record that uniquely identifies that record is called a…

6 1.secondary field. 2.primary field. 3.key field. 4.first field. 5.customer field. A field in each record that uniquely identifies that record is called a… Every record in a file should contain at least one field that uniquely identifies that record so the record can be retrieved, updated, or sorted.

7 1.Data security 2.Program-data dependence 3.Data redundancy 4.Easily sharing data 5.Inflexibility Which of the following is not a problem with the traditional file environment?

8 1.Data security 2.Program-data dependence 3.Data redundancy 4.Easily sharing data 5.Inflexibility Which of the following is not a problem with the traditional file environment? In most organizations, systems tend to grow independently and not according to some grand plan. Over time, problems occur with data redundancy and inconsistency, program-data dependence, inflexibility, poor data security, and an inability to share data among applications.

9 1.Program-data dependence 2.Data redundancy 3.Inflexible database retrieval 4.Lack of data sharing 5.Data inconsistency Which of the following occurs when the same data are stored in more than one place or location?

10 1.Program-data dependence 2.Data redundancy 3.Inflexible database retrieval 4.Lack of data sharing 5.Data inconsistency Which of the following occurs when the same data are stored in more than one place or location? Data redundancy occurs when different divisions, functional areas, and groups in an organization independently collect the same piece of data and store it independently of each other.

11 1.Program-data dependence 2.Data redundancy 3.Inflexible database retrieval 4.Lack of data sharing 5.Data inconsistency Which of the following refers to the situation in which a change in a software program could require a change in the data used by that program?

12 1.Program-data dependence 2.Data redundancy 3.Inflexible database retrieval 4.Lack of data sharing 5.Data inconsistency Which of the following refers to the situation in which a change in a software program could require a change in the data used by that program? Program-data dependence refers to the coupling of data stored in files and the specific programs required to update and maintain those files such that changes in programs require changes to the data.

13 1.middleware. 2.shareware. 3.enterprise application software. 4.database management system. 5.operating system. The software that acts as an interface between application programs and the physical data files is…

14 1.middleware. 2.shareware. 3.enterprise application software. 4.database management system. 5.operating system. The software that acts as an interface between application programs and the physical data files is… A database management system is simply the software that permits an organization to centralize data, manage them efficiently, and provide access to the stored data by application programs.

15 1.Conceptual schema 2.Logical view 3.Physical view 4.Physical schema 5.Subschema Which of the following refers to the presentation of data as they would be perceived by end users?

16 1.Conceptual schema 2.Logical view 3.Physical view 4.Physical schema 5.Subschema Which of the following refers to the presentation of data as they would be perceived by end users? The physical view of data shows how they are actually organized and structured on physical storage media.

17 1.conceptual schema. 2.logical view. 3.physical view. 4.physical schema. 5.subschema. The logical description of the entire database showing all the data elements and relationships among them is called the …

18 1.conceptual schema. 2.logical view. 3.physical view. 4.physical schema. 5.subschema. The logical description of the entire database showing all the data elements and relationships among them is called the … The specifications of how data from the conceptual schema are stored on physical media is termed the physical schema or internal schema.

19 1.Enterprise applications 2.Data definition language 3.Data manipulation language 4.Data dictionary 5.Not sure Which of the following is not a component of a database management system?

20 1.Enterprise applications 2.Data definition language 3.Data manipulation language 4.Data dictionary 5.Not sure Which of the following is not a component of a database management system? A database management system must have a data definition language, a data manipulation language, and a data dictionary.

21 1.data definition language. 2.data manipulation language. 3.data dictionary. 4.application program. 5.Not sure An automated file that stores definitions of data elements and data characteristics is called a(n)…

22 1.data definition language. 2.data manipulation language. 3.data dictionary. 4.application program. 5.Not sure An automated file that stores definitions of data elements and data characteristics is called a(n)… The data dictionary can produce lists and reports of data use, groupings, and program locations.

23 1.Hierarchical 2.Table 3.Network 4.Relational 5.Not sure Which type of data model represents all data in the database as simple two- dimensional tables?

24 1.Hierarchical 2.Table 3.Network 4.Relational 5.Not sure Which type of data model represents all data in the database as simple two- dimensional tables? The relational DBMS is the most popular type for PCs as well as for larger computers and mainframes.

25 1.Select 2.Join 3.Project 4.Print 5.Not sure Which of the following is not a basic operation in a relational database?

26 1.Select 2.Join 3.Project 4.Print 5.Not sure Which of the following is not a basic operation in a relational database? The select operation creates a subset of all records that meet the stated criteria. The join operation combines relational tables. The project operation creates a subset of columns in a table, creating new tables that contain only the information required.

27 1.Small 2.Stable 3.Flexible 4.Adaptive 5.Networked Which of the following is not a characteristic of data structures that have been normalized?

28 1.Small 2.Stable 3.Flexible 4.Adaptive 5.Networked Which of the following is not a characteristic of data structures that have been normalized? To use a relational database model effectively, complex groupings of data must be streamlined to minimize redundant data elements and awkward many-to-many relationships through the process of normalization.

29 1.mine. 2.warehouse. 3.store. 4.network. 5.crate. A database that stores current and historical data of potential interest to managers throughout the company is called a data …

30 1.mine. 2.warehouse. 3.store. 4.network. 5.crate. A database that stores current and historical data of potential interest to managers throughout the company is called a data … The data stored in a data warehouse originate in many core operational systems and external sources. The data are standardized into a common data model and consolidated so that they can be used across the enterprise for management analysis and decision making.

31 1.Data mining 2.Data warehousing 3.Data storing 4.Data networking 5.Data crating Which of the following is often used to provide information for targeted marketing campaigns?

32 1.Data mining 2.Data warehousing 3.Data storing 4.Data networking 5.Data crating Which of the following is often used to provide information for targeted marketing campaigns? Data mining uses a variety of techniques to find hidden patterns and relationships in large pools of data and infer rules from them that can be used to predict future behavior and guide decision making.

33 1.Structured Query Languages 2.Hypermedia databases 3.Ad-hoc query languages 4.Common gateway interface 5.Database servers Which of the following allows users to access topics on a Web site in whichever order they wish?

34 1.Structured Query Languages 2.Hypermedia databases 3.Ad-hoc query languages 4.Common gateway interface 5.Database servers Which of the following allows users to access topics on a Web site in whichever order they wish? The hypermedia database approach to information management stores chunks of information in the form of nodes connected by links the user specifies. The nodes can contain text, graphics, sound, full-motion video, or executable computer programs.

35 1.SQL script. 2.Data language script. 3.Java script. 4.Access script. 5.Common gateway interface. A specification for transferring information between a Web server and a program designed to accept and return data is called …

36 1.SQL script. 2.Data language script. 3.Java script. 4.Access script. 5.Common gateway interface. A specification for transferring information between a Web server and a program designed to accept and return data is called … Common gateway interfaces can be written in any programming language.

37 1.resource administration. 2.data administration. 3.database administration. 4.Data-mining administration. 5.Not sure An organizational function with the power to define information requirements for the entire company is called a…

38 1.resource administration. 2.data administration. 3.database administration. 4.data-mining administration. 5.Not sure An organizational function with the power to define information requirements for the entire company is called a… Data administration is responsible for the specific policies and procedures through which data can be managed as an organizational resource. The fundamental principle of data administration is that all data are the property of the organization as a whole.

39 1.resources administration. 2.data administration. 3.database administration. 4.data-mining administration. 5.Not sure A database design and management group performs the functions of …

40 1.resources administration. 2.data administration. 3.database administration. 4.data-mining administration. 5.Not sure A database design and management group performs the functions of … The database design and management group establishes the physical database, the logical relations among elements, and the access rules and procedures.


Download ppt "1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…"

Similar presentations


Ads by Google