Personal SWOT Analysis D 5:51:00 PM Add Comment Personal SWOT analysis is a good “data collection and analysis method” that we can use to arrive at high performance goal oriented plans. I... Read More
Comparing roles of a System Analyst and other IT professionals D 6:14:00 AM Add Comment A system analyst is a person of multifaceted role who has to deal with each and every function of a system. He is involved in the process r... Read More
Attributes of a Good System Analyst D 5:57:00 PM Add Comment A system analyst is a person who conducts a methodical study and evaluation of various aspects related to business to identify the desired ... Read More
Decision Table D 11:31:00 AM Add Comment A decision table represents the comlex decision logic associated with a data-processing job. A decision table summarized the action to be t... Read More
System Life Cycle D 10:25:00 AM Add Comment A system is a set of interacting elements that responds to inputs producing outputs. The events which together make up the development, ope... Read More
Bisection Method D 9:38:00 AM Add Comment Bisection method is the most simplest method of solving algebraic or transcendental equations. It involves selecting an interval [a,b] in w... Read More
Newton Raphson Method D 5:15:00 PM Add Comment Newton Raphson method is the core in computer Numerical analysis software programs to find root of euqations such as e<sup>-x</sup... Read More
SOA - Service Oriented Architecture explained D 11:10:00 AM Add Comment The core concept behind Service oriented Architecture (SOA) is that it is focused on enabling design and implementation of business process... Read More
Treating product requirements the ideal way D 9:53:00 AM Add Comment Software professional need to understand how to handle product requirements effectively. Product requirements need to be treated with suspi... Read More
Product Vision - Rule of Thumb D 9:03:00 AM Add Comment One would think that the a product's success is directly proportional to the amount of complexity that it offers. In other words, major... Read More
Method of Iteration D 1:31:00 PM Add Comment Below is a detailed article on numerical solution of a transcendental equation by method of iteration - Solving 1.5x - tanx - 0.1 = 0, ... Read More
Numerical solution by method of Iteration D 1:09:00 PM Add Comment Solving x = 1/ (1+x)1/2 using iteratrion method - Iteration is a method of solving algebraic or transcendental equation and is widely us... Read More
Events and States D 6:09:00 PM Add Comment Events and States are differentiated below - Events States Anything that happen in time Shows the attributes values of object at a parti... Read More
Actors and Data Stores D 6:01:00 PM Add Comment Actors: Actors are objects represented in the functional model that produce or consume data. An actor may store so... Read More
Object Diagrams with Multiple Inheritance D 5:34:00 PM Add Comment Below is an example of implementation of multiple inheritance - The Class 'Universal' inherits from two classes A/ and D/C, th... Read More
Abstraction D 4:40:00 PM Add Comment Abstraction may be defined as all those essential characteristics features of an object class which makes it different from other object cl... Read More
Multiplicity D 4:18:00 PM Add Comment Multiplicity refers to the number of object class instances of one class may be associated to the other class. An n+ symbol indicates that ... Read More
Inheritance D 4:13:00 PM Add Comment Inheritance is the most basic feature of any Object Oriented programming language. It refers to the derivation of sub classes from a base/s... Read More
Qualification D 6:15:00 PM Add Comment Qualification is an association which involves an association and a qualifier which uniquely identifies certain features of one of the asso... Read More
Object Modeling Technique (OMT) D 5:52:00 PM Add Comment Object Modeling Technique used in object oriented modeling and design which use the usual principles of system development like analysis, d... Read More