Test Bank For Accounting Information System 1st Edition by Vernon Richardson

Test Bank For Accounting Information System 1st Edition by Vernon Richardson is a great resource for anyone looking to master the basics of accounting information systems. It provides learners with comprehensive questions and exercises that cover various topics ranging from software engineering design and development, financial statement analysis, data processing security assurance, and more.

Test Bank allows readers to further strengthen their knowledge in the area of accounting information systems and even test their knowledge with quizzes. Test Banks also allow teachers to easily prepare different types of assessments for their students based on their level of understanding of the topic. All in all, Test Bank is an essential tool for mastering accounting information system tools, processes, and concepts.

Digital item No Waiting Time Instant Download
ISBN 10: 125978536X / ISBN 13: 9781259785368

In Stock

$25.00

Compare
SKU:000786000352

Test Bank For Accounting Information System 1st Edition by Vernon Richardson

 

Chapter 03 Data Modeling True / False Questions

1.

The Object Management Group maintains the standard for Unified Modeling Language (UML) Class diagrams. 
 
True    False

2.

Unified Modeling Language (UML) Class diagrams describe the logical structure of a database system. 
 
True    False

3.

A Class is a separately identifiable collection of business relationships. 
 
True    False

4.

In Unified Modeling Language (UML) Class diagrams, a Class is represented by a rectangle. 
 
True    False

5.

In Unified Modeling Language (UML) Class diagrams, Associations are represented by dashed lines. 
 
True    False

6.

In Unified Modeling Language (UML) the options for minimum multiplicity values are 0, 1, and 2. 
 
True    False

7.

In Unified Modeling Language (UML) the options for maximum multiplicity values are 1 and *. 
 
True    False

8.

In Unified Modeling Language (UML) the options for maximum multiplicity values are 0 and *. 
 
True    False

9.

In Unified Modeling Language (UML) the options for minimum multiplicity values are 1 and *. 
 
True    False

10.

In Unified Modeling Language (UML) attributes are characteristics of individual instances of a Class. 
 
True    False

11.

In Unified Modeling Language (UML) primary keys cannot by NULL. 
 
True    False

12.

In Unified Modeling Language (UML) primary keys may be blank. 
 
True    False

13.

In Unified Modeling Language (UML) foreign keys allow tables to be linked together in a database. 
 
True    False

14.

A generalization relationship models a grouping of things that share common characteristics. 
 
True    False

15.

An aggregation relationship is a form of generalization relationships. 
 
True    False

16.

Associations can indicate the roles that one Class takes in its business relationship with another Class. 
 
True    False

17.

A database should have exactly the same number of tables as there are Classes in the Unified Modeling Language (UML) Class diagram from which the database is developed. 
 
True    False

18.

When building a database from Unified Modeling Language (UML) Class diagrams, each instance of each Class becomes a row in the corresponding table. 
 
True    False

19.

Obligatory business rules state what should not occur. 
 
True    False

20.

Business rules set criteria for branching in activity models. 
 
True    False


Multiple Choice Questions

21.

Which of the following is not something a model of database structures must be able to describe? 
 

A.  The entities or things in the domain of interest

B.  The sequence that entities are accessed

C.  The cardinalities that describe how many instances of one entity can be related to another

D.  The attributes or characteristics of the entities and relationships

22.

Which of the following would be least likely to be represented with a Unified Modeling Language (UML) Class? 
 

A.  Trucks

B.  The number of trucks used in the delivery

C.  The employee driving the truck

D.  The customer receiving the delivery

23.

Which of the following is the best description of an association? 
 

A.  A group of classes

B.  The lines in a UML Class diagram

C.  The relationship between two classes

D.  The number of times one class is related to another

24.

Which of following are possible options for minimum multiplicities? 
 

A.  0 and 1

B.  0 and *

C.  * and 1

D.  0, 1, and *

25.

Which of the following best describes the purpose of a primary key? 
 

A.  Allows linking two or more tables

B.  Indicates the minimum multiplicities for an association

C.  Matches values of foreign keys in other classes

D.  Uniquely identifies each instance of the class

26.

Which of the following statements about foreign keys is not true? 
 

A.  A foreign key can be a combination of attributes.

B.  A foreign key cannot be NULL.

C.  Foreign key must match values of the linked primary key.

D.  Foreign keys support a defined association.

27.

Which of the following is not a criterion for selection of a primary key? 
 

A.  The primary key cannot be NULL (blank).

B.  The primary key should be controlled by the organization assigning it.

C.  Primary keys with sequential values make it easier to spot gaps in the data.

D.  Longer key values are better than shorter key values.

28.

Which of the following is not a best practice in preparing Unified Modeling Language (UML) Class diagrams? 
 

A.  Opt for simplicity.

B.  Model each process separately.

C.  Avoid crossing lines whenever possible.

D.  Avoid confusing abbreviations.

29.

Which of the following is not a step in using a Unified Modeling Language (UML) Class model to prepare a database? 
 

A.  Map Classes to Tables.

B.  Map Attributes to Table Fields.

C.  Map Associations to Primary Keys.

D.  Map Associations to Foreign Keys.

30.

Which of the following is not a form of business rules? 
 

A.  Compulsory

B.  Obligatory

C.  Prohibited

D.  Allowed

31.

Which of the following is a well-formed business rule? 
 

A.  Customers must be over 18 years of age.

B.  Customers may not be under 18 years of age.

C.  Customers must pay in U. S. dollars.

D.  All of these are well-formed business rules.

32.

Entity-relationship diagrams (ERDs) are similar in content and purpose to Unified Modeling Language (UML) Class diagrams. Which of the following is not a basic building block of ERDs? 
 

A.  Relationships

B.  Associations

C.  Attributes

D.  Entities

33.

Consider an association between a Customers class and a Sale class in a Unified Modeling Language (UML) Class diagram. The multiplicities next to the Customers class are 1..1 and the multiplicities next to the Sale class are 0..*. Which of the following is the best way to implement that association in your database? 
 

A.  Post the primary key of Customers as a foreign key in Sales.

B.  Post the primary key of Sales as a foreign key in Customers.

C.  Create a linking table.

D.  None of the above.

34.

Consider an association between a Sales class and an Inventory class in a Unified Modeling Language (UML) Class diagram. The multiplicities next to the Sales class are 0..* and the multiplicities next to the Inventory class are 1..*. Which of the following is the best way to implement that association in your database? 
 

A.  Post the primary key of Sales as a foreign key in Inventory.

B.  Post the primary key of Inventory as a foreign key in Sales.

C.  Create a linking table.

D.  None of the above.

35.

Consider an association between a Cash Disbursements class and a Cash Accounts class in a Unified Modeling Language (UML) Class diagram. The multiplicities next to the Cash Disbursements class are 0..* and the multiplicities next to the Cash Accounts class are 1..1. Which of the following is the best way to implement that association in your database? 
 

A.  Post the primary key of Cash Disbursements as a foreign key in Cash Accounts.

B.  Post the primary key of Cash Accounts as a foreign key in Cash Disbursements.

C.  Create a linking table.

D.  None of the above.

36.

Consider an association between a Pet Owners class and a Pets class in a Unified Modeling Language (UML) Class diagram. The multiplicities next to the Pet Owners class are 1..1 and the multiplicities next to the Pets class are 1..*. Which of the following is the best way to implement that association in your database? 
 

A.  Post the primary key of Pet Owners as a foreign key in the Pets.

B.  Post the primary key of Pets as a foreign key in Pet Owners.

C.  Create a linking table.

D.  None of the above.

37.

Consider an association between a Cities class and a Neighborhoods class in a Unified Modeling Language (UML) Class diagram. The multiplicities next to the Cities class are 1..1 and the multiplicities next to the Neighborhoods class are 1..*. Which of the following is the best way to implement that association in your database? 
 

A.  Post the primary key of Cities as a foreign key in Neighborhoods.

B.  Post the primary key of Neighborhoods as a foreign key in Cities.

C.  Create a linking table.

D.  None of the above.

Reviews

There are no reviews yet.

Write a review

Your email address will not be published. Required fields are marked *

Bestsellers

Compare

Human Resource Management V2.0 by Laura Portolese Test Bank

$40.00
(0 Reviews)
Welcome to Human Resource Management V2.0 by Laura Portolese Test Bank. This powerful resource will help you understand the fundamentals of Human Resources, giving you the opportunity to become a well-rounded professional from the moment your career begins. With comprehensive material and innovative approaches, this test bank offers an invaluable pathway to success. Digital item No Waiting Time Instant Download Authors: Portolese Edition: 2nd Edition Publisher: FlatWorld Copyright: 2015
Compare

Human Resource Management Gaining A Competitive Advantage 10th Edition Noe by Raymond Andrew Noe - Test Bank

$25.00
(0 Reviews)
Human Resource Management Gaining A Competitive Advantage 10th Edition Noe by Raymond Andrew Noe is a comprehensive test bank designed to help Human Resources professionals gain the most competitive edge in today's ever-changing environment. The test bank offers an array of tests, along with tips and techniques, to ensure Human Resources practitioners have the tools they need to stay ahead of any competition. With Human Resource Management Gaining A Competitive Advantage 10th Edition Noe’s services, Human Resource professionals can rest assured they possess all of the skills and knowledge necessary to obtain high-level positions in Human Resources departments. The test bank utilizes proven strategies and research-based approaches to Human Resources Management, providing Human Resources practitioners with the power to remain competitive for years to come. Digital item No Waiting Time Instant Download
  • ISBN-10 ‏ : ‎ 1259578127
  • ISBN-13 ‏ : ‎ 978-1259578120
  • Publisher ‏ : ‎ McGraw Hill; 10th edition (February 12, 2016)
Compare

Human Resource Management Leslie Rue 11 edition Test Bank

$25.00
(0 Reviews)
Human Resource Management Leslie Rue 11 edition Test Bank is an invaluable source of material to help Human Resources professionals stay up to date on the latest tools and trends in Human Resources. This comprehensive set of materials covers all aspects of Human Resource Management, from performance management and recruitment to training and development. The test bank contains over 750 multiple-choice, true/false, short-answer, and essay questions that enable Human Resource professionals to hone the skills they need to effectively lead organizations. With such a wealth of content available, Human Resources practitioners can gain important insight into the most up-to-date techniques and strategies for Human Resources management in today’s business environment. Digital item No Waiting Time Instant Download
Compare

Test Bank for Human Resource Management, 11th Edition, Raymond Noe, John Hollenbeck, Barry Gerhart, Patrick Wright

$35.00
(0 Reviews)
The Test Bank for Human Resource Management 11th Edition, written by Raymond Noe, John Hollenbeck and Barry Gerhart and Patrick Wright is a great resource for anyone studying human resource management. It strives to provide academia with the latest research findings in the field of HRM, which all students can benefit from. Not only that, this Test Bank has been updated to include recent developments and changes in the world of human resources to ensure users get access to the most accurate information available. With sections on job analysis and design, recruiting and selection process, motivation theories, training and development programs, just to name a few, Test Bank for Human Resource Management 11th Edition provides an essential toolbox of knowledge in one volume. If you are looking for the definitive resource on Human Resource Management this Test Bank will serve you well. Digital item No Waiting Time Instant Download ISBN10: 1260076849 ISBN13: 9781260076844
Compare

Test Bank For Money Banking and Financial Markets 5th Edition Cecchetti

$19.00
(0 Reviews)
Digital item No Waiting Time Instant Download ISBN10: 1259746747, ISBN13: 9781259746741
Compare

Human Resources Management in Canada 13th Canadian Edition By Gary Test Bank

$35.00
(0 Reviews)
Human Resources Management in Canada 13th Canadian Edition By Gary Test Bank is an essential resource for all Human Resource professionals. It provides in-depth insight into Human Resources law, recruitment strategies, labor relations, diversity and inclusion policies, and procedures, as well as compensation and benefits administration in a Canadian context. This comprehensive guide includes detailed information on current Human Resources practices, including legal trends that apply to Human Resources across the country, and outlines best practices for managing people within organizations. and also provide Human Resource professionals with the knowledge they need to be effective in their role and help ensure an organization develops compliant Human Resources policies that promote fairness and equity throughout the workplace. Digital item No Waiting Time Instant Download ISBN: 0134005449  -13:9780134005447

 

 

Back to Top
Product has been added to your cart