Share these flash cards

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

All 109 terms

TermDefinition
Dataany unorganized text, graphics, sounds, or videos (has yet to be processed)
Informationdata that has been processed in a meaningful and useful way.
Difference between data and informationData doesn't become information until it is processed
Databaseis a collection of data
Database Programsenable people to add, sort, group, summarize, and print data
BitsThe lowest layer in a database made of 1s and 0s
CharactersLetters, numbers, and symbols (represented by a byte) (above bits in database layer below fields)
FieldsAreas that contain data identified by field names (above characters in database layers below record)
Field Names(Examples: First Name; Address; City); Group of characters Define Fields
RecordsContain a group of fields (above field in database layer below data file)
Data FilesContain related group of records (above records in database layer below database)
DatabaseThe top layer made of one or more data files (composed of from top to bottom, Data files, to records, to fields defined by field names, to characters to bits
Logical DataOnly "yes" or "no" answers are allowed (data type)
Memoslarge units of text (data type)
ObjectsNon-textual data (data type)
BlobsVery large objects (data type)
Default ValuePre-defined values such as today's date (data type)
key field or primary keyThe key field must be a unique entry such as a social security number or student ID.
File Management Programs:Create flat files containing one file or table Files can not be linked to other files Are easy to use and customize (not as complex as database management system)
Database Management Systems (DBMS)Contain multiple files or tables (a little more complex than file management programs because you have so many files linked together)
Relational database management systemsare the most widely used type of DBMS.(linked by common key fields)
common key fieldIN relational database management systems Data in several files are related through the use of a
Data WarehousingSupplements DBMSs 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 Martsupport one division of an organization rather than an entire firm. (similar to a date warehouse only not the whole company just one division)
Data MiningIs a data-exploration technique Is used to find unknown patterns of data
QuerySpecially phrased question used to access specific information (to get specific info from the database)
Web-based integrationis the latest trend in database software, Information is stored in databases that are available through the Internet.
Characteristics of a good databaseData integrity Data independence Avoidance of data redundancy Data security Data maintenance
Data Integrityis the validity of the data.
Data Validitydefines acceptable input ranges for each field Types of data validation are: Alphabetic 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.
Alphabet Check (data validation)for text data check to make sure no numbers)
Numeric Check (Data validation)for calculation and value check to make sure numeric only)
Range Check (data validation)(determines that data is within the acceptable range)
Consistency Check (data validation)(like entering in your email address twice to compare fields to make sure the equal each other
Completeness check data validationmake sure no blanks left in the field)
Data Independencerefers to how data is stored so that it can be used with different types of application programs. It also refers to the separation of the data in a database to control forms and reports.
Data Maintnencerefers to the procedures for adding, updating, and deleting records.
Avoidance of data redundancyrefers to avoiding the repetition of data.
Information Systemis designed to bring data, computers, procedures, and people together to manage information important to an organization's mission.
Know a transaction processing system (TPS)handles an organization's accounting needs, including purchasing, sales & payroll.
MISsupport information needs of different levels of management
Decision Support Systemenables a manager to retrieve information that can't be supplied by fixed and predetermined MIS reports
Online Analytical Processenables managers to import up-to-the-minute reports from transaction databases. for use in decision support
Knowledge Management Systemare used to capture knowledge created by employees and make it available when needed.
Expert Systemsare systems that deal with expert knowledge in a particular area.
Programming Languagesare artificial languages created to tell the computer what to do.
Five Generations of programming languageMachine languages Assembly languages Procedural languages Problem-oriented languages Natural languages
First generations of programming language (machine language)is first generation and Is the only language the computer understands without translation
Second generation of programming language (Uses brief abbreviations for program instructions Abbreviations are called mnemonics
Third-Generation of Programming Languages (Procedural languages)Are high-level languages that tell the computer what to do and how to do it Use a compiler or interpreter to translate code
Compilersis a program that changes source code to object code. (prodcues source code)
Interpreterstranslates source code one line at a time and executes the instructions. (uses one code at a time and moves on)
Fourth Generation LanguagesLanguages for getting information out of databases Fourth-generation languages are nonprocedural. They do not force programmers to follow procedures to produce results. "Problem-oriented languages"
Object Oriented ProgramsRelies on component reusability The ability to quickly build a program by utilizing ready-to-use, specific purpose modules Eliminates the distinction between programs and data Uses objects that contain data and procedures Ex: Visual Basic and C++
Component Reusability (in object oriented programs)omponent reusability The ability to quickly build a program by utilizing ready-to-use, specific purpose modules
Objectsare units of information that contain data as well as methods that process and manipulate data.
Inheritencerefers to an object's capacity to "pass on" its characteristics to its subclasses.
JavaFirst true cross-platform programming language (works on Macs, windows, etc.)
Know Six phases of PDLCDefining the problem Designing the program Coding the program Testing and debugging the program Formalizing the solution Implementing and maintaining the program
Structure Charts in phase 2 of PDlCshow the top-down design (how it is set up)
Pseudo Code in phase 2 of PDlCalternative to flow charts (it uses words and not symbols )
Flow Charts in phase 2 of PDlCshow the logic of program (how it works)
System's AnalystAre computer and problem-solving professionals who determine an organization's information system needs (they talk to all the departments and communicate back to the programmers what people need to make the organization work)
Systemis a collection of components organized into a functioning whole to accomplish a goal.
Systems Development Life CycleThe SDLC is a model used to improve the quality of information systems by providing an organized approach to problem solving. The core idea of SDLC is to "Ensure that each step is performed properly before going to the next one." Systems have a life cycle, accomplish their purpose and end
To avoid mistakes in system's developmentDocumentation is required throughout all phases.
five phases of SDLC1. Plan 2. Analyze 3. Design 4. Implement 5. Maintain
SDLC phase 1.Plan (identify problems and opportunities)
SDLC phase 2.analyze and document existing programs
SDLC phase 3.design the system
SDLC phase 4.implement the system
SDLC phase 5. Maintain and Support the system
Scope of a projectThe sum total of all project products and their features
scope creepAvoid this uncontrolled changes in a project's scope
project plan.DONT CONFUSE WITH SCOPE The plan specifies the project's goal and specifies all of the activities that must be completed for the project to succeed.
Gantt Charts created to provide a timeline of activities and track completion times. (tracks progress of the development of system (project) )
Technically Feasiblecan be created with existing, proven technology
Operationally feasiblecan be created with organization's available resources
Economically feasibleCan be created with available fiscal resources
JAD and CASEJoint application development (JAD) and computer-aided software engineering (CASE) help improve the design phase.
Entity Relationship Diagramare used to describe the different entities of the information system and their relationships
Prototyping toolmake a protype of project and show interrelation and how other parts of the system could be affected
Data Flow Diagramsshow how data move throughout existing system.
Request for Quotation (RFQ)request for a vendor to quote a price for specific components of the information system.
Request for Proposal (RFP)request 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. in phase 4
Acceptance Testingusers evaluate the system to see whether it meets their needs and whether it functions correctly. in phase 4
Parallel Conversionrun old and new system at the same time to test answers - safest, most expensive
Pilot Conversiontest one part of organization
Phased conversionBring people onto the system over 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.
Enterprise Computingis the use of technology, information systems, and computers within a business.
Enterprisea business organization
Business processesactivities that have an identifiable output and add value to an organization's customers.
Centralized Structure (I.e Computer Lab)are managed by a central IT department. Each network entity contains the same software and configuration settings.
Distributed Structureenable each user to customize their technology tools. Each network entity contains its own software and configuration settings.
Upgrading Centralized vs. DistributedCentralized structures are easier and less costly to upgrade than distributed structures.
training centralized vs. distributedMuch easier is centralized because everyone has same software
Maintenence Centralized vs. DistributedCentralized structures are easier and less costly to maintain than distributed structures.
ScalabilityScalability is how well a hardware or software system can adapt to increased demands. Scalability ensures an organization's systems won't become obsolete as user needs and demands grow
InteroperabilityInteroperability is the ability of software and hardware from different vendors to share data. All computers on a network can interact seamlessly.
Disaster RecoveryHot Site – a backup facility that is kept in a state of readiness at all times (most expensive option) Cold Site – a backup facility that is made operational once the disaster occurs, not ready before then
Single point of failure (SPOF)is when 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):CRM software tracks interactions between a company and its customers with a focus on customer retention.
Extensible Business Reporting Language (XBRL): XBRL uses standardized formatting to allow public and private enterprises to publish and share financial information with each other across all computer platforms and the Internet
Web Portals: Web sites that offer an array of resources and services are called Web portals. AOL was one of the first portals.

Set Information

Terms 109
Creator afalso1
Created December 9, 2008
Groups None
Subjects None
Access Anyone
Edit Creator Only
Log in to report as inappropriate.
Get Quizlet ad-free
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.

Top Users

  1. afalso1 - 137 scores

Most Missed Words

  1. Information System is designed to bring data, computers, procedures, and people together to manage information important to an organization's mission. - 4 misses
  2. Data Independence refers to how data is stored so that it can be used with different types of application programs. It also refers to the separation of the data in a database to control forms and reports. - 3 misses
  3. Enterprise Resource Planning (ERP): Software that integrates all facets of a business into a single computer system - 2 misses
  4. Business processes activities that have an identifiable output and add value to an organization's customers. - 2 misses
  5. Flow Charts in phase 2 of PDlC show the logic of program (how it works) - 1 miss
  6. Know a transaction processing system (TPS) handles an organization's accounting needs, including purchasing, sales & payroll. - 1 miss
  7. Memos large units of text (data type) - 1 miss