IS LEC (M5-M7) Flashcards

1
Q
  • Formal social structure that processes resources from environment to produce
    outputs
  • A formal legal entity with internal rules and procedures, as well as a social structur
A

ORGANIZATION

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

A collection of rights,
privileges, obligations, and
responsibilities that is
delicately balanced over a
period of time through
conflict and conflict
resolution

A

ORGANIZATION

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

Collections of routines

A

BUSINESS PROCESSES

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

Collection of business processes

A

Business firm

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

Precise rules, procedures, and practices
developed to cope with virtually all
expected situations

A

Routines

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

T OR F

Political resistance greatly hampers
organizational change.

A

T

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

____ May be powerful unifying force as well as restraint on change

A

ORG CULTURE

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

T OR F

Organizations and environments have a inverse relationship

A

F

Organizations and environments have a RECIPROCAL relationship

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

T OR F

Organizations are open to, and
dependent on, the social and physical
environmen

A

T

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

t or f

Organizations generally change faster
than environment

A

F

the other way around

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

First movers or fast followers?

Inventors of disruptive technologies

A

First movers

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

First movers or fast followers?

Firms with the size and resources to capitalize on that technology

A

Fast Followers

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

Set of physical devices and software required to operate
an enterprise

A

IT Infrastructure

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

More accurate view of value of infrastructure
investments

A

“Service platform” perspective

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

5 MAJOR Evolution of IT Infrast?

For:
(1959 to present):
(1981 to present):
(1983 to present):
(1992 to present):
(2000 to present):

A

General-purpose mainframe and minicomputer
era (1959 to present):

Personal computer era (1981 to present):

Client/server era (1983 to present):

Enterprise computing era (1992 to present):

Cloud and mobile computing era (2000 to
present):

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

What Law?

The amount of data being stored
each year doubles

A
  • Law of Mass Digital Storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What law?

Computing power doubles every 2
years
– Nanotechnology

A

Moore’s law and microprocessing power

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

What law?

Value or power of a network grows
exponentially as a function of the
number of network members.

A

Metcalfe’s Law and network economics

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

uses
individual atoms and
molecules to create
computer chips and other
devices that are thousands
of times smaller than
current technologies permit.

A

Nanotechnology

20
Q

T or f

The Amount of Storage Per
Dollar Rises Exponentially

21
Q

t or f

there is a Exponential Decline in Internet Communications Costs

22
Q

What Are the Components of IT
Infrastructure

A
  1. Computer hardware platforms
  2. Operating system platforms
  3. Enterprise software applications
  4. Data management and storage
  5. Networking/telecommunications platforms
  6. Internet platforms
  7. Consulting system integration services
23
Q

One of the Components of IT Infrastructure that include:

Client Machine, Servers and mainframes

A

Computer hardware platforms

24
Q

One of the Components of IT Infrastructure that include:

– Corporate servers, Client level

A

Operating System Platforms

25
In 2016, firms spend $___ billion on software for enterprise applications. Largest providers: ___ and ____ Middleware providers: ___ and ___
$321 Large prov: SAP and Oracle Midleware: IBM and ORacle
26
One of the Components of IT Infrastructure that include: * Database software providers * Physical data storage for large-scale systems
Data Management and Storage
27
One of the Components of IT Infrastructure that include: * Network operating systems * Network hardware providers * Telecommunication services
Networking/Telecommunications Platforms
28
t or f large firms do not have resources for full range of support for new, complex infrastructure
T
29
T or F As firms shrink or grow, IT needs to be flexible and scalable
T
30
Solution for * Disruptive technologies * Outdated technology
* Redesign bar coding * Intelligent Mail scanning devices * Hadoop * Optimization models
31
Group of related files
Database
32
Group of records of same type
File
33
Group of related fields
Record
34
Group of characters as word(s) or number(s)
Field
35
Person, place, thing on which we store information
Entity
36
Each characteristic, or quality, describing entity
Attribute
37
Problems with the Traditional File Environment
- Files maintained separately by different departments * Data redundancy * Data inconsistency * Program-data dependence * Lack of flexibility * Poor security * Lack of data sharing and availability
38
Serves many applications by centralizing data and controlling redundant data
Database
39
– Interfaces between applications and physical data files – Separates logical and physical views of data – Solves problems of traditional file environment
* Database management system (DBMS)
40
______: * Represent data as two-dimensional tables * Each table contains data on entity and attributes * Table: grid of columns and rows * Rows (tuples): Records for different entities * Fields (columns): Represents attribute for entity * Key field: Field used to uniquely identify each record * Primary key: Field in table used for key fields * Foreign key: Primary key used in second table as look-up field to identify records from original table
Relational DBMS
41
* Three basic operations used to develop useful sets of data under Relational DBMS
- select - join - project
42
___ * Creates subset of data of all records that meet stated criteria
SeLECT
43
_____ * Combines relational tables to provide user with more information than available in individual tables
Join
44
_____ * Creates subset of columns in table, creating tables with only the information specified
* PROJECT
45
Capabilities of Database Management Systems
Data definition capability * Data dictionary * Querying and reporting * Data manipulation language * Structured Query Language (SQL) * Many DBMS have report generation capabilities for creating polished reports (Microsoft Access)
46