IS Exam 2

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/122

flashcard set

Earn XP

Description and Tags

chapters 4, 5, 7,

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

123 Terms

1
New cards

Intelligence

The ability to acquire, store, and apply knowledge

2
New cards

Artificial Intelligence

is software that enables an IS to mimic or simulate human intelligence

3
New cards

Knowledge

justified beliefs

4
New cards

Knowledge management

a process in an organization that creates value from intellectual capital and shares that knowledge with employees, managers, suppliers, customers, and others.

5
New cards


Reasoning AI

systems use logic. They acquire, store and apply knowledge in the form of logic. They use logical rules.

6
New cards

Good Old Fashioned AI

AI systems use logic. They acquire, store and apply knowledge in the form of logic.

7
New cards

A pattern-matching AI

system also seeks to act from perceptions, but does not try to copy the reasoning methods humans use.

8
New cards

Algorithm

is a series of computer instructions, like a recipe.

9
New cards

Boolean

Variables with two values are called ___ variables

10
New cards

Expert Systems

are rule-based systems that encode data from human knowledge in the form of If/Then rules.

11
New cards

If/Then rules

a rule that specifies if a particular condition exists, then to take some action.

12
New cards

Knowledge Base

Knowledge rules are stored in the export system sometimes referred to as a ___.

13
New cards

Inference engine

applies logical rules to the knowledge base to derive new knowledge.

14
New cards

NN Neural Network

a technique of AI inspired by the networks of neurons in our brains and central nervous systems. Also called ANN.

15
New cards

Machine Learning

All techniques that use algorithms to discover patterns in data.

16
New cards

Supervised machine learning

we have a relationship or model in mind before we train an AI system.

17
New cards

Unsupervised Machine Learning

we do not know the structure of our database beforehand.

18
New cards

Deep learning

adjusts weights at different layers.

19
New cards

NLP

studies how AI systems acquire, store and apply natural language data and how computers make sense out of human language.

20
New cards

Narrow AI

accomplishes a narrowly defined intelligent task such as generating a recommendation.

21
New cards

Broad AI

is flexible and general intelligence.

22
New cards

Singularity

a runway cycle self-improvement.

23
New cards

Superintelligence

a system that can exceed human intelligence on any subject.

24
New cards

Robot

an autonomous, lifelike machine that performs an action in place of a person.

25
New cards

Autonomy

ability to operate at least in part without direct human intervention.

26
New cards

Robotics

the design, construction, and use of autonomous machines that mimic human or animal actions.

27
New cards

Autonomous database

system that takes unstructured data, applies AI, and creates a database from it.

28
New cards

Ambient AI

 an inconspicuous, omnipresent system that autonomously responds to our inputs.

29
New cards

Deepfake

a story or image of something that did not occur with intent to mislead

30
New cards

Database

self describing collection of integrated records

31
New cards

byte

a character of data. an 8-bit chunk

32
New cards

Columns

fields/ groups of bytes (on database table)

33
New cards

Fields also called columns

groups of bytes (on database table)

34
New cards

Rows/ records

a group of columns in a database table

35
New cards

Table/ File

a group of similar rows or records

36
New cards

key/ primary key

a column or group of columns that identifies a unique row in a table

37
New cards

foreign key

a column or group of columns that represents relationships

38
New cards

relational databases

a database that carries their data in the form of tables and that represent relationships using foreign keys

39
New cards

relation

the more formal name for database table

40
New cards

metadata

data that describes data

41
New cards

database application system

applications, having the standard 5 components, that make database data more accessible and useful. Uses DBMS to process the database tables.

42
New cards

Database Management System (DBMS)

program used to create, process, and administer a database. Licensed operating system.

43
New cards

DB2

Popular DBMS products from IBM

44
New cards

Access

Popular personal and small workgroups DBMS product from Microsoft

45
New cards

SQL Server

a popular enterprise-class DBMS product from Microsoft

46
New cards

Oracle database

a popular enterprise-class DBMS product from the Orcle Corporation

47
New cards

MySQL

a popular enterprise-class DBMS product that is license-free for most applications

48
New cards

Structured Query Language (SQL)

an international standard language for processing database data.

49
New cards

Database administration

A third DBMS function to provide tools to assist in the administration of the database.

50
New cards

Database App

A collection of forms, reports, queries an

51
New cards

form

Data entry’s used to read, insert, modify and delete data

52
New cards

Reports

show data in a structured context

53
New cards

Query

A request for data from a database

54
New cards

Multi-user processing

when more then one user is processing a database

55
New cards

Lost update problem

an issue in the multiuser database processing in which two or more users try to change the data but the database can’t make all those changes b/c it was not designed to process changes from multiple users.

56
New cards

Enterprise DBMS

products that process large organizational and workgroup database.

57
New cards

Data Model

describes the data and relationships that will be scored in the database

58
New cards

Entity-relationship (E-R) data model

a tool for constructing data models.

59
New cards

entity

is something that the users want to track

60
New cards

relationships

an association among entities in an E-R model or association among rows of a table in a relational database.

61
New cards

Entity-relationship (E-R) diagrams

diagram used by database designers to document entities and their relationship to each other

62
New cards

Crow’s feet

Lines on an entity-relationship diagram that indicates a 1: N relationship between two entities

63
New cards

One-to-many-relationships

Relationships involving two entity types in which an instance of one type can relate to many instance of one type can relate to many instances of the second type, but an instance of the second type can relate to at most one instance of the first.

64
New cards

Crows foot diagram 

a type of entity-relationship diagram that uses crows foot symbol to create a a 1: N relationship.

65
New cards

Maximum cardinality

Maximum number of entities that can be involved in a relationship

66
New cards

Minimum Cardinalities

Minimum number or entities required in a relationship

67
New cards

Normalization

the process of converting poorly structured table into two more well-structured tables

68
New cards

Data integrity problem

Situation that exists when the database contains inconsistent data.

69
New cards

Normal forms

a classification of tables according to their characteristics and the kinds of problems they have

70
New cards

Resources

items such as people, computers, and data and document collections

71
New cards

Operational Processes

Common, routine, everyday business processes such as Procurement and Sales

72
New cards

Transaction Processing Systems (TPS)

An information system that supports operational decision making

73
New cards

Managerial Processes

processes that concern resource use.

Ex: planning, assessing and analyzing

74
New cards

Strategic Processes

Seek to resolve issues that have long-range impact on the organization

75
New cards

Executive Support Systems (ESS)

Information systems that support strategic processes

76
New cards

Objective

A desired goal an organization has decided to pursue

77
New cards

Efficiency

A resource oriented process objective; a process is efficient if it creates more output with the same inputs or the same output with fewer inputs.

78
New cards

Effectiveness

A process objective that helps achieve an organizational strategy

79
New cards

Inbound logistics Process

Receive, store and disseminate product input

80
New cards

Procurement

An operational process that acquires goods and services

81
New cards

Outbound Logistics Processes

Collect, store and distribute products to buyers

82
New cards

Sales Process

Records the sales order, ships the product and bills the costumer

83
New cards

Service

In SOA, a repeatable task that a business needs to perform

84
New cards

Human resource processes

assess the motivations and skills of employees.

ex: Job popssitions, investigate employee complaints and staff

85
New cards

Technology development processes

designing, developing and testing technology in support of the primary activities

86
New cards

Infrastructure Processes

Essential supporting processes in the organization that enable day-to-day operations

87
New cards

Process improvment

A process beter achieves its objectives based on its measures

88
New cards

Measures/ Metrics

Quantities assigned to attributes

89
New cards

Key Performance Indicators (KPIS)

In process improvement, the measures selected by managers to use assess process performance.

90
New cards

Control

Limits behavior 

91
New cards

Exceptions 

Unexpected or unwelcome outputs from process that require an action, the parts that don’t arrive

92
New cards

Automation

A computer does an activity or part of an activity that was once done by a person

93
New cards

Bottleneck

When one activity reduces the performance of the overall process

94
New cards

Slack

The time the activity is idle

95
New cards

Six Sigma

A popular strategy for process improvement that seeks to improve process outputs by removing causes of defects and minimizing variability in the process.

96
New cards

“as-is” diagrams

A diagram that represents the current situation and processes

97
New cards

“ought-to-be” diagrams

A diagram of suggested improvements to a current process

98
New cards

Information Silo

the data needed for a process activity is unavailable because it is stored in an isolated, separated information system. An island of automation

99
New cards

Collaboration 

A dynamic process

100
New cards

Project Data

Part of the collaborations work product, such as design documents

Explore top flashcards