Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 126 terms

TermDefinition
Dataany unorganized text, graphics, sounds, or videos
Databasea collection of data
Database Programsenable people to add, sort, group, summarize, and print data
Informationdata that has been processed in a meaningful and useful way
Layers of a Databasebits, characters, fields, records
Bitsthe lowest layer made of 1's and 0's
Charactersletters, numbers, and symbols (represented by a byte)
Fieldsareas that contain data identified by field names, data files, and databases
Recordscontain a group of fields
Data Filescontain related groups of records
Databasesthe top layer made of one or more data files
Common Data Types?text, numbers, currency, dates
Logical Dataonly "yes" or "no" answers are allowed
Memoslarge units of text
Objectsnon-textual data
Binary Large Objects (BLOB's)very large objects
Default Valuepre-defined values such as today's date
Key Fieldmust be a unique entry such as a social security number or student ID
Key Field or Primary Keyone field in a record is identified as the________?
File Management Programscreate flat files containing one file or table - files can not be linked to other files - are easy to use and customize - are not as complex as database management systems
Database Management Systems (DBMS)contain multiple files or tables - are programs that enable data to be stored, modified, and extracted from a database - are more difficult to learn that file management systems
Relational Database Management Systemsthe most widely used type of DBMS - data in several files are related through the used of a common key field
Data Warehousingsupplements DBMS's by bringing together all data into one huge database - organizes management's decision making process - uses a technique called drill down to view performance data of the entire company
Data Martssupport one division of an organization rather than an entire firm
Data Miningis a data-exploration technique - is used to find unknown patterns of data
Queryspecially phrased question used to access specific information
Web-Based Integrationinformation is stored in databases that are available through the Internet - latest trend in database software
Area's of Importance for Building a Quality Databasedata integrity - data independence - avoidance of data redundancy - data security - data maintenance
Data Integrityvalidity of the data
Data ValidationDefines acceptable input ranges for each field
Types of Data Validationalphabetic check - numeric check - range check - consistency check - completeness check
Data Securitymakes sure data are not accessible to unauthorized users - data is also protected from loss due to equipment failure
Data Independencehow data is stored so that it can be sued with different types of application programs. it also refers to the separation of the data in a database to control forms and reports
Data Maintenancerefers to the procedures for adding, updating, and deleting records
Avoidance of Data Redundancyrefers to avoiding the repetition of data
Information Systemdesigned to bring data, computers, procedures, and people together to manage information important to an organization's mission
To Be Valuable, Information Must Be _______?accessible, accurate, complete, economical, relevant, reliable, secure, simple, timely, verifiable
Divisions of an OrganizationAccounting and Finance - Management - Marketing and Sales - Manufacturing - Human Resources
Transaction Processing System (TPS)handles an organizations accounting needs, including purchasing, sales, and payroll - early ones used batch processing
Online Processingconsists of entering transaction data and viewing the results immediately
TPS's enable managers to make _______operational decisions
TPS's can produce _______summary and exception reports
MISa computer based system that supports the information needs of different levels of management
MIS's can __________help managers make informed tactical decisions - work with transaction processing systems - create reports that tell managers if their goals are being met.
Drawbacks of MIS'sreports may contain unwanted information - information may not be available when needed - reams of printouts are often produced
Decision Support System (DSS)enables a manager to retrieve information that can't be supplied by fixed and predetermined MIS reports
Online Analytical Processing (OLAP)enables managers import up to the minute reports from transaction databases
Executive Information System (EIS)support strategic decisions made by top level management that will affect the entire company - also known as executive support system (ESS)
Knowledge Management Systemsused to capture knowledge created by employees and made it available when needed
Expert Systemssystems that deal with expert knowledge in a particular area
Expert Systems Do What?help in making decisions - use artificial intelligence principles - provide technical support for customers
Point of Sale Terminalreplacing the cash register
Optical Scannersread the universal product code (UPC) lable that identifies items, their costs, and any sale prices
Credit Card Authorization Terminalsused to process credit card transactions by placing a call to a call center, which provides authorization numbers
Check-Screening Systemsread the check's account number, then compare it with delinquent accounts
Signature Capture Systemscapture a customer's signature on a pressure-sensitive pad.
Photo Checkout Systemsdisplay a customer's photo when a credit card is used
Programming Languagesartificial languages created to tell the computer what to do - consists of vocabulary and a set of rules with which to write programs
Program Development Life Cycle (PDLC)an organized method of software development
The 5 Generations of Programming Languagesoldest: machine, assembly, procedural, problem-oriented, natural: newest
Compilera program that changes source code to object code
Interpretertranslates source code one line at a time and executes the instructions
Report Generatorslanguages for printing database reports
Query Languageslanguages for getting information out of databases
Natural Languagewould be the ultimate nonprocedural language
Object Oriented Programming Relies On?the ability to quickly build a program by utilizing ready to use, specific purpose modules
Objectsunits of information that contain data as well as methods that process and manipulate data
Inheritancerefers to an objects capacity to pass on its characteristics to its subclasses
Visual Basicenables the programmer to develop an application by using on screen graphical user interfaces - uses event driven programming
C++incorporates objects oriented features - widely used for professional program development
Javadeveloped by Sun Microsystems - an object oriented, high level programming language with a twist - first true cross platform programming language - gained acceptance faster than any other programming language - a simplified version of C++
Hypertext Markup Language (HTML)sets the attributes of text and objects within a Web page
Extensible Markup Language (XML)used for sharing data and objects in a Web environment
VBScriptused to write short programs that are embedded in Web pages
JavaScriptused to write scripts on Web pages
Visual Studio . NETused for the development of scripts and programs that are accessible from the Web
Program Development Life Cycle (PDLC)introduced in the 70'd to address problems in creating programs - it provies an organized plan for breaking down the task of program development into manageable parts
Six Phases of PDLCdefining, designing, coding, testing and debugging, formalizing, and implementing and maintaining the program
Systems Analysisa field concerned with the organized planning, development, and implementation of artificial system, including information systems
Systemcollection of components organized into a functioning whole to accomplish a goal
Artificial Systemconstructed by people to serve some purpose
Systems Development Life Cycle (SDLC)a model used to improve the quality of information systems by providing an organized approach to problem solving
Scopethe sum total of all project products and their features
Scope Creepuncontrolled changes in a projects scope
Technically Feasiblewith existing, proven technology
Operationally Feasiblewith organization's available resources
Economically Feasiblewith available fiscal resources
Tangible Benefitsinclude labor costs, services, and materials
Intangible Benefitsinclude increased sales and better information on which to base decisions
Request for Quotationsrequest for a vendor to quote a price for specific components of the information system
Request for Proposalrequest for a vendor to write a proposal for the design, installation, and configuration of the information system
Application testingprograms are tested individually and then tested together
Acceptance Testingusers evaluate the system to see whether it meets their needs and whether it functions correctly
Parallel Conversionrun old and new system at the same time to test answers - safest
Pilot Conversiontest one part of organization
Phased Conversionover different time periods
Direct Conversionswitch to new system at once and turn off old system - most risky
Post Implementation System Reviewdetermines if the new system has met its goals
Business Processesactivities that have an identifiable output and add value to an organization's customers
Competitive Advantagea condition that gives an organization a superior position over the companies it competes with
Enterprise Systemsinformation systems that integrate a organization's information and applications across all of the organization's functional divisions
Centralized Structuresmanaged by central IT department - each network entity contains the same software and configuration settings
Distributed Structuresenable each user to customize their technology tools - each network entity contains its own software and configuration settings
Business Process Reengineeringthe use of information technology to bring about major changes and cost savings in an organization
Scalabilityis how well a hardware of software system can adapt to increased demands
Interoperabilityability of software and hardware from different vendors to share data
Disaster Recoverya disaster recover plan is a written plan with detailed instructions on what is to be done if disaster strikes
Hot Sitea backup facility that is kept in a state of readiness at all times
Cold Sitea backup facility that is made operational once the disaster occurs, not ready before then
Single Point of Failurewhen a failure of any one component will cause a malfunction in an entire system
Enterprise Resource Planning (ERP)software that integrates all facets of a business into a single computer system
Customer Relationship Management (CRM)tracks interactions between a company and its customers with a focus on customer retention
Application Service Providers (ASP)third-party entitles that manage and distribute software-based services
Operational Support System (OSS)a suite of programs that enables an enterprise to monitor, analyze, and manage a network system
Storage Area Network (SAN)high speed subnetwork of shred storage devices - all storage devices made of available to all servers
Network Attached Storage (NAS)high performance devices for data and file sharing - only supplies data to users
Web Portalsweb sites that offer an array of resources and services are called web portals- AOL first portal
Electronic Data Interchange (EDI)provides as set of standards for the transfer of data between different companies using networks
Intranetnetwork that is only accessible only by an organizations members or authorized users - used to share information
Extranetan Internet that is accessible to authorized outsiders - allows business partners to share information
Virtual Private Network (VPN)constructed by using public wires that are leased to only one company to connect nodes
Computer Based Training (CBT)form of computer based education that uses multimedia, animation, and programmed learning
Web Based Training (WBT)is CBT using the internet or intranet
Teleconferencingwhen two or more people use telecommunication and computers to conduct business activites
Telecommutingconnecting to the office using telecommunications and computers from home
Workgroup Computingspecific hardware and software that enables a group of people to connect, communicate, and ccollaborate
Become a Friend of Quizlet!

Set Information

Terms 126
Creator zaunbrecher03
Created May 5, 2009
Groups None
Subject isds
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.