Latest Answer : I just got it in this site http://www.iscid.org/encyclopedia/Equivalence_ClassEquivalence class, a mathematical concept, is a subset of given set induced by an equivalence relation on that given set. (If the given set is empty, then the equivalence ...
Latest Answer : A data model is a model which shows how data is stored and used for eg a normal databaseIt has 3 main parts1)Structural part:- how data is structured2)Intergrity part:- Rules governing structure3)Manipulation part:- operators used to select,update,querry ...
Hello,I would like to know about where to start get familiar with this field as i would like to start my career as Business Analyst and i hold M.B.A in information Technology but still some new concepts are there i am absolutely not familiar with.Can some suggest me any case study or project i should start from and get familiar with each and every steps involved in this with the help of developing that project/case study by myself. One more thing i would like to know that all the use cases/activity
Latest Answer : Map it to MVC: Control is Controller class, Boundary is a presentation layer class such as JSP and Entity is your bean class that interacts with data layer. Cheers! ...
Let us say you have created a class diagram for a given subject area. How do you make sure that you have captured all the methods/properties for a class and that you have capture all the classes.
Brief each and individual process from capturing the requirements to the project excution i.e.What are the stage involved What are docs created When does the data modelling takes placeAt what stage is the high level and low level design made How is the functional requirements mapped ?What kind of gap analysis is made what does the doc contains ie formatHow does the pricing take place ie the method How is resource allocation taken care How does the customer interface takes place ie formal or informal
Latest Answer : RUP(Rational Unified Process) we do the process iteratively.Agile is similar to waterfall methodology.RUPThe basic difference is that in RUP each and every phase will move on iteratively(Analysis and Requirements,Design, Development, Testing)Requirements ...
How do you go about working in an area with which you have not worked before?
How do you make sure the requirements are tested and work fine?
Latest Answer : For requirements to be tested, firstly we have to make use cases and then test cases. These cases are executed and when there is no accurate result the way it was witten in requirements then again test cases are execued. This way requirements are tested. ...