| Acceptance Testing | users evaluate the system to see whether it meets their needs and whether it functions correctly. in phase 4 |
| Alphabet Check (data validation) | for text data check to make sure no numbers) |
| Application Testing | programs are tested individually and then tested together. in phase 4 |
| Avoidance of data redundancy | refers to avoiding the repetition of data. |
| Bits | The lowest layer in a database made of 1s and 0s |
| Blobs | Very large objects (data type) |
| Business processes | activities 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. |
| Characteristics of a good database | Data integrity Data independence Avoidance of data redundancy Data security Data maintenance |
| Characters | Letters, numbers, and symbols (represented by a byte) (above bits in database layer below fields) |
| Compilers | is a program that changes source code to object code. (prodcues source code) |
| Completeness check data validation | make sure no blanks left in the field) |
| Component Reusability (in object oriented programs) | omponent reusability The ability to quickly build a program by utilizing ready-to-use, specific purpose modules |
| Consistency Check (data validation) | (like entering in your email address twice to compare fields to make sure the equal each other |
| Customer Relationship Management (CRM): | CRM software tracks interactions between a company and its customers with a focus on customer retention. |
| Data | any unorganized text, graphics, sounds, or videos (has yet to be processed) |
| Data Files | Contain related group of records (above records in database layer below database) |
| Data Flow Diagrams | show how data move throughout existing system. |
| 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. |
| Data Integrity | is the validity of the data. |
| Data Maintnence | refers to the procedures for adding, updating, and deleting records. |
| Data Mart | support one division of an organization rather than an entire firm. (similar to a date warehouse only not the whole company just one division) |
| Data Mining | Is a data-exploration technique Is used to find unknown patterns of data |
| Data Security | makes sure data are not accessible to unauthorized users. Data is also protected from loss due to equipment failure. |
| Data Validity | defines acceptable input ranges for each field Types of data validation are: Alphabetic check Numeric check Range check Consistency check Completeness check |
| Data Warehousing | Supplements 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 |
| Database | is a collection of data |
| Database | The 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 |
| 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) |
| Database Programs | enable people to add, sort, group, summarize, and print data |
| Decision Support System | enables a manager to retrieve information that can't be supplied by fixed and predetermined MIS reports |
| Default Value | Pre-defined values such as today's date (data type) |
| Difference between data and information | Data doesn't become information until it is processed |
| Direct Conversion | switch to new system at once and turn off old system – most risky |
| Disaster Recovery | Hot 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 |
| Distributed Structure | enable each user to customize their technology tools. Each network entity contains its own software and configuration settings. |
| Economically feasible | Can be created with available fiscal resources |
| Enterprise | a business organization |
| Enterprise Computing | is the use of technology, information systems, and computers within a business. |
| Enterprise Resource Planning (ERP): | Software that integrates all facets of a business into a single computer system |
| Entity Relationship Diagram | are used to describe the different entities of the information system and their relationships |
| Expert Systems | are systems that deal with expert knowledge in a particular area. |
| 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 |
| Field Names | (Examples: First Name; Address; City); Group of characters Define Fields |
| Fields | Areas that contain data identified by field names (above characters in database layers below record) |
| 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) |
| First generations of programming language (machine language) | is first generation and Is the only language the computer understands without translation |
| Five Generations of programming language | Machine languages Assembly languages Procedural languages Problem-oriented languages Natural languages |
| Flow Charts in phase 2 of PDlC | show the logic of program (how it works) |
| Fourth Generation Languages | Languages 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" |
| Gantt Chart | s created to provide a timeline of activities and track completion times. (tracks progress of the development of system (project) ) |
| Information | data that has been processed in a meaningful and useful way. |
| Information System | is designed to bring data, computers, procedures, and people together to manage information important to an organization's mission. |
| Inheritence | refers to an object's capacity to "pass on" its characteristics to its subclasses. |
| Interoperability | Interoperability is the ability of software and hardware from different vendors to share data. All computers on a network can interact seamlessly. |
| Interpreters | translates source code one line at a time and executes the instructions. (uses one code at a time and moves on) |
| JAD and CASE | Joint application development (JAD) and computer-aided software engineering (CASE) help improve the design phase. |
| Java | First true cross-platform programming language (works on Macs, windows, etc.) |
| Know Six phases of PDLC | Defining the problem Designing the program Coding the program Testing and debugging the program Formalizing the solution Implementing and maintaining the program |
| Know a transaction processing system (TPS) | handles an organization's accounting needs, including purchasing, sales & payroll. |
| Knowledge Management System | are used to capture knowledge created by employees and make it available when needed. |
| Logical Data | Only "yes" or "no" answers are allowed (data type) |
| MIS | support information needs of different levels of management |
| Maintenence Centralized vs. Distributed | Centralized structures are easier and less costly to maintain than distributed structures. |
| Memos | large units of text (data type) |
| Numeric Check (Data validation) | for calculation and value check to make sure numeric only) |
| Object Oriented Programs | Relies 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++ |
| Objects | Non-textual data (data type) |
| Objects | are units of information that contain data as well as methods that process and manipulate data. |
| Online Analytical Process | enables managers to import up-to-the-minute reports from transaction databases. for use in decision support |
| Operationally feasible | can be created with organization's available resources |
| Parallel Conversion | run old and new system at the same time to test answers - safest, most expensive |
| Phased conversion | Bring people onto the system over different time periods |
| Pilot Conversion | test one part of organization |
| Post Implementation System Review | determines if the new system has met its goals. |
| Programming Languages | are artificial languages created to tell the computer what to do. |
| Prototyping tool | make a protype of project and show interrelation and how other parts of the system could be affected |
| Pseudo Code in phase 2 of PDlC | alternative to flow charts (it uses words and not symbols ) |
| Query | Specially phrased question used to access specific information (to get specific info from the database) |
| Range Check (data validation) | (determines that data is within the acceptable range) |
| Records | Contain a group of fields (above field in database layer below data file) |
| Relational database management systems | are the most widely used type of DBMS.(linked by common key fields) |
| Request for Proposal (RFP) | request for a vendor to write a proposal for the design, installation, and configuration of the information system |
| Request for Quotation (RFQ) | request for a vendor to quote a price for specific components of the information system. |
| 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 |
| Scalability | Scalability 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 |
| Scope of a project | The sum total of all project products and their features |
| Second generation of programming language ( | Uses brief abbreviations for program instructions Abbreviations are called mnemonics |
| Single point of failure (SPOF) | is when a failure of any one component will cause a malfunction in an entire system. |
| Structure Charts in phase 2 of PDlC | show the top-down design (how it is set up) |
| System | is a collection of components organized into a functioning whole to accomplish a goal. |
| System's Analyst | Are 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) |
| Systems Development Life Cycle | The 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 |
| Technically Feasible | can be created with existing, proven technology |
| 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 |
| To avoid mistakes in system's development | Documentation is required throughout all phases. |
| Upgrading Centralized vs. Distributed | Centralized structures are easier and less costly to upgrade than distributed structures. |
| Web Portals | : Web sites that offer an array of resources and services are called Web portals. AOL was one of the first portals. |
| Web-based integration | is the latest trend in database software, Information is stored in databases that are available through the Internet. |
| common key field | IN relational database management systems Data in several files are related through the use of a |
| five phases of SDLC | 1. Plan 2. Analyze 3. Design 4. Implement 5. Maintain |
| key field or primary key | The key field must be a unique entry such as a social security number or student ID. |
| 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. |
| scope creep | Avoid this uncontrolled changes in a project's scope |
| training centralized vs. distributed | Much easier is centralized because everyone has same software |
Drag corresponding items onto each other to make them disappear.
Start Game