AIS Final

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

1/138

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:35 PM on 6/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

139 Terms

1
New cards

system

detailed methods, procedures, and routines that carry out activities, perform a duty, achieve goals or objectives, or solve problems

2
New cards

data

facts that are collected, recorded, stored, and processed by an information system

3
New cards

information

data that have been organized and processed to provide meaning and improve decision making

4
New cards

value of information

the benefit provided by information minus the cost of producing it

5
New cards

information system

the people and technologies in an organization that produce information

6
New cards

business process

set of related, coordinated, and structured activities and tasks, performed by a person, a computer, or a machine, that helps accomplish a specific organizational tool

7
New cards

give-get exchange

transactions that happen a great many times, such as giving up cash to get inventory from a supplier and giving employees a paycheck in exchange for their labor

8
New cards

revenue cycle

activities associated with selling goods and services in exchange for cash or a future promise to receive cash

9
New cards

expenditure cycle

activities associated with purchasing inventory for resale or raw materials in exchange for cash or a future promise to pay cash

10
New cards

production cycle

activities associated with using labor, raw materials, and equipment to produce finished goods

11
New cards

human resources/payroll cycle

activities associated with hiring, training, compensating, evaluating, promoting, and terminating employees

12
New cards

financing cycle

activities associated with raising money by selling shares in the company to investors and borrowing money as well as paying dividends and interest

13
New cards

data analytics

use of software and algorithms to find and solve problems and improve business performance

14
New cards

data dashboard

display of important data points, metrics, and key performance indicators in easily understood line or bar charts, tables, or gauges

15
New cards

blockchain

individual digital records, called blocks, linked together using cryptography in a single list, called a chain

16
New cards

virtualization

running multiple systems simultaneously on one physical computer

17
New cards

cloud computing

using a browser to remotely access software, data storage, hardware, and applications

18
New cards

Internet of Things (IoT)

embedding sensors in devices so they can connect to the internet

19
New cards

value chain

linking all primary and support activities in a business, value is added as a product passes through the chain

20
New cards

primary activities

value chain activities that produce, market, and deliver products and services to customers and provide post-delivery service and support

21
New cards

support activities

value chain activities such as firm infrastructure, technology, purchasing, and human resources that enable primary activities to be performed efficiently and effectively

22
New cards

data processing cycle

four operations (data input, data storage, data processing, and information output) performed on data dto generate meaningful and relevant information

23
New cards

Data Input

data must be collected about: each activity, resources affected by each activity, people who participate in each activity

24
New cards

source documents

documents used to capture transaction data at its source - when transaction takes place

25
New cards

turnaround documents

records of company data sent to an external party and then returned to system as input

26
New cards

source data automation

collection of transaction data in machine-readable form at the time and place of origin (ex: ATMs)

27
New cards

general ledger

ledger that contains summary-level data for every asset, liability, equity, revenue, and expense account of the organization

28
New cards

subsidiary ledger

ledger used to record detailed data for a general ledger account with many individual subaccounts (ex: A/R, A/P, inventory)

29
New cards

coding

systematic assignment of numbers or letters to items to classify and organize them

30
New cards

sequence codes

items numbered consecutively so that gaps in sequence code indicate missing items that should be investigated

31
New cards

block code

blocks of numbers reserved for specific categories of data, thereby helping to organize the data

32
New cards

group codes

two or more subgroups of digits used to code an item, a group code is often used in conjunction with block code

33
New cards

mnemonic codes

letters and numbers interspersed to identify an item

34
New cards

chart of accounts

listing of all number assigned to balance sheet and income statement accounts; account numbers allow transaction data to be coded, classified, and entered into proper accounts

35
New cards

entity

item about which info is stored in a record

36
New cards

field

portion of a data record where data value for a particular attribute is stored; each cell in a spreadsheet is a field

37
New cards

record

a set of fields who data values describe specific attributes of an entity; a row in a spreadsheet is a record

38
New cards

data value

actual value stored in a field; describes a particular attribute of an entity

39
New cards

file

a set of logically related records, such as payroll records of all employees

40
New cards

master file

permanent file of records that stores cumulative data about an organization

41
New cards

data processing activities

creating, reading, updating, deleting

42
New cards

batch processing

accumulating transaction records into groups or batches for processing at a regular interval such as daily or weekly

43
New cards

real-time processing

computer system processes data immediately after capture and provides updated information to users on a timely basis

44
New cards

query

request for database to provide info needed to deal with a problem or answer a question; info is retrieved, displayed or printed, and analyzed as requested

45
New cards

ERP

systems that integrate all aspects of an organization’s activities (accounting, finance, marketing, HR, manufacturing, inventory) into one system

46
New cards

business process diagrams

graphical descriptions of the business processes used by a company

47
New cards

document flowchart

shows the flow of documents and information between departments or areas of responsibility

48
New cards

system flowchart

shows the relationship among the input, processing, and output in an info system

49
New cards

program flowchart

shows the sequence of logical operations a computer performs as it executes a program

50
New cards

data flow diagram

graphical description of data sources, data flows, transformation processes, data storage, and data destinations

51
New cards

internal control flowchart

used to describe, analyze, and evaluate internal controls, including identifying system strengths, weaknesses, and inefficiencies

52
New cards

data store

place or medium where system data is stored

53
New cards

context diagram

highest-level data flow diagram (DFD); a summary-level view of a system

54
New cards

database

a set of interrelated, centrally coordinated data tables stored electronically with as little data redundancy as possible

55
New cards

data warehouse

very large databases containing detailed and summarized data for a number of years used for analysis rather than transaction processing

56
New cards

data mining

using sophisticated statistical analysis to “discover” hypothesized relationships in the data

57
New cards

record layout

document that shows the items stored in a file, including the order and length of the data fields and the type of data stored

58
New cards

schema

a description of the data elements in a database, the relationships among them, and the logical model used to organize and describe the data

59
New cards

external-level schema

an individual user’s view of portions of a database; also called a subschema

60
New cards

data dictionary

info about the structure of the database, including a description of each data element

61
New cards

structured query language (SQL)

standardized commercial programming language designed for managing data in relational database systems

62
New cards

data definition language (DDL)

DBMS language that builds the data dictionary, creates the database, describes logical views, and specifies record or field security constraints

63
New cards

data manipulation language (DML)

DBMS language that changes database content, including data elements creations, updates, insertions, and deletions

64
New cards

data query language (DQL)

high-level, english-like, DBMS language that contains powerful, easy-to-use commands that enable users to retrieve, sort, order, and display data

65
New cards

tuple

a row in a table that contains data about a specific item in a database table

66
New cards

primary key

database attribute, or combo of attributes, that uniquely identifies each row in a table

67
New cards

foreign key

an attribute in a table that is also a primary key in another table; used to link the two tables

68
New cards

relational database

a database built using the relational data model

69
New cards

normalization

following relational database creation rules to design a relational database that is free from delete, insert, and update anomalies

70
New cards

semantic data modeling

using knowledge of business processes and information needs to create a diagram that shows what to include in a fully normalized database

71
New cards

big data

data sets characterized by huge amounts (volume) of frequently updated data (velocity) in various formats (variety), for which the quality may be suspect (veracity)

72
New cards

data volume

the amount of data created and stored by an organization

73
New cards

data velocity

the pace at which data is created and stored

74
New cards

data variety

the different forms data can take

75
New cards

data veracity

the quality or trustworthiness of data

76
New cards

ETL process

set of procedures for blending data; EXTRACT, TRANSFORM, LOAD data

77
New cards

structured data

data that is highly organized and fits into fixed fields

78
New cards

unstructured data

data that has no uniform structure

79
New cards

data marts

data repositories that hold structured data for a subset of an organization

80
New cards

data lake

collection of structured, semi-structured, and unstructured data stored in a single location

81
New cards

dark data

info the organization has collected and stored that would be useful but is not analyzed and is thus generally ignored

82
New cards

data swamps

data repositories that are not accurately documented so that the stored data cannot be properly identified and analyzed

83
New cards

metadata

data that describes other data

84
New cards

flat file

text file that contains data from multiple tables or sources and merges that data into a singe row

85
New cards

delimiter

character, or series of characters, that marks the end of one field and the beginning of the next field

86
New cards

text qualifier

two characters that indicate the beginning and ending of a filed and tell the program to ignore and delimiters contained between the characters

87
New cards

descriptive analytics

information that results from the examination of data to understand the past, answers the question “what happened?”

88
New cards

diagnostic analytics

information that attempts to determine causal relationships, answers “why did this happen?”

89
New cards

predictive analytics

focus on predicting the future, answers “what might happen in the future?”

90
New cards

prescriptive analytics

provide recommendation of what should happen, answers “what should be done?”

91
New cards

data dashboard

display of important data points, metrics, and key performance indicators in easily understood data visualizations

92
New cards

automation

application of machines to automatically perform a task once performed by humans

93
New cards

bot

autonomous computer program designed to perform a specific task

94
New cards

aggregate data

presentation of data in a summarized

95
New cards

data pivoting

a technique that rotates data from rows to columns

96
New cards

data standardization

process of standardizing the structure and meaning of each data element so it can be analyzed and used in decision making

97
New cards

data parsing

separating data from a single field into multiple fields

98
New cards

data concatenation

combining of data from two or more fields into a single field

99
New cards

cryptic data values

data items that have no meaning without understanding a coding schema

100
New cards

misfielded data values

data values that are correctly formatted but not listed in the correct field