INFO 3234 Exam 2
Non-primary
The result of normalization is that every ________ key attribute depends upon the whole primary key.
Sequential file organization
The rows in the file are stored in sequence according to a primary key value.
Baseline Project Plan
This plan is the major outcome and deliverable from the project initiation and planning phase and contains the best estimate of the project's scope, benefits, costs, risks, and resource requirements.
Synonym
Two different names that are used for the same attribute.
Baseline project plan
What is the term that describes the best estimate of a project's scope, benefits, cost, and resources?
Project scope document
Which document outlines all work required to complete the project?
Economic
Which feasibility category deals with identifying financial benefits associated with the project?
System cost
Which of the following is NOT a consideration during the assessing technical feasibility stage?
Create a project budget
Which of the following is NOT a part of project initiation?
Who is going to pay for PIP?
Which of the following is NOT a question asked to determine if project initiation and planning has ended and analysis has begun?
Using standard technology
Which of the following is a less risky approach to the technical parts of a project?
Customer goodwill
Which of the following is an example of an intangible cost?
Break-even analysis
Which option identifies the point at which benefits equal costs?
Associative entity
Which relation is created with a composite primary key using the primary keys of the related entities, plus any non-key attributes associative entity of the relationship or associative entity?
Associative entity with its own key
Which relation is created with the primary key associated with the relationship or associative entity, plus any non-key attributes of the relationship or associative entity and the primary keys of the related entities (as foreign key attributes)?
Time value of money
Which term below means that money available today is worth more than the same amount tomorrow?
Schedule feasibility
Which type of feasibility deals with project duration?
Systems analyst
Who is typically responsible for performing the PIP process?
Walk-throughs
________ are peer group reviews of products created via the systems development process.
Logical
________ database design is driven not only from the previously developed E-R data model for the application or enterprise but also from form and report layouts.
Project planning
________ is the process of defining clear activities necessary to complete activities in a single project.
Serve as a contract
A Project Scope Statement can be used to ________.
Tangible Benefit
A benefit derived from the creation of an information system that can be measured in dollars and with certainty.
Foreign key
A binary one-to-many (1:N) relationship in an E-R diagram is represented by adding the primary key attribute (or attributes) of the entity on the one side of the relationship as a(n) ________ in the relation that is on the many side of the relationship.
Expanding software licenses
A common legal and contractual development in new application development is ________.
Physical file
A computer operating system stores data in a ________, which is a named set of table rows stored in a contiguous section of secondary memory.
Intangible cost
A cost associated with an information system that cannot be easily measured in terms of dollars or with certainty.
One-time cost
A cost associated with project start-up and development or system start-up.
Recurring costs
A cost resulting from the ongoing evolution and use of a system.
Project Scope Statement
A document prepared for the customer that describes what the project will deliver and outlines generally at a high level all work required to complete the project.
Attributes
A functional dependency is a particular relationship between two ________.
Relation
A named, two-dimensional table of data. Each table consists of a set of named columns and an arbitrary number of unnamed rows.
One-time cost
A new hardware purchase is classified as a(n) ________.
Walk-through
A peer group review of any product created during the systems development process.
Technical feasibility
A process of assessing the development organization's ability to construct a proposed system.
Economic feasibility
A process of identifying the financial benefits and costs as sociated with a development project.
Second normal form (2NF)
A relation for which every nonprimary key attribute is functionally dependent on the whole primary key.
3NF
A relation is in ________ if every non-primary key attribute is not functionally dependent on any of the other non-primary keys except the primary key.
Well-structured relation (or table)
A relation that contains a minimum amount of redundancy and allows users to insert, modify, and delete the rows without errors or inconsistencies.
Third normal form (3NF)
A relation that is in second normal form and that has no functional (transitive) dependencies between two (or more) nonprimary key attributes.
Homonym
A single attribute name that is used for two or more different attributes.
Foreign key
An attribute that appears as a nonprimary key attribute in one relation and as a primary key attribute (or part of a primary key) in another relation.
Primary key
An attribute whose value is unique across all occurrences of a relation.
Referential integrity
An integrity constraint specifying that the value (or existence) of an attribute in one relation depends on the value (or existence) of the same attribute in another relation.
E-R Diagram
During logical database design, you must account for every data element on a system input or output form or report and on the ________.
Column
Each ________ in a relation corresponds to an attribute of that relation.
Row
Each ________ of a relation corresponds to a record that contains data values for an entity.
Primary key
Each entity type in the E-R diagram becomes a relation. The identifier of the entity type becomes the ________ of the relation, and other attributes of the entity type become non-primary key attributes of the relation.
Single
For relations with 1NF, entries in cells are simple and an entry at the intersection of each row and column has a ________ value.
Relational
In a ________ database model, data is represented as a set of related tables or relations.
Normalization
In logical database design, we use a process called ________, which is a way to build a data model that has the properties of simplicity, non-redundancy, and minimal maintenance.
Redundancy
One purpose of database design is to structure the data in stable structures, called normalized tables, that are not likely to change over time and that have minimal ________.
Break-even analysis
A type of cost-benefit analysis to identify at what point (if ever) benefits equal costs.
Tangible benefit
A(n) ________ comes from an information system that can be measured monetarily.
Indexed file organization
A(n) ________ is a file organization in which rows are stored either sequentially or non-sequentially, and an index is created that allows software to locate individual rows.
Decreased feasibility
All of the following are tangible benefits except ________.
Hashed file organization
The address for each row is determined using an algorithm.
Present value
The current value of a future cash flow.
Resource feasibility
The following is NOT an example of a type of feasibility study.
Normalization
The process of converting complex data structures into simple, stable data structures.
Denormalization
The process of splitting or combining normalized relations into physical tables based on affinity of use of rows and fields.