ais 2 Flashcards

(71 cards)

1
Q

common business events that occur regularly.

A

Financial transactions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

acquisition of materials, property, and labor in exchange for cash.

A

expenditure cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

composed of the production
system and the cost accounting system.

A

conversion cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

composed of sales order processing and cash receipts.

A

Revenue Cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

capture and formalize transaction data

A
  • Source documents
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

are documents that result from transaction processing.

A
  • Product documents
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

are product documents of one system.

A
  • Turnaround documents
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

often used to denote certain types of special journals. For example, the payroll journal is often called the payroll register.

A
  • REGISTER
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

are accounting journal entries into an accounting system. For control purposes, all JVs should be approved by the appropriate designated authority.

A

Journal vouchers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

book of accounts that reflects the financial effects of the firm’s transactions.

A
  • Ledgers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

set of accounting records that trace transactions from their source documents.

A

audit trail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

responsibility involves, in part, the review of selected accounts

A

external auditor’s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

contains account data. (AR, Inv, COGS, Sales)

A

master file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

is a temporary file that holds transaction records. (Sales orders)

A

transaction file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

is a file that stores the data used as standards (Freight changes)

A

reference file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

is a file that contains records of past transactions. (Journal)

A

archive file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

large mainframe systems implemented in the late 1960s through the 1980s.

A

legacy systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

environment in which individual data files are not related to other files.

A

flat-file model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

three significant problems in the flat-file environment

A

: data storage, data updating, and currency of information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

efficient information system that captures and stores data only once

A

Data Capture and Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

problem associated with the flat-file model because of its failure to update all the user files

A

Currency of Information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

periodic updating of data

A

. Data Updating

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

user’s inability to obtain additional information

A

Task-Data Dependency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

is a symbolic model of the structure

A

database model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
software system that controls access to the data resource.
database management system (DBMS)
26
convey vital system information more effectively and efficiently than words.
* Visual images
27
use system documentation routinely, as both systems designers and auditors.
* Accountant
28
* Five basic documentation techniques are
data flow diagrams, entity relationship diagrams, system flowcharts, program flowcharts, and record layout diagrams.
29
use of a set of symbols in a diagram to
data flow diagram (DFD)
30
diagram is a documentation technique represent the relationship among data entities
entity relationship (ER
31
numeric mapping between entities such as one-to-one (1:1), one-to-many (1:M), and many-to-many (M:M).
* Cardinality
32
the blueprint for what ultimately will become the physical database.
data model
33
to show the relationship between the key elements—input sources, programs, and output products
* system flowchart
34
* Lay out the physical areas of activity.
* Flowcharting Manual Activities
35
* Transcribe the written facts into visual format.
* Flowcharting Computer Processes
36
gathering transactions into groups or batches and then processing the entire batch as a single event.
* Batch processing
37
to reveal the internal structure of the records. The layout diagram usually shows the name, data type, and length of each attribute (or field) in the record.
* Record layout diagrams
38
diagram providing a detailed description of the sequential operations of the program.
program flowchart
39
process individual transactions continuously as they occur.
* Real-time processing systems
40
assemble transactions into groups for processing.
* Batch systems
41
process transactions individually at the moment the economic event occurs
* Real-time systems
42
involves changing the value of one or more of its variable fields * Master file backup procedures
* Updating a master file
43
or “wait” is a state that occurs between sites when data are locked by multiple sites
* Deadlock
44
process the entire transaction as it occurs.
* Real-time systems
45
is well suited to systems that process lower transaction volumes
* Real-time processing
46
throughout the organization are used for receiving, processing, and sending information
* Terminals at distributed sites
47
involves creating simple numeric or alphabetic codes
* Data coding
48
takes a great deal of recording space, is time-consuming to record, and is obviously prone to many types of errors.
* Uncoded entry
49
are codes that represent items in some sequential order (ascending or descending).
* Sequential codes
50
is a coding scheme that assigns ranges of values to specific attributes
block code
51
is a listing of an organization’s accounts
chart of accounts
52
are used to represent complex items
* Group codes
53
are alphabetic characters assigned sequentially.
* Alphabetic codes
54
are codes that allow the use of pure alphabetic characters embedded within numeric codes.
Alphanumeric codes
55
are alphabetic characters in the form of acronyms
* Mnemonic codes
56
for physically arranging records
* Data structures
57
refers to the way records are physically arranged on the secondary storage device (e.g., a disk).
* Organization
58
used to locate records and navigate through the database
* Access method
59
organizational environment in which users own their data exclusively.
* Flat-file approach
60
all records in the file lie in contiguous storage spaces
* Sequential structure
61
all records in the file are accessed sequentially.
* Sequential access method
62
files that are structured sequentially and must be accessed sequentially.
* Sequential files
63
storage of data at a unique location, known as an address, on a hard disk or floppy disk.
* Direct access structures
64
class of file structure that uses indexes for its primary access method.
* INDEXED STRUCTURE
65
randomly organized file accessed via an index.
* Indexed random file
66
structure used for very large files that require routine batch processing
* VIRTUAL STORAGE ACCESS METHOD STRUCTURE
67
structure employing an algorithm
* HASHING STRUCTURE
68
- the address (pointer) of one record is stored in the field on a related record.
* POINTER STRUCTURE
69
contains the actual disk storage location (cylinder, surface, and record number)
physical address pointer
70
contains relative position of a record in the file.
relative address pointer
71
primary key of the related record.
* logical key pointer