Shared Flashcard Set

Details

SAM 3000 Mid-term
definitions
148
Management
Undergraduate 4
03/11/2013

Additional Management Flashcards

 


 

Cards

Term
Moore's Law
Definition
The number of transistors per square inch on an integrated chip doubles every 18 months.
Term
Abstract Reasoning
Definition
the ability to make and manipulate models.
Term
systems thinking
Definition
the ability to model the components of the system, to connect the inputs and outputs among those components into a sensible whole that reflects the structure and dynamics of the phenomenon observed.
Term
collaboration
Definition
the activity of two or more people working together to achieve a common goal, result, or work product
Term
experimentation
Definition
making a reasoned analysis of an opportunity, envisioning potential solutions, evaluating those possibilities, and developing the most promising ones, consistent with the resources you have
Term
system
Definition
group of components that interact to achieve some purpose
Term
information system (IS)
Definition
a group of components that interact to produce information.
Term
five-component framework
Definition
computer hardware, software, data, procedures, and people. these are all present in ever information system
Term
computer-based information system
Definition
information system that uses a computer
Term
MIS or Management information systems
Definition
the development and use of information systems that help businesses achieve their goals and objectives. Has three key elements: development and use, information systems, and business goals and objectives.
Term
Information technology (IT)
Definition
refers to the products, methods, inventions, and standards that are used for the purpose of producing information. pertains to the hardware, software, and data components.
Term
difference between IT and IS
Definition
IT-you can buy or lease hardware, license programs and databases, it is your people who execute those procedures to employ that new IT. IS-you cannot buy it. example is managing your facebook page
Term
business process
Definition
a network of activities, roles, resources, repositories, and data flows that interact to accomplish a business function
Term
activities
Definition
collections of related tasks that recive inputs and process those inputs to produce outputs. can be manual, automated, or a combination.
Term
decision
Definition
a question that can be answered yes or no.
Term
roles
Definition
sets of procedures
Term
resources
Definition
people, facilities, or computer programs that are assigned to roles
Term
repository
Definition
collection of business records
Term
data flow
Definition
the movement of a data item from one activity to another activity or to a repository
Term
information
Definition
knowledge derived from data where data is defined as recorded facts or figures.
Term
accurate information
Definition
information that is based on correct and complete data, and it has been processed correctly as expected
Term
timely information
Definition
information that is prouduced in time for its intended use
Term
relevant information
Definition
information that directly pertains to both the context and to the subject it references
Term
just barely sufficient information
Definition
information that is sufficient for the purpose for which it is generated, but only so.
Term
worth its cost
Definition
appropriate relationship must exist between the cost of information and its value
Term
five forces model
Definition
a model for determining the potential of profitability of an industry. page 48
Term
competitive strategy
Definition
p 50
Term
value
Definition
the amount of money that a customer is willing to pay for a resource, product, or service
Term
margin
Definition
the difference between the value that an activity generates and the cost of the activity
Term
value chain
Definition
a network of value-creating activities. that generic chain consists of five primary activities and four support activities
Term
primary activities
Definition
business functions that relate directly to the production of the organization's products or services
Term
support activities
Definition
business functions that assist and facilitate the primary activities
Term
linkages
Definition
interactions across value activities. included in porter's model of business activities
Term
hardware
Definition
consists of electronic components and related gadgetry that input, process, output, and store data according to instructions encoded in computer programs or software
Term
input hardware
Definition
keyboard, mouse, document scanners, and bar=code scanners, microphones
Term
central processing unit (CPU)
Definition
the "brain" of the computer. processing devices include this.
Term
dual-processor
Definition
a computer with two cpu's
Term
quad-processor
Definition
computers have four CPU's
Term
main memory
Definition
consists of circuitry for storing data and instructions that are acted upon by the CPU
Term
RAM
Definition
random access memory. main memory.
Term
special function cards
Definition
electronic components on thin fiberglass backing that can be added to the computer to augment its basic capabilities
Term
output hardware
Definition
consists of video displays, printers, audio speakers, overhead projectors, and other special-purpose devices, such as flatbed plotters
Term
storage hardware
Definition
saves data and programs. magnetic disk is most common storage evice as well as cd's and dvd's
Term
binary digits or bits
Definition
how computers represent data. a bit is either a zero or a one. used for computer data because easy to represent electronically
Term
bytes
Definition
bits are grouped into these 8-bit chunks
Term
kilobyte or K
Definition
collection of 1,024 bytes
Term
megabyte or MB
Definition
1,024 kilobytes
Term
gigabyte or GB
Definition
1,024 megabytes
Term
terabyte or TB
Definition
1,024 gigabytes
Term
data channel or bus
Definition
to execute an instruction in a program or when processing data you move the instruction from main memory into the cpu via this
Term
cache
Definition
the cpu has a small amount of very fast memory called this. the cpu keeps frequently used instructions in this. expensive
Term
operating system (OS)
Definition
a program that controls the computer's resources
Term
32-bit CPU
Definition
a processor that can effectively utilize up to 4GB of main memory
Term
64-bit CPU
Definition
a processor that can use, by today's standards, an almost unlimited amount of main memory and have speed advantages as well
Term
volatile
Definition
the cache and main memories contents are lost when the power is off
Term
nonvolatile
Definition
magnetic and optical disks are this because their contents survive when the power is off
Term
client computers
Definition
users employ these for word processing, spreadsheets, database access and so forth
Term
servers
Definition
provide service. some process email, others websites, others large shared databases
Term
server farm
Definition
servers are organized into a collection of servers. coordinate their activities in an incredibly sophisticated and fascinating technology dance.
Term
instruction set
Definition
commands that a CPU can process
Term
license
Definition
the right to use a certain number of copies of that program subject to limits on the vendor's liability
Term
site license
Definition
large organizations by these which is a flat fee payment for the right to install the product on all of that company's computers or on all of the computers at a specific site
Term
virtualization
Definition
the process whereby multiple operating systems share the same hardware
Term
linux
Definition
a version of unix that was developed by the open source community
Term
unix
Definition
operating systom developed at bell labs in the 70s. has been the workhorse of the scientific and engineering communities since then
Term
horizontal market application
Definition
software that provides capabilities common accross all organizations and industries
Term
application software
Definition
performs a service or function
Term
vertical-market application
Definition
software serves the needs of a specific industry
Term
one or a kind application
Definition
software is developed for a specific, unique need
Term
firmware
Definition
computer software that is installed into devices such as printers,print servers, and varioius types of communication devices
Term
desktop programs
Definition
programs that don't connect to any server to run (word, excel)
Term
client-server applications
Definition
applications that process code on both the client and the server
Term
thin-client
Definition
an application that is one that runs within a browser(explorer or firefox) and need not be preinstalled
Term
general public license(GPL) agreement
Definition
one of the standard license agreements for open source software
Term
source code
Definition
computer code as written by humans and that is understandable by humans
Term
machine code
Definition
source code is compiled into this that is processed by a computer
Term
database
Definition
self-describing collection of integrated records
Term
byte
Definition
a characture of data
Term
columns or fields
Definition
bytes are grouped into these
Term
rows or records
Definition
columns or fields are grouped into these
Term
table or file
Definition
a group of similar rows or records
Term
foreign keys
Definition
columns that fulfill a roll
Term
relational databases or relation
Definition
databases that carry their data in the form of tables and that represent relationships using foreign keys
Term
metadata
Definition
data that describe data
Term
database application system
Definition
an assembly of forms, reports, queries, and application programs that process a database
Term
structured query language (SQL)
Definition
is an international standard language for processing a database.
Term
database application
Definition
a collection of forms, reports, queries, and application programs that process a database
Term
data entry form
Definition
used to read, insert, modify, and delete data
Term
report
Definition
show data in a structured context
Term
multisuer processing
Definition
multiple users processing the same database
Term
lost-update problem
Definition
exemplifies of of the special characteristics of multiuser database processing
Term
enterprise DBMS
Definition
products process large organizational and workgroup databases. support many (perhaps thousands) of users and many different database applications
Term
Personal DBMS
Definition
products are decigned for smaller, simpler database applications
Term
network
Definition
a collection of computers that communcate with one another over transmission lines or wirelessly
Term
LAN or local area network
Definition
connects computers that reside in a single geographic location on the premises of the company that operates the lan
Term
WAN or wide area networks
Definition
connect computers at different geographic locations
Term
internet
Definition
network of networks. connect lans wans and other internets
Term
small office or home office SOHO
Definition
such LANs have fewer than a dozen or so computers and printers.
Term
switch
Definition
a special-purpose computer that recieves and transmits wired traffic on the LAN
Term
LAN device
Definition
contains several important networking components. has a switch and also has a device for wireless communication
Term
network interface card NIC
Definition
a device that connects the computer's or printer's circuitry to the network cables
Term
onboard NIC
Definition
NIC built into the computers circuitry
Term
unsheilded twisted pair (UTP) cable
Definition
most LAN connections are made using this. this cable contains sets of wires that are twisted together to improve signal quality
Term
wireless NIC WNIC
Definition
in wireless computers and printer this is used instead of NIC. today nearly all personal computers ship from the factory with this
Term
access point
Definition
the WNIC devices connect to this which is the component of the LAN device that processes wireless traffic and communicates with the wired switch
Term
Ethernet or IEEE 803.3 protocol
Definition
protocal stadared, specifies hardware characteristics such as which wires carry which signals. also describes how messages are to be packaged and processed for wired transmission over the LAN
Term
10/100/1000 ethernet
Definition
the NIC in most personal computers today suports this.
Term
IEEEE 802.11 protocol
Definition
wireless lan connections use this
Term
bluetooth
Definition
another common wireless protocol designed for transmitting data over short distances, replacing cables
Term
modem
Definition
performs the conversion of digital data into an analog(wavy)
Term
digital subscriber line or DSL modems
Definition
operate on the same lines as voice telephones but their signals do not interfere with voice telephone service
Term
assymmetric digital subscriber lines ADSL
Definition
DSL lines that have different upload and download speeds. most homes and small businesses have this
Term
symmetrical digital subscriber lines SDSL
Definition
offer same fast speed in both directions
Term
cable modems
Definition
provide high-speed data transmission using cable television lines
Term
Narrowband lines
Definition
have transmission speeds less than 56 kbps
Term
broadband lines
Definition
have speeds in excess of 256 kpbs
Term
TCP or Transmission Control Protocol
Definition
most important protocol in the transport layer. break your traffic up into pieces and send each piece along its way
Term
IP internet protocol
Definition
protocol that specifies the routing of the pieces of your data communication through the networks that comprise nay internet
Term
packet
Definition
a piece of a message that is handled by programs that implement IP
Term
router
Definition
a special purpse computer that moves packet traffic according to the rules of IP
Term
IP address
Definition
a number that identifies a particular service
Term
public IP addresses
Definition
identify a particular device on the public internet
Term
Private IP addresses
Definition
identify a particular device on a private network, usually on a LAN
Term
IPv4
Definition
most common format of IP addresses and has decimal dotted notation like 165.193.123.253
Term
domain name
Definition
unique name that is affiliated with a public IP adress
Term
URL or Uniform Resource Locator
Definition
an address on the internet. http://
Term
three-tier architecture
Definition
almost all e-commerce applications use this which is an arrangement of user computers and servers into three categories or tiers
Term
user teir
Definition
consists of computers, phones, and other devices that have browsers that request and process web pages
Term
server tier
Definition
consists of computers that run Web servers and process application programs
Term
database tier
Definition
consists of computers that run a DBMS that processes SQL requests to retrieve and store data.
Term
web page
Definition
a document that is coded in one of the standard page marking languages. HTML
Term
web servers
Definition
programs that run on a server tier computer and that manage HTTP traffic by sending and receiving Web pages to and from clients
Term
commerce server
Definition
an application program that runs on a servier tier computer
Term
web farm
Definition
to ensure acceptable performance, commercial web sites usually are supported by several or even many Web server computers in this facility
Term
Hpertext Markup Language HTML
Definition
is the most common language for devining the structure and layout of webpages. an HTML tag is a notation used to define a data element for display or other purposes.
Term
hyperlinks
Definition
webpages include this. pointers to other web pages. contains URL of the web page
Term
attribute
Definition
a variable used to provide properties about a tag
Term
XML or extensible markup language
Definition
a markup language that fixes several HTML deficiencies and is commonly used for program to program interaction over the web
Term
flash
Definition
an addon to browsers that was developed by adobe and is useful for providing animation, movies, and other advanced graphics inside a browser
Term
silverlight
Definition
a browser add-on that was developed by microsoft for the same purposes as flash. newer technology and rmore functionality than flash but is less frequently used.
Term
virtual private network VPN
Definition
uses the internet to create the appearance of private point to point connections. something that appears to exist but does not exist
Term
tunnel
Definition
a virtual, private pathway over a public or shared network from the VPN client to the VPN server
Term
collaberation
Definition
occurs when two or more people work together to achieve a common goal, result, or work product. when it is effective the results of the group are greater than could be produced by any of the individuals working alone
Term
team
Definition
a small number of people with complementary skills who are committed to a common purpose, performance goals, and approach for which they hold themselves mutually accountable
Term
effective team
Definition
team accomplishes goals and objectives in a way that satisfies the team's sponsors and clients, over time the team increases in capability, team members learn and feel fulfilled as a result of working on the team
Term
synchronous communication
Definition
occurs when all team members meet at the same time such as with face to face meetings or conference calls
Term
asynchronous communication
Definition
occurs when team members do not meet at the same time
Term
version management
Definition
systems that track changes to documents and provide features and functions to accommodate concurrent work
Supporting users have an ad free experience!