Shortcut keys are designed for what type of user?
(novice, advanced)
Advanced
a system software component that manages and controls one or more databases is called a _____
DBMS
___ are software applications that assist developers in creating models or other components required for a project. (choose between - methodologies, models, tools, or techniques)
Tools
Regarding project stakeholders, this type of stakeholder are the ones that fund the project. (Choose between - Client, Oversight Committee, Programmers, Users)
Clients
In this example, a sales class is a superclass/parent. Which one of the following is not likely to be a subclass/child of a sales class? (telephone sale, instore sale, online sale, customer)
customer sale
Regarding UI principles, this principle is focused on making hidden features/object visible to the user.
Discoverability
What is the name of an identifier that contains values that uniquely identify each row in a table?
Primary Key
A ___ is an abstraction of an important aspect of the real world and is usually depicted as a visualization. (Choose between - Methodologies, models, tools, or techniques)
Model
Regarding project stakeholders, this type of stakeholder is made up of clients and key managers who review the progress and direct the project. (Choose between - Client, Oversight Committee, Programmers, Users)
Oversight Committee
Regarding object-oriented design and the fundamental design principles, which of the following exists after a system is shut down? (entity class, boundary class or view class, controller class, persistent class, data access class)
persistent class
When considering UI principles, ___ is concerned with the type, size, and color of the font.
readability
A(n) ____ is a field or set of fields stored in one table that also exists as a primary key in another table.
Foreign Key
The ___ methodology assumes that once the phase is completed, you cannot go back (Choose between - Adaptive Approach, traditional IS development phases, Waterfall )
Waterfall
This job role: Internally manages people and resources (ex: develops the project schedule). Externally, conducts public relations (ex: reports the project's status and progress)
Project Manager
A ___ class serves as a switchboard between the view and domain layer. (Choose between - persistent class, entity class, boundary class or view class, controller class, data access class)
Controller Class
___ are related to HIO and are the appearance when the object suggests its function (ex. play button means play)
Affordances
What are the two primary roles involved with a database management system? (hint: those that create the structure and those that administer the DBMS).
Data Administrator (DA) & Database Administrator (DBA)
A ___ includes a collection of techniques that are used to complete activities and tasks, including modeling, for every aspect of the project (choose between - Methodologies, models, tools, or techniques)
methodology
Regarding project management, these types of projects fail in one of the following categories: being on time, being within budget, being within scope.
Challenged
This type of diagram models the interactions between objects or parts in terms of sequenced messages
Communication Diagram
Although similar to consistency, ___ if focused on consistency across time (via releases)
Continuity
A ___ key is a field or set of fields that could serve as a primary key, but is not a primary key
This type of programming takes the best practices of software development and extends them to the extreme.
Extreme Programming
Regarding the implementation of Information systems, about what percentage of projects DO NOT SUCCEED?
0 - 17%, 18 - 32%, 33 - 50%, More than 50%
33 - 50%
This type of diagram consists of the methods of each
class, attribute type information, and attribute visibility and navigation between objects along with
the basic associations and attributes.
Design Class Diagram