• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/72

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

72 Cards in this Set

  • Front
  • Back
What is the statement of what the system just do or characteristics it must have?
requirements
Do requirements focus on what or how?
focus on what that system is to do, not how to do it
Is this a good or bad example of a requirements focus?
The system shall allow participants to view a race schedule
Good
Is this a good or bad example of a requirements focus?
The system will use a drop-down box to allow participants to view a race schedule
Bad, don't need to know how
It this a non-functional or functional requirement: what the system does, the system shall...
functional
Is this a functional or non-functional requirement: how well the system meets the functional requirements
non-functional
What are the 3 classifications of non-functional requirements?
usability, speed, and reliabilty
What are the 5 characteristics of a good requirement?
1. correct and complete
2. feasible
3. necessary
4. unambiguous
5. verifiable
What shows the activities that are performed in order to produce some output, used to model/understand business processes and shows actors interactions?
use case
what is a collection of related, structured activities, a chain of events, that produce a specific service or product for a particular customer?
business process
what are the components of a use case diagram?
1. actor
2. system boundary
LAN
local area network
WAN
wide area network
VPN
virtual private network
what is a set of rules that govern the operation of a network?
protocol
What is the speed of your connection/network? (kbps, mbps)
bandwidth
What is the global "network of networks" using TCP/IP?
internet
What is a way of organizing and accessing information stored on the computers of the internet(http and html are protocols)?
world wide web
What are the three architectures?
1. single-tier
2. client/server (two-tier)
3. multi-tier
Which architecture is where the terminal communicates to a computer, mainframe?
single-tier
Which architecture is there some processing on a PC and some on a server?
client-server (two-tier)
Which architecture is there some processing on a PC and some on one of multiple servers?
multi-tier
In a client/server architecture what functions are the clients?
client requests something from the server and presents a response
In a client/server architecture what functions are the servers?
to respond to the client
What are the three-tiers of a three-tier architecture?
1. presentation tier
2. logic tier
3. data tier
which tier of the three-tier architecture is the topmost level of the application, is the user interface, the main function of interface is to translate tasks and results to something the user can understand?
presentation tier
Which tier of the three-tier architecture coordinated the application, processes commands, makes logical decisions and evaluations, and performs calculations, moves and processes date between the two surrounding layers?
logic tier
Which tier of the three-tier architecture is where information is stored and retrieved from a database or file system, then passed back to the logic tier for processing, then back to the user?
data tier
What are the three types of activities in a requirements analysis?
1. eliciting requirements
2. analyzing requirements
3. recording requirements
This analysis of requirements that is the task of communicating with customers and users to determine what their requirements are. This is sometimes called requirements gathering.
eliciting requirements
The analysis of requirements that is determining whether the stated requirements are unclear, incomplete, or contradictory, and then resolving these issues.
analyzing requirements
The analysis of requirements that documents the requirements in various forms, such as natural language documents, use case, user stories, or process specifications.
recording requirements
What is a protocol(rules) for communicating over the internet, in charge of keeping track of data packets that make up the message being sent over the internet, broken up into packets for efficient transmission?
TCP, Transmission control protocol
This protocol specifies the format of packets and the addressing scheme, and is a set of 4 numbers.
IP, internet protocol
What is the company that gives an individual or organization access to the internet?
ISP, internet service provider
This institute has more than 200,000 members in over 150 countries
PMI, project management institute
What is an internet-related service that translates domain names in IP numeric addresses?
DNA, domain name system
What is a protocol used for transmitting sensitive data(such as credit card info) over the internet?
SSL, security sockets layer
What is a web log or a web page that is like a personal journal that the author makes available to the public?
Blog
what is a web site or service that is an entry to other web sites or systems?
portal
Which act was enacted in response to the financial scandals to protect shareholders and the general public from accounting errors and fraudulent practices?
SOX (Sarbanes-Oxley Act of 2002)
what is a semi-standard language for interacting with relational databases and DBMS?
SQL, structured query language
What are the constraints of the project triangle?
time, scope, cost
What is a temporary endeavor undertaken to produce a unique product or service, has a definite beginning and end?
project
What is an application of knowledge, skills, tools, and techniques to project activities in order to meet or exceed stakeholder needs and expectations?
project management
What are the 5 project activities?
1. initiating
2. planning
3. controlling
4. executing
5. closing
The purpose of _______ is to divide a project into tasks/activities, ID major tasks, breaks it down into subtasks, identify task dependencies, assign responsibility for each subtask.
work breakdown structure
What are the 5 steps in creating a work breakdown structure?
1. familiarize yourself with the project
2. ID all major tasks required to achieve goals
3. break into subtasks
4. ID responsibility for each lower level task
5. determine resource requirements for each lowest level task
The purpose of ______ is to provide management with the information required for making an informed decision regarding a project.
business case
What types of analysis are included in a business case?
1. organizational value
2. feasibility
3. costs
4. benefits
5. risks
What are the 5 types of feasibility considered in a business case?
1. economic
2. technical
3. organizational
4. legal
5. ethical
What is TCO: Total cost of ownership?
direct costs
hardware, software, consultants
indirect costs
productivity loss during project
quality assurance
ongoing costs
training, maintenance, upgrade
What is TBO: Total Benefits of Ownership?
tangible savings
cost savings
increases accuracy
improved workflow
improved decision making
intangible benefits
increased customer satisfaction
increased employee satisfaction
reputation
What are the 5 characteristics of a SMART project objective?
Specific
Measurable
Achievable
Relevant
Time-bound
What is a person, place, thing, transaction or event about which information is stored, contained in rows?
entity
What is a characteristic or property of an entity class, contained in columns?
attributes
what is an association among two or more entities?
relationship
What is a field that uniquely identifies a given entity in a table?
primary key
What is an attribute in a table that references a primary key in a related table?
foreign key
In what form does a relational database store information?
logically related two-dimensional tables
How are primary keys and foreign keys related?
primary keys and foreign keys identify the various entity classes in the database
what are ethics?
the principles and standards that guide our behavior toward other people
What are the 5 important ethical issues related to IT?
1. intellectual property
2. copyright
3. fair use doctrine
4. pirated software
5. counterfeit software
What are Mason's 4 areas of managerial concern?
1. privacy
2. accuracy
3. property
4. accessibility
What are the 9 characteristics of a system?
1. components
2. interrelated components
3. boundary
4. purpose
5. environment
6. interfaces
7. constraints
8. input
9. output
The general purpose for ________ is activities aimed at creating value for customers or building valuable assets for future use.
business systems
what are the 5 phases in system development life cycle?
1. planning
2. analysis
3. design
4. implementation
5. use
What are the 3 activities that occur in the implementation of the SDLC?
construction
installation
training
An __________ is one which attempts to integrate all departments and functions across a company into a single computer system that can serve all those departments' particular needs.
enterprise system
What are 3 large ERP vendors?
SAP
Oracle/PeopleSoft/J.D. Edwards
Microsoft Great Plains
What are the 5 major reasons companies implement enterprise systems?
1. integrate financial information
2. integrate customer information
3. standardize and speed up manufacturing processes
4. reduce inventory
5. standardize HR information
What are the ten hidden costs of enterprise system implementation?
1. training
2. integration and testing
3. customization
4. data conversion
5. data analysis
6. consultants and infinitum
7. replacing your best and brightest
8. implementation teams can never stop
9. waiting for return on investment
10. post-ERP depression