Final Exam Flashcards
What is Project Management?
Application of knowledge to project activities in order to meet project requirements.
What are Phase Exits (aka Stage Gates/Kill Points)?
Decision points at the end of each stage to determine performance, correct problems, or cancel project.
What is the Generic Project Life Cycle?
- Define project goals
- Plan project
- Execute project plan
- Close project
- Evaluate project
What is the Systems Development Life Cycle (SDLC)?
- Planning
- Analysis
- Design
- Implementation
- Maintenance and Support
What is RAD?
Rapid Application Development
What is RAD used for?
- Prototyping
- Spiral Development
- Extreme Programming
What are different examples of System Methodology?
- Waterfall
- Parallel
- Agile Development
- Rapid Application Development
What is Agile Development?
Focuses on streamlining the SDLC by eliminating much of the modeling and documentation overhead and the time spent on those tasks.
What are the details behind Project Closing?
- All projects must end
- Discuss what you did well
- Determine what you can do better next time
- Initiate changes that will improve the management of future projects
What are the two criteria for project management?
- Must have end date
- Be within budget
What do servers organize data for?
- Large financial
- Scientific
- Medical Data
What do desktops organize data for?
- Independent users
- Small home/business
- Education
What is a database?
A system for storing/retrieving electronic info.
What is DBMS?
Database Management System.
What is DBMS used for?
Software used to manipulate the database.
What are the different types of databases?
- Hierarchical
- Network
- Relational
Describe the Hierarchical Database.
- Tree structure
- Less flexible
- Common to legacy-mainframe
- One-to-many relationship
Describe the Network Database.
- Many-to-many relationship
- Records are linked together by printers
Describe the relational database.
- Searches/queries
- Tables have no fixed structure or connectivity
- Table-to-table through any common field
- Contains data about an entity-
What is a Schema?
Group of related objects in a database.
What are the 3 different schema models?
- Conceptual (logical)
- Internal (physical)
- External (application interface)
What is SQL?
Structured Query Language.
What is SQL used for?
To create, modify, and query RDBMS tables.
Describe Object-Oriented Databases
- Most recent database
- In OOP (Object-Oriented Programming); code and data are merged into an object
- Reduces amount of programming needed