Midterm Exam Flashcards

1
Q

AIS

A

framework of interacting parts that work together to achieve an objective

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

4 components of AIS

A

people, processes, technologies, controls

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

Data vs. Information

A

data = facts stored in system (number, date, name) info = put into context (put into invoices)

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

5 attributes of useful info

A

o Relevant
o Reliable
o Timely
o Complete
o understandable

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

value of information “equation”

A

benefits-costs

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

give-get exchanges ex.

A

Revenue: give goods / give service—get cash

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

data input capture

A

info collected for an activity

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

data input documents

A

captures data at the source when transaction takes place

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

coding techniques

A

sequence, block, group, mnemonic

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

sequence codes

A

items numbered consecutively to account for all items

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

block code

A

blocks of numbers reserved for specific categories of data

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

group codes

A

two or more subgroups of digits used to code items (i.e., clothing: first

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

mnemonic codes

A

letters and numbers interspersed to identify an item

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

crud

A
  • Creating new records
  • Reading existing data
  • Updating previous record or data
  • Deleting data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

information output

A

Data stored in the database files can be viewed

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

eXtensible Business Reporting Language (XBRL)

A

standard for Internet communication between businesses

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

blockchain distributed and decentralized

A

The data are distributed and
synchronized among all the participants in the network

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

blockchain consensus

A

All parties will be aware of transactions that
take place on the network and agree to the transactions
being written to the blockchain

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

blockchain immutability

A

Once transactions are confirmed on the
blockchain, they are tamperproof and cannot be altered.

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

blockchain proof of work

A

All miners compete to create the next block to be committed to the blockchain. This is done by solving a complex mathematical problem

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

blockchain proof of authority

A

The administrator identities who creating blocks are known and reputable

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

blockchain proof of stake

A

A set of validators who propose the next block lock up an amount of their cryptocurrency as a deposit to ensure honest behavior.

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

hashing

A

process that takes plaintext of any length and creates a
short code called a message digest, popularly referred to as a hash

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

ai

A

Program code that tis intended to mimic human
intelligence to accomplish a task

25
Q

robotic process automation

A

Software that uses business rules and a predefined
activity to autonomously complete tasks in unrelated software systems

26
Q

machine learning

A

A subset of AI that relies on large amounts
of data to learn patterns to use in algorithms for decision-making

27
Q

classification vs regression

A
  • Classification = seeks to assign labels, dividing the input into output groups, such as:
  • Yes or No.
  • Spam or Not Spam
  • Regression: seeks to predict real numbers, such as:
  • The price of a house.
  • The revenue in next quarter.
28
Q

supervised learning

A

Output is a known set of variables
o * Neural networks predict the output by using the input dataset
o * The data includes pairs of inputs and outputs

29
Q

unsupervised learning

A

Uses unstructured data rather than labeled data
o * No input-output pairs

30
Q

semi-supervised learning

A

Some data are labeled, but labels could be
incorrect or missing

31
Q

type 1 error

A

false positive

32
Q

type 2 error

A

false negative

33
Q

neural networks

A

mathematical models that convert inputs to
outputs/predictions, can be nested together.

34
Q

document flowchart

A

Shows the flow of documents and data for a process, useful in evaluating internal controls

35
Q

internal control flowchart

A

Used to describe, analyze, and evaluate internal controls

36
Q

system flowchart

A

Depicts the relationships among system input, processing, storage, and output

37
Q

program flowchart

A

Illustrates the sequence of logical operations performed
by a computer in executing a program

38
Q

advantages of databases

A

o Data is integrated
o * Data sharing
o * Minimize data redundancy and inconsistencies
o * Data is independent of the programs that use the data (use DBMS
o between users and database)
o * Data is easily accessed for reporting and cross-functional analysis

39
Q

data storage

A

Efficiently and centrally coordinates information for a related group of files

40
Q

entity integrity rule

A
  1. All tables must have a primary key.
  2. All primary keys must have unique values.
  3. Primary keys cannot be blank (null)
41
Q

referential integrity rule

A

IF a foreign key is not null, it must have a value that corresponds to the value of a
primary key in another table

42
Q

update anamoly

A

multiple update operations required that should be
accomplished with one

43
Q

insertion anomaly

A

when records cannot be added

44
Q

deletion anomaly

A

when records cannot be removed

45
Q

conceptual level schema

A

(wide view of entire database, data elements, and relationships)

46
Q

external level schema

A

logical/user view

47
Q

internal level schema

A

physical view

48
Q

system development life cycle

A

process of creating or modifying info to meet needs of users

49
Q

feasibility analysis

A

Costs analysis, does it use existing tech, is it legal, can it be developed in an allotted time, do you have the resources to implement it

50
Q

data gathering methods

A

interviews, questionnaires, observation, systems documentation

51
Q

select a system

A

benchmark problem, point scoring, requirement costing

52
Q

testing the system

A

walk-throughs, processing test data, acceptance tests

53
Q

system conversion

A

 Direct conversion
 Parallel conversion
 Phase-in conversion
Pilot conversion

54
Q

direct conversion

A

Terminates the old and begins with the new system

55
Q

parallel conversion

A

Operate old and new systems for a period of time

56
Q

phase in conversion

A

Gradual replacement of old elements with new system elements

57
Q

pilot conversion

A

Implement a system in a part of an organization (e.g., a branch)

58
Q

behavioral problems

A
  • Fear
  • Lack of top management support
  • Bad prior experiences
  • Poor communication
  • Disruption
  • How change is introduced
  • Biases and emotions
    Age