Software Safety and Hazard Analysis

Software safety and hazard analysis are SQA activities that focus on the identification and assessment of potential hazards that may impact software negatively and cause entire system to fail. If hazards can be identified early in the software engineering process software design features can be specified that will either eliminate or control potential hazards. A [...]

Continue reading →

Cost of Quality

Cost of Quality includes all codes incurred in the pursuit of quality or in performing quality related activities. Cost of quality studies are conducted to provide a base line for the current cost of quality, to identify opportunities for reducing the cost of quality, and to provide a normalized basis of comparison. The basis of [...]

Continue reading →

QUALITY CONTROL (QC)

QC is the series of inspections,reviews, and tests used throughout the development life cycle to ensure that each work product meets the requirements placed upon it. QC includes a feedback loop to  the process that created the work product. The combination of measurement and feedback allows us to tune part of the manufacturing process QC [...]

Continue reading →

QUALITY OF CONFORMANCE

Quality of conformance is the degree to which the design specifications are followed during manufacturing. Again, the greater the degree of conformance, the higher the level of quality of conformance. In software development, quality of design encompasses requirements,specifications and design of the system. The requirements must be gathered formally and there should not be any [...]

Continue reading →

QUALITY CONCEPTS

Its Quality concepts 1. Quality 2. Quality control 3. Quality assurance 4. Cost of quality The American heritage dictionary defines quality as “a characteristic or attribute of something”. As an attribute of an item quality refers to measurable characteristic-things, which we are able to compare to known standards such as length,color,electrical properties, and malleability and [...]

Continue reading →

DATA MINING FOR FINANCIAL DATA ANALYSIS

Most banks and financial institutions offer a wide variety of banking services (for example saving balance checking, individual transactions), credit (such as loans, mortgage) and investment services (mutual funds). Some also offer insurance services and stock investment services. Financial data collected in the banking and financial i9ndustry are often relatively complete,reliable and of high quality,which [...]

Continue reading →

Requirements for Clustering in Data Mining

Clustering is a challenging and interested field potential applications pose their own special requirements. The following are typical requirements of clustering in data mining: 1. Scalability: Many clustering algorithms work well on small data sets containing fewer than 200 data objects. However, a large database may contain millions of objects. Clustering on a sample of [...]

Continue reading →

CLUSTERING IN DATA MINING

Clustering is a division of data into groups of similar objects. Each group, called cluster, consists of objects that are similar between themselves and dissimilar to objects of other groups. Representing data by fewer clusters necessarily loses certain fine details (akin to lossy data compression), but achieves simplification. It represents many data objects by few [...]

Continue reading →

Dynamic Linking

Dynamic linking is the process by which an application in the Windows environment is able to link  to library functions at run time. Ina standard C# program, various built-in functions, which are invoked by the program, are resolved to a library during compilation. The library contains code for these functions. The compiler identifies the library [...]

Continue reading →

Event-Driven Programming

Windows enables you to execute programs by using a mouse. When you click on a control, an event is generated. An event is an action performed by the user. Windows generates messages in response to each event performed by the user. These messages are sent to the application and, depending on the messages received, the [...]

Continue reading →

Types of Dialog Boxes in Windows

Windows provides the following types of dialog boxes : Modal System modal Modeless   Modal Dialog Box A modal dialog box does not allow you to switch focus to another area of the application which has invoked the dialog box. However, you can switch to other windows applications while the modal dialog box is being [...]

Continue reading →

Subqueries

A subquery  places one query inside another one. The second query resides somewhere within the WHERE clause of a SELECT statement. One or more values returned by the subquery are used by the main query to return the results to the user Subquery: A query that is embedded in a main, or parent, query and used [...]

Continue reading →

How the computer industry suppliers are classified

The computer industry suppliers can be classified into three groups , namely Hardware Suppliers, Software Suppliers and Service Suppliers. Suppliers of hardware include Mainframe manufacturers , peripheral vendors, computer leasing firms and used –system dealers. IBM is one of the major suppliers of mainframe computers. Peripheral vendors supply tape drivers, disk and diskette drives, printers [...]

Continue reading →

Preventive Measures for Virus Attack

There are three things one can do to prevent virus infection in a computer system. These are: 1. Limit sharing 2. Limit transitivity 3. Limit functionality Limit sharing One can limit sharing by limiting information flow so as to form a post office kind of communicating information domains in a network system. In such a [...]

Continue reading →

Audit Trail

An audit trail is designed to permit tracing of operation, whether it is related to insertion, deletion or updation of records or processing performed on the computer system. In audit trail, all the operations that a user performs during a log-in session are noted. When a user logs in, the system records the user’s account [...]

Continue reading →