IS 371 TRUE/FALSE

There is a many-to-many relationship between the records in the doctor table and the records in the patient table because doctors have many patients and a patient could have several doctors

True

There is a one-to-many relationship between the department table and the doctor table because each doctor may work for only one department, but one department could have many doctors

True

In a console application, the user is presented with numerous options to choose from, and the user drives what action happens, based upon which action they choose. However, in an event driven application, the user must follow a step by step linear directi

False

A namespace is a group of related classes and these classes are contained in a .NET system class library

True

In visual basic, a line of code that begins with a single quote character ' is called a command line

False

an object with single or multiple properties may be contained within other objects

True

Different classes of objects must have shared properties

False

Methods describe an action, such as breaking in the case of humans, or opening a file in a computer

True

Events are triggering mechanisms that kickoff methods

True

Classes define those parts of an object that are standard for all examples of that object

True

Waterfall software development describes an approach to software development under which requirements and solutions evolve through the collaborative effort of self-organizing cross-functional teams and their customer/end users

False

Rapid application development is espeically well suited for developing software that is driven by user interface requirements

True

The systems development life cycle, which typically uses an enhanced Waterfall methodology, is a term used in information systems and software engineering to describe a process for planning, creating, testing, and deploying an information system

True

In the testing portion of the software development lifestyle the code is tested at various levels in software testing. unit, system and user acceptance tests are often performed. This is a grey area as many different opinions exist as to what the stages o

True

The following reasonably describes white box testing: You put something you know, into the system. You expect to get a certain result. Does that result match what you were expecting? You ONLY look at the output, not what happens within each step of the ap

False

One of the midpoint tasks of the SDLC is to measure the effectiveness of the system and evaluate potential enhancements

True

In the context of DSS, decision procedures that can be pre specified, but not enough to lead to a definite recommended decision, are known as "semi-structured

True

In the context of DSS the representational model does not estimate the consequences of actions based on real-life simulation scenarios

False

Suggestion models" are not permissible within DSS because DSS deals only with binary "yes or no" results

False

A common DSS usage technique known as "Goal Seeking" means setting a target value for a variable and then repeatedly changing other variables until the target value is achieved

True