Accounting Information Systems - Exam Flashcards

0.0(0)
studied byStudied by 9 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/165

flashcard set

Earn XP

Description and Tags

Flashcards covering various topics from the lecture notes for exam preparation.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

166 Terms

1
New cards

What type of data model allows each record to have multiple parent and child records?

The network model.

2
New cards

Which rule states that the data value for a foreign key could be null?

Referential Integrity Rule

3
New cards

Which of the following tasks cannot be performed through queries in Access?

Create and update relationships.

4
New cards

In Microsoft Access, what is the primary use of tables in a database?

Data storage.

5
New cards

Which system integrates all functional areas within an organization for information exchange?

An enterprise resource planning system.

6
New cards

What advantage does an enterprise resource planning system have over multiple independent functional systems?

Increased responsiveness and flexibility while aiding in the decision-making process.

7
New cards

What kind of data model is most commonly used as a basis for today's enterprise systems?

The relational model.

8
New cards

What property should the primary key in a table in Microsoft Access be set to?

The Required field = "Yes", the Indexed field = "Yes (No Duplicates)".

9
New cards

Which of the following is not a construct in a relational database?

Forms

10
New cards

Which of the following is not a likely module of an Enterprise Reporting System (ERP)?

Cloud based computing.

11
New cards

Which statement about the requirements of table design is incorrect?

All other non-key attributes in a table must describe a characteristic of the class (table) identified by the foreign key.

12
New cards

To convert a conceptual model with a maximum Multiplicities relationship of 'many to many' into relationship database tables, one must:

Create a relationship table to handle the many-to-many relationship.

13
New cards

Which set of multiplicities correctly shows the relationship between the Cash Collection table and the Sales table in modeling cash sales?

Cash Collection (1..1) – Sale (1..1).

14
New cards

A Query in a program language such as Structured Query Language (SQL) can be used to

Update data, Report data, and Retrieve data.

15
New cards

In Microsoft Access, we use Forms for:

Data entry.

16
New cards

The most likely user of a Microsoft Access Report:

Store manager.

17
New cards

Which of the following is not a type of data model?

Normalization data model.

18
New cards

What kind of data model has the greatest ability to scale?

Relational data model.

19
New cards

Which of the following about cloud computing is incorrect?

Data stored in a cloud computing system is always secure.

20
New cards

What is the main purpose of using foreign keys in a relational database design?

It is used to link tables.

21
New cards

Which of the following about SQL is incorrect?

SQL uses the PIVOT function to insert data.

22
New cards

Which of the following items can best be described as a “Resource” in the REA data model?

Cash.

23
New cards

Which of the following items can best be described as an “Event” in the REA data model?

Cash collection.

24
New cards

Which of the following items can best be described as an “Agent” in the REA data model?

Purchasing manager.

25
New cards

Which of the following is not accurate regarding tables?

Records represent attributes of a table.

26
New cards

Which of the following is not one of the advantages relational data models have over other data models?

Exclusively uses parent/child relationships.

27
New cards

Which of the following best describes a DBMS?

Software that can create, modify and query databases.

28
New cards

Classes in a relational database model for AISs are typically grouped into all of the following categories except:

Activities.

29
New cards

Which of the following items does not represent a UML class diagram object and its resulting database object?

Multiplicities → Records.

30
New cards

A foreign key in a database table is always:

A primary key in a related table.

31
New cards

Which of the following statements best describes the entity integrity rule?

A record’s primary key must have a data value.

32
New cards

Which of the following is not one of the objects used in Microsoft Access?

Sites.

33
New cards

Which of the following Microsoft Access objects is used to integrate data from one or more queries and/or tables in order to present information useful to decision makers?

Reports.

34
New cards

Which set of multiplicities correctly shows the relationship between the Cash Receipts table and the Sale table for an organization that allows customers to buy on credit and pay in multiple installments?

Cash Receipts (0..N) – Sale (1..1).

35
New cards

Which of the following operators would be used in a SQL query designed to simply display database records?

SELECT.

36
New cards

Consider the following SQL query. Which item best describes the results of the query? SELECT VendorID, Sum(POTotal) FROM [Purchase Orders] GROUP BY VendorID

Displays the vendor ID and the sum of all purchase order totals for that vendor.

37
New cards

Using the following table what will result from the SQL command “SELECT Item SKU, Price”? Item SKU Price Manufacturer 651 $ 5.00 Nike 546 $ 4.00 Nike 876 $ 5.00 Under Armour 165 $ 10.00 Addidas

All rows but only the 1st and 2nd column.

38
New cards

Using the following table what will result from the SQL command “SELECT *, WHERE [Price] = $5”? Item SKU Price Manufacturer 651 $ 5.00 Nike 546 $ 4.00 Nike 876 $ 5.00 Under Armour 165 $ 10.00 Addidas

All columns, rows 1 and 3.

39
New cards

ERPs are useful to auditors for which of the following reasons?

ERPs track details regarding creation, modification, and use of transactions throughout the organization in a single system.

40
New cards

Which of the following is not one of the typical challenges organizations face when implementing an ERP?

Installing the ERP software.

41
New cards

Which of the following best describes cloud computing?

Internet based computing where shared resources, software and information are provided to firms on demand.

42
New cards

Which of the following means a row in a database environment?

Record

43
New cards

Which of the following is not an entity in an REA data model?

All of the answers are entities in REA models.

44
New cards

Which item below would not be considered an entity?

A customer address

45
New cards

Which item below would not be considered an attribute?

A bank

46
New cards

Select the best answer to describe a business situation such as Purchases (1..1) – (1..*) Cash Disbursement.

The company may pay partial for a purchase transaction.

47
New cards

Which of the following best describes the purpose of a BPMN collapsed sub-process?

Contain a series of activities that are hidden from view.

48
New cards

Which of the following best describes the purpose of an intermediate error event?

Illustrate process flow when an exception occurs.

49
New cards

Which of the following best describes the difference between access controls and application controls?

Access controls limit who can change records and application controls ensure data integrity.

50
New cards

Review the following diagram. Which answer provides the best interpretation of the multiplicities for the association between the Quote class and the Order class?

Each quote may result in many future Orders.

51
New cards

Refer to the following diagram. Which of the following answers provides the best interpretation of the multiplicities for the association between the Order class and the Products class?

An order may include many products.

52
New cards

Refer to the following diagram. Which of the following answers provides the best interpretation of the multiplicities for the association between the Cash Receipt and Cash classes?

Each cash receipt is deposited into one bank account.

53
New cards

Refer to the following diagram. Which of the following answers provides the best interpretation of the multiplicities for the association between the Order and Cash Receipt classes?

Some orders result in several payments from the customers.

54
New cards

Refer to the following diagram. Which of the following answers does not provide a valid interpretation of the multiplicities for the association between the Employees and the Product Categories classes?

Each product category has one manager.

55
New cards

Refer to the following diagram. Which of the following answers does not provide a valid interpretation of the multiplicities for the association between the Employees and the Sales classes?

Several employees participate in each sale.

56
New cards

Refer to the following diagram. Which of the following answers does not provide a valid interpretation of the multiplicities for the association between the Inventory and the Product Category classes?

Every product category includes at least one inventory item.

57
New cards

Which of the following business activities are not part of the sales and collection process?

Accounts payable

58
New cards

Which of the following accounting transactions would you expect in the sales and collection process?

Debit cost of goods sold and credit inventory

59
New cards

Which of the following is the first step in implementing a relational database from a UML class diagram for the sales and collection process?

Review the table and attribute definitions.

60
New cards

Which of the following is not part of the process to implement a relational database from a UML class diagram of the sales and collection process?

Set the associations between classes

61
New cards

Many companies record both purchase orders and purchases; when would such a company generally recognize the purchase?

When the products are received from the supplier and accepted.

62
New cards

In a BPMN collaboration model of the purchase process, one pool describes the focal organization's activities and the other pool describes what?

The supplier's activities

63
New cards

In a BPMN collaboration model of the purchase process, which of the following is the appropriate term for the message flows between pools?

Choreography

64
New cards

In a BPMN collaboration model of the purchase process, which of the following best describes the purpose of swimlanes?

Showing different departments involved in the purchase process

65
New cards

In a BPMN activity diagram, which of the following best describes the purpose of an intermediate timer event?

All of these choices are correct

66
New cards

Which of the following least reflects the purpose of a business rule in the purchase process?

Ensure suppliers are satisfied

67
New cards

Review the following diagram. Which answer provides the best interpretation of the multiplicities for the association between the Purchases and Cash Disbursements classes?

Disbursements are made after the purchases are recorded

68
New cards

Review the following diagram. Which answer provides the best interpretation of the multiplicities for the association between the Purchases and Products classes?

Each purchase can include many products

69
New cards

Review the following diagram. Which answer provides the best interpretation of the multiplicities for the association between the Employees and Supplier Categories classes?

Each employee can be assigned to manage many supplier categories

70
New cards

Review the following diagram. Which answer provides the best interpretation of the multiplicities for the association between the Product Categories and Supplier Categories classes?

Some employees may manage several product categories, and some employees may manage several supplier categories, but there is no direct link between supplier and product categories.

71
New cards

Which of the following activities is not associated with the purchase and payments business process?

Selling products and services

72
New cards

The purchase is generally recorded in the financial statements when which of the following activities takes place?

Receive items.

73
New cards

A BPMN activity diagram that contains two blank pools would typically be created in order to highlight which of the following?

The choreography of the business process.

74
New cards

When documenting a purchases and payments business process, which of the following BPMN activity diagram symbols should be used to indicate that accounts payable waits until the end of the month to pay vendors?

Intermediate timer event.

75
New cards

Which of the following is not an application control when placing a purchase order?

System provided type image.

76
New cards

Which of the following is not a desired access control when developing a purchases and payments business process?

The person returning items to the supplier must not view the original purchase order.

77
New cards

Which of the following is an example of an application control for the purchases and payments business process?

The purchase order number is automatically assigned.

78
New cards

In the following diagram, which of the following provides the best interpretation of the multiplicities for the association between the employees and purchases classes?

Each purchase must be made by one employee.

79
New cards

In the following diagram, which of the following provides the best interpretation of the multiplicities for the association between the cash disbursements and employees classes?

Each cash disbursement must be made by one employee.

80
New cards

In the following diagram, which of the following provides the best interpretation of the multiplicities for the association between the employees and product categories classes?

Each product category may be managed by several employees.

81
New cards

Which of the following best describes a type image?

A UML class added to collect management information, such as category.

82
New cards

Which of the following would likely be a foreign key in a purchases table?

Supplier_Number.

83
New cards

Which of the following would likely be a primary key in a purchases table?

PurchaseOrderNumber.

84
New cards

Which of the following two tables would likely result in a many-to-many relationship in a purchases and payments class diagram?

Purchase Order and Products.

85
New cards

The following diagram would result in a database with how many tables?

10.

86
New cards

Which of the following general ledger accounts would likely not be impacted in a purchases and payments process?

Accounts Receivable.

87
New cards

Which of the following is the most likely order of a basic purchases activity model?

Request prices and availability→Place Purchase Order→Receive Items→Send Payment.

88
New cards

A well controlled purchases and payments process would likely have which of the following roles separated into swimlanes?

Accounts Payable, Receiving & Buyer.

89
New cards

In general, the goal of information security management is to protect all of the following except:

Redundancy.

90
New cards

Which of the following statements is incorrect about digital signatures?

A digital signature is a message digest encrypted using the document creator's public key.

91
New cards

What is the primary objective of data security controls?

B) To ensure that data storage media are subject to authorization prior to access, change, or destruction.

92
New cards

An entity doing business on the internet most likely could use any of the following methods to prevent unauthorized intruders from accessing proprietary information except:

Batch processing.

93
New cards

When client's accounts payable computer system was relocated, the administrator provided support through a dial-up connection to server. Subsequently, the administrator left the company. No changes were made to the accounts payable system at that time. Which of the following situations represents the greatest security risk?

User accounts are not removed upon termination of employees.

94
New cards

An information technology director collected the names and locations of key vendors, current hardware configuration, names of team members, and an alternative processing location. What is the director most likely preparing?

Disaster recovery plan.

95
New cards

Bacchus, Incorporated is a large multinational corporation with various business units around the world. After a fire destroyed the corporation headquarters and largest manufacturing site, plans for which of the following would help Bacchus ensure a timely recovery?

Business continuity.

96
New cards

SOC 1 reports are not designed to be used by

General public.

97
New cards

SOC 2 reports are not designed to be used by

General public.

98
New cards

SOC 3 reports are designed to be used by

General public.

99
New cards

Which of the following statements is correct about SOC reports?

The purpose of SOC 3 report is to provide a general understanding and for marketing purposes of a service company.

100
New cards

Which of the following statements is correct about SOC reports?

The contents of SOC 1 report is on the service provider’s internal controls relevant to the user company’s financial reporting.