acct 307 test 2 ch 4

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

Which of the following is false regarding a well-structured relational database? A) A foreign key cannot be null. B) A primary key cannot be null. C) Every column in a row must be single valued. D) All nonkey attributes in a table must describe a characteristic of the object identified by the primary key.

A) A foreign key cannot be null.

If a national sales tax were implemented, which language would be used to add a new field in the sales table to track the sales tax due? A) Data Definition Language B) Data Manipulation Language C) Data Query Language D) Data Update Language

A) Data Definition Language

Identify one potential drawback in the design and implementation of database systems for accounting. A) Double-entry accounting relies on redundancy as part of the accounting process, but well-designed database systems reduce and attempt to eliminate redundancy. B) Relational DBMS query languages will allow financial reports to be prepared to cover whatever time periods managers want to examine. C) Relational DBMS provide the capability of integrating financial and operational data. D) Relational DBMS can accommodate multiple views of the same underlying data; therefore, tables storing information about assets can include data about both historical and replacement

A) Double-entry accounting relies on redundancy as part of the accounting process, but well-designed database systems reduce and attempt to eliminate redundancy.

The ________ handles the link between the way data are physically stored and each user's logical view of that data. A) database management software (DBMS) B) database manager C) data warehouse D) data dictionary

A) database management software (DBMS)

In a relational database, requiring that every record in a table have a unique identifier is called the A) entity integrity rule. B) referential integrity rule. C) unique primary key rule. D) foreign key rule.

A) entity integrity rule.

8) The update anomaly in non-normalized database tables A) occurs because of data redundancy. B) restricts addition of new fields or attributes. C) results in records that cannot be updated. D) is usually easily detected by users.

A) occurs because of data redundancy.

When the human resources manager wants to gather data about salary and start date by employees and by departments, the manager would use which language? A) Data Manipulation Language B) Data Query Language C) Data Report Language D) Data Definition Language

B) Data Query Language

18) How do users retrieve data stored in a database? A) by viewing the appropriate data tables B) by executing a query C) by performing a search D) by specifying the primary keys

B) by executing a query

The ________ contains information about the structure of the database. A) data definition language B) data dictionary C) data warehouse D) database management system

B) data dictionary

Which of the following elements link rows in one table to rows in another table? A) primary keys B) foreign keys C) semantic keys D) link keys

B) foreign keys

3) In a well-structured database, the constraint that ensures the consistency of the data is known as the A) entity integrity rule. B) referential integrity rule. C) unique primary key rule. D) foreign key rule.

B) referential integrity rule.

The database requirement that foreign keys must be null or have a value corresponding to the value of a primary key in another table is formally called the A) entity integrity rule. B) referential integrity rule. C) unique primary key rule. D) foreign key rule.

B) referential integrity rule.

Suppose a relational database contained two linked tables. Which of the following items is not necessarily present in the database? A) two primary keys B) two foreign keys C) at least one column D) one foreign key

B) two foreign keys

Identify the aspect of a well-structured database that is incorrect. A) Data is consistent. B) Redundancy is minimized and controlled. C) All data is stored in one table or relation. D) The primary key of any row in a relation cannot be null.

C) All data is stored in one table or relation.

1) ________ in a well-structured relational database. A) Every table must be related to all other tables B) One table must be related to at least one other table C) Every table must be related to at least one other table D) One table must be related to all other tables

C) Every table must be related to at least one other table

The ________ is responsible for the database. A) database master B) database manager C) database administrator D) data coordinator

C) database administrator

The combination of the database, the DBMS, and the application programs that access the database through the DBMS is referred to as the A) data warehouse. B) database administrator. C) database system. D) database management system.

C) database system.

In the database design approach known as normalization, the first assumption made about data is A) there is no redundancy in the data. B) the delete anomaly will not apply since all customer records will be maintained indefinitely. C) everything is initially stored in one large table. D) the data will not be maintained in 3NF tables.

C) everything is initially stored in one large table.

A low-level view of the database that describes how the data are actually stored and accessed is the: A) conceptual-level schema. B) subschema. C) internal-level schema. D) external-level schema.

C) internal-level schema.

Identify one potential outcome of the delete anomaly. A) inconsistent data B) inability to add new data C) unintentional loss of data D) none of the above

C) unintentional loss of data

Which of the following would not be one of the well-structured tables in a well-designed relational database used to generate this sales invoice?

Customer order.

8) Which of the statements below is incorrect? A) Semantic data modeling facilitates the efficient design of databases. B) Semantic data modeling facilitates communicating with the intended users of the system. C) Semantic data modeling allows a database designer to use knowledge about business processes to design the database. D) Semantic data modeling follows the rules of normalization in the design of a database.

D) Semantic data modeling follows the rules of normalization in the design of a database.

The database design method in which a designer uses knowledge about business processes to create a diagram of the elements to be included in the database is called A) normalization. B) decentralization. C) geometric data modeling. D) semantic data modeling.

D) semantic data modeling.

Reports produced using the data dictionary could include all of the following except a list of A) programs where a data item is used. B) synonyms for the data items in a particular file. C) outputs where a data element is used. D) the schemas included in a database.

D) the schemas included in a database.

The ________ occurs when more than one occurrence of a specific data item in a database exists. A) delete anomaly B) inconsistency anomaly C) insert anomaly D) update anomaly

D) update anomaly

When the human resources manager wants to build a data dictionary, the manager would use which language?

Data definition language

When the human resources manager wants to add a new employee to the sales department, the manager would use which language?

Data manipulation language

Pat Owen is chair of the National Grizzly Society, which maintains a database of all grizzly bears within the United States. One table will store the name, birth date, and other characteristics of all of the grizzly bears that have been registered. Each grizzly bear is uniquely identified by a registration number. A second table will contain data that link each grizzly bear to its male and female parents by means of their registration numbers. The primary key in the first table is

a foreign key in the second table.

Helen Fume is a recruiter with The Ladders in Nome, Alaska. The Ladders success is largely attributable to its accounting information system. When a client is hired by an employer, Helen creates a record that identifies the employment relationship. Helen follows up on placements by surveying both employers and clients about the employment experience and then entering the results into the AIS. Clients are uniquely identified by social security number. In records that contain client survey data, the social security number is likely to be:

a foreign key.

A row in a table that contains data about a specific item in a database table is called:

a tuple.

Creating an empty table in a relational database requires use of the ________, and populating that table requires the use of ________. a) DDL; DML b) DQL; SQL c) DDL; DQL d) DML; DDA

a) DDL; DML

In a well-structured relational database a) Every column in a row must be single valued. b) There must be at least two foreign keys. c) One table must be related to all other tables. d) Foreign keys cannot be null.

a) Every column in a row must be single valued.

Which statement below concerning the database management system (DBMS) is false? a) The DBMS automatically creates application software for users, based on data dictionary parameters. b) The DBMS automatically maintains the data dictionary. c) Users' requests for information are transmitted to the DBMS through application software. d) The DBMS uses special languages to perform specific functions.

a) The DBMS automatically creates application software for users, based on data dictionary parameters.

Which would not generally be considered a data dictionary output report? a) a list of cash balances in the organization's bank accounts b) a list of all programs in which a data element is used c) a list of all synonyms for the data elements in a particular file d) a list of all data elements used by a particular user

a) a list of cash balances in the organization's bank accounts.

The data dictionary usually is maintained: a) automatically by the DBMS. b) by the database administrator. c) by the database programmers. d) by top management.

a) automatically by the DBMS.

The use of a data warehouse in strategic decision making is often referred to as: a) business intelligence. b) managerial accounting. c) data analysis. d) analytical modeling.

a) business intelligence.

The logical view of a database system refers to: a) how a user or programmer conceptually organizes and understands the data. b) how the DBMS accesses data for a certain application program. c) how and where the data are physically arranged and stored. d) how master files store data values used by more than one application program.

a) how a user or programmer conceptually organizes and understands the data.

A data warehouse a) is primarily used for analysis rather than transaction processing. b) stores transaction processing records in hard copy. c) replaces traditional transaction processing databases. d) increases the speed of transaction processing.

a) is primarily used for analysis rather than transaction processing.

The technique of using queries to investigate hypothesized relationships among data is called: a) online analytical processing. b) data analysis. c) business intelligence. d) data mining.

a) online analytical processing.

A relational database in which vendor data is not maintained independently of purchase order data will most likely result in

an insert anomaly

All of the following are benefits of the database approach except: a) data integration and sharing. b) decentralized management of data. c) minimal data redundancy. d) cross-functional analysis and reporting.

b) decentralized management of data.

A ________ is an abstract representation of a database's contents. a) schema b) logical data model c) physical view d) data dictionary

b) logical data model.

Which statement is true regarding file systems? a) Transaction files are similar to ledgers in a manual AIS. b) Multiple master files create problems with data consistency. c) Transaction files are permanent. d) Individual records are never deleted in a master file.

b) multiple master files create problems with data consistency.

Which of the following would not be found in a data dictionary entry for a data item? a) records containing a specific data item b) physical location of the data c) source of the data item d) field type

b) physical location of the data.

The logical structure of a database is described by the: a) data dictionary. b) schema. c) database management system. d) context diagram.

b) schema.

Databases were originally developed to address which problem? a) to replace the double-entry system. b) to address the proliferation of master files. c) to increase the speed that an organization could process transactions. d) to decrease the costs associated with manual accounting systems.

b) to address the proliferation of master files.

Identify the statement below that is false with regards to basic requirements of a relational database model. a) All non-key attributes in a table should describe a characteristic about the object identified by the primary key. b) Foreign keys, if not null, must have values that correspond to the value of a primary key in another table. c) Primary keys can be null. d) Every column in a row must be single-valued.

c) Primary keys can be null.

The schema that provides an organization-wide view of the entire database is known as the: a) external-level schema. b) internal-level schema. c) conceptual-level schema. d) logical view of the database.

c) conceptual-level schema.

Merlin Frodo has been doing custom piercings and tattoos for over thirty years. His home and place of business is a garage in the harbor district of Seattle, Washington. He keeps meticulous records of every job he has ever completed. These have been entered into a computerized accounting information system that his accountant refers to as a "data warehouse." Merlin is considering adding scarification to his service offerings and has asked his accountant to identify past customers who might be likely candidates for this service. Merlin wants his accountant to engage in: a) customer auditing. b) customer resource management. c) data mining. d) enterprise resource planning.

c) data mining.

A set of individual user views of the database is called the: a) conceptual-level schema. b) internal-level schema. c) external-level schema. d) meta-schema.

c) external-level schema

The physical view of a database system refers to a) how a user or programmer conceptually organizes and understands the data. b) how the DBMS accesses data for a certain application program. c) how and where the data are physically arranged and stored. d) how master files store data values used by more than one application program.

c) how and where the data are physically arranged and stored.

Using a file-oriented approach to data and information, data is maintained in: a) a centralized database. b) many interconnected files. c) many separate files. d) a decentralized database.

c) many separate files.

Suppose a relational database contained two linked tables. Assuming the organization wants the database to be normalized, which of the following items represents a problem to normalization? a) The database contains two primary keys. b) The database contains only one foreign key. c) The database contains two foreign keys. d) The database contains only one primary key.

d) The database contains only one primary key.

What acts as an interface between the database and the various application programs? a) data warehouse b) database administrator c) database system d) database management system

d) database management system.

File-oriented approaches create problems for organizations because of: a) multiple transaction files. b) a lack of sophisticated file maintenance software. c) multiple users. d) multiple master files.

d) multiple master files.

Which is probably the most immediate and significant effect of database technology on accounting? a) replacement of the double entry-system. b) change in the nature of financial reporting. c) elimination of traditional records such as journals and ledgers. d) quicker access to and greater use of accounting information in decision-making.

d) quicker access to and greater use of accounting information in decision-making.

________ is a feature in many database systems that simplifies the creation of reports by allowing users to specify the data elements desired and the format of the output. a) Report printer b) Report creator c) Report generator d) Report writer

d) report writer

Abby Burke has created custom statues made out of scrap metal for over ten years. Abby has kept detailed records of every statue she has ever created. For every sale, she obtains the customer's name and address, a description of the statue, and a picture of the statue sold to the customer. Her unique style has recently attracted the attention of several celebrities. Ready to take her business to the next level, Abby has hired you to construct an accounting information system, which she wants modeled after her paper records. As you look over her records, you notice that some customer last names have different first names in different records. For example, R. Framington Farnsworth, Bob Farnsworth, and Sam Farnsworth all seem to be the same person. You explain to Abby that every customer must be identified by a unique customer number in the AIS. You are referring to the

entity integrity rule

Mary Lamb is an insurance sales representative. Her company has provided her with a laptop computer that uses wireless connectivity to access the accounting information system from virtually anywhere in the country. She has access to view customer and insurance product information. She also has access that allows her to enter and cancel customer orders. The permissions for Mary (and other sales reps) define a ________ in the company's database management system.

external-level schema

A relational database in which vendor data is not maintained independently of purchase order data will most likely result in

insert anomaly

Abby Burke has created custom statues made out of scrap metal for over ten years. Abby has kept detailed records of every statue she has ever created. For every sale, she obtains the customer's name and address, a description of the statue, and a picture of the statue sold to the customer. Her unique style has recently attracted the attention of several celebrities. Ready to take her business to the next level, Abby has hired you to construct an accounting information system, which she wants modeled after her paper records. As you look over her records, you realize that some customers bought multiple statues at the same time. For example, Yasmeen Ghuari bought a Tin Man Status, a flying horseman statue, and a terrier statue. You realize that in these cases, a single written record will have to be translated into multiple sales records. This is an example of what type of problem in the existing records?

insert anomaly

Tom Wilson is chairman of the Rare Car Club, where he maintains a database of registered rare cars and their history. One table will store the model, make, vehicle identification number, and other characteristics of all of the registered rare cars. Each rare car is uniquely identified by a registration number. A second table will contain data that link each rare car to its most recent estimated fair market value by means of their registration numbers. The entities described by the first table are:

rare cars.

A fully normalized database is called

third normal form (3NF).

Abby Burke has created custom statues made out of scrap metal for over ten years. Abby has kept detailed records of every statue she has ever created. For every sale, she obtains the customer's name and address, a description of the statue, and a picture of the statue sold to the customer. Her unique style has recently attracted the attention of several celebrities. Ready to take her business to the next level, Abby has hired you to construct an accounting information system, which she wants modeled after her paper records. As you look over her records, you realize that sometimes the same customer is recorded by a slightly different name. For example, Mike Mulligan bought a horse statue, M. Mulligan bought a bear statue, and Mike M. all seem to be the same person. This is an example of what type of problem in the existing records?

update anomaly


Set pelajaran terkait

Comparing Poetry: Poetic Devices

View Set

BAS 282: Marketing Services: SmartBook

View Set

Week 9 Quiz - Fluid and Electrolytes

View Set

Abnormal Psychology Ch. 7, Abnormal Psychology Ch. 8, Abnormal Psychology ch. 6, Abnormal Psych CH. 1 and 2, Abnormal Chapter 1-4, Quiz 2 (Chapters 4-6), Quiz 3 (Chapters 7-9, 11), Abnormal Psych. 13, Abnormal Psych. 12, Abnormal Psych. 11, ABNORMAL...

View Set