acct 307 exam 2

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/107

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:15 AM on 5/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

108 Terms

1
New cards

bit

;smallest unit of data; value of 0 or 1 - Binary digit

2
New cards

byte

8 digits

3
New cards

data hierarchy

bit → byte → data field → record → file → database

4
New cards

character

combination of bits forming a letter/number

5
New cards

field

group of characters representing an attribute (columns)

6
New cards

record

group of fields about one entity (rows)

7
New cards

file (table)

collection of related records

8
New cards

2 types of files

  • transaction file

  • master file

9
New cards

database

collection of related tables; collection of organized data that can be accessed by users & computer apps; tables are linked via attributes

10
New cards

relational database

group of related two-dimensional tables related through keys

11
New cards

DBMS (Database Management Systems)

stores, organizes, retrieves, & manages data efficiently

12
New cards

database keys

  • primary key

  • secondary key

  • composite key

  • foreign key

13
New cards

primary key

uniquely identifies each record

14
New cards

secondary key

used for searching/sorting

15
New cards

foreign key

field that links to a primary key in another table; non-key attributes; does'n’t have to exist in every table

16
New cards

composite key

multiple fields used together as a primary key

17
New cards

non-key attribute

anything that is not a primary key

18
New cards

transaction file

stores individual transactions

19
New cards

master file

stores cumulative data about an organizations resources (inventory) and agents (customers)

  • updated to reflect the effect of specific transactions

20
New cards

record structure

specific data fields within a record of a database table

21
New cards

data dictionary

data file about the data itself which contains metadata and describes the data fields in each database record

22
New cards

administration

supervises the design, development, & installation of a large database system & responsible for maintaining, securing, & changing the database

23
New cards

concurrency control

protects records from errors when multiple users access the same file record simultaneously

24
New cards

ER

entity relationship (diagram)

25
New cards

entity

object you store data about

26
New cards

relationship

connection between entities

27
New cards

attributes

characteristics of entity

28
New cards

entities symbol

rectangles

29
New cards

attributes symbol

ovals

30
New cards

relationships symbol

lines

31
New cards

REA stands for…

resources, events, agents

32
New cards

REA data model

a special type of ER diagram; R,E, and A are entities

33
New cards

resource

economic value (cash, inventory) (A/R is an asset but NOT a ____)

34
New cards

event

business or economic event (sale, receive cash)

35
New cards

agent

internal agent; sales person and exteernal agent;customer

36
New cards

basic assumption for REA model

business events affect firm resources and involve agents who participate in the event

37
New cards

developing a database

  1. identify the events about which management wants to collect information

  2. identify resources & agents

  3. identify cardinalities of relationships

  4. create E-R diagrams

  5. identify attributes of entities

  6. create tables and records in a database

    1. each distinct entity will become a table

    2. additional tables are required for N:N relationships

38
New cards

normalization

methodology ensuring attributes are stored in most appropriate tables

  • promotes accuracy & redundancy

Levels

  • first normal form

  • second normal form

  • third normal firm

39
New cards

first normal form (1NF)

removing any repeating groups

  • all data fields are singular

  • each attribute has one value

40
New cards

second normal form (2 NF)

remove any partial dependencies

  • it is in 1 NF

  • all data items depend on primary record key

41
New cards

third normal form (3NF)

remove any transitive dependencies

  • it is in 2 NF

  • does not contain transitive dependencies

  • one non-key attribute A does not determine another non-key attribute B

42
New cards

3 anomalies from unnormalized data

  • update anomaly

  • insert anomaly

  • deletion anamoly

43
New cards

cardinality

describes the nature of the relationship between 2 entities

  • indicates how many instances of one entity can be linked to a specific instance of another entity OR the max # of one entity that can occur given its relationship to another entity

44
New cards

give event

decreases resources

45
New cards

get event

increases resources

46
New cards

commitment event

does NOT immediately affect resources

47
New cards

economic duality

link between give & get events

48
New cards

rule 1

every event must be linked to at least 1 resource entity

49
New cards

rule 2

every event entity must be linked to at least one other event entity

50
New cards

rule 3

every event entity must be linked to at least 2 participating agents (1 external, 1 internal)

51
New cards

one to one

one record ←→ one record

52
New cards

one to many

one record → many records

53
New cards

many to many

many records ←→many records (needs linking table)

54
New cards

referential integrity

foreign key must match a primary key

55
New cards

select query

retrieves data

56
New cards

action query

updates or deletes data

57
New cards

DDL

defines database structure

58
New cards

DML

manipulates data

59
New cards

schema

entire database structure

60
New cards

subschema

subset of database

61
New cards

dynaset

dynamic subset of data from query

62
New cards

ERP

enterprise resource planning

63
New cards

integration

combines all business functions

64
New cards

centralized database

stores data once for entire company

65
New cards

benefits of ERP

better decisions, less redundancy, improved effieciency

66
New cards

costs of ERP

expensive, training, implementation risk

67
New cards

LAN

small/local network

68
New cards

WAN

large/global netwrok

69
New cards

TCP/IP

controls data transmission

70
New cards

XBRL

standard formatting for financial reporting

71
New cards

firewall

blocks unauthorized access

72
New cards

VPN

secure connection over public network

73
New cards

encryption

scrambles data (fullerton→ hoowrxyzh)

74
New cards

internal control

policies to protect assets & ensure accuracy

75
New cards

COSO components

  1. control environment

  2. risk assessment

  3. control activities

  4. information & communication

  5. monitoring

76
New cards

segregation of duties

separate responsibilities

77
New cards

preventive control

stops errors before

78
New cards

detective control

finds errors after

79
New cards

corrective control

fixes errors

80
New cards

general controls

protect entire system

81
New cards

application controls

specific to transactions

82
New cards

input controls

ensure data accuracy

83
New cards

processing controls

ensure correct processing

84
New cards

output controls

ensure correct output

85
New cards

batch total

summarizes batch data

86
New cards

audit trail

tracks transaction flow

87
New cards

the basic unit of information on a computer file of accounting data is a(n):

a) inventory part number

b) data field

c) computer record

d) bit

bit

88
New cards

all of the following are items within the data hierarchy except:

a) database

b) data field

c) record

d) all of these items are part of the data hierarchy

all of these items are part of the data hierarchy

89
New cards

the data item which uniquely identifies a computer record in an AIS database table is called the:

a) pointer address

b) primary key

c) employee number

d) header label

e) foreign key

primary key

90
New cards

the best choice for the primary key in an “Employees” table would be his or her:

a) last name

b) first name

c) phone number

d) employee number

employee number

91
New cards

the foreign key in one database table will always be a ___ key in a linked table

a) secondary key

b) domestic key

c) primary key

d) all of these are true

primary key

92
New cards

a data dictionary:

is usually a computer file that maintains descriptive information about the data items of an accounting information system

93
New cards

difference between REA model and and traditional accounting systems

REA databases tend to store info. about resources, events or agents that do not immediately affect the financial statements of a company

94
New cards

which of these would be an example of a “resource” in the REA framework?

a) equipment

b) inventory

c) cash

d) all of these are possible examples of resources

all of these are possible examples of resources

95
New cards

in the REA framework, which of these would be record as an economic event(something that directly afffects financial statements)?

a) prepare invoices

b) prepare shipping documents

c) buying a piece of equipment for cash

d) all of these would be recorded as economic events

buying a piece of equipment for cash

96
New cards

in the REA framework, a database designer should create a ___ for each entity

a) record

b) table

c) secondary key

d) all of these

table

97
New cards

the purpose of the E-R model is to help database designers

a) identify data redundancies

b) create databases in third normal form

c) design databases and depict data relationships

d) answer structured queries about the data in accounting databases

design databases and depict data relationships

98
New cards

within a database context, the relationship between “natural parent” and “child” would most likely be

a) one-to-one

b) one-to many

c) many-to-one

d) many-to-many

one-to-many

99
New cards

a typical example of a “one-to-many” relationship is

a) customer to sales

b) inventory items to sales orders

c) sales orders and salesperson

d) none of the above

customer to sales

100
New cards

in an E-R model created using the REA framework, a customer would often be linked to sales with a relationship that is

a) direct between the customer and sales

b) indirect through a cash resources

c) indirect through an employee agent

d) indirect through inventory resource

direct between the customer and sales