Ask a Question

Following are some of the Questions of ISAD(BCA-2nd Semester).Plz help me by providing the answers of these questions. 1}State and explain the problems that are sometimes encountered when the life cycle paradigm is applied?(WBUT '07) 2}Why is system training necessary to implement a new system?(WBUT '10) 3}Compare between SDLC and Waterfall model?(WBUT '10) 4)What is meant by User interface design?(WBUT '10) 5)What is software documentation?What are the different types of documentation?(WBUt '09) 6)Discuss the various testing strategies you know?(WBUT '06)

on 2012-04-28 19:11:20   by SUMIT   on BCA  7 answers

Rajni

on 2012-04-28 09:30:00  

Ans - 1) Among the problems that are sometimes encountered when the classic life cycle paradigm is applied are: 1. Real projects rarely follow the sequential flow that the model proposes.Iteration always occurs and creates problems in the application on the paradigm. 2. It is often difficult in the beginning for the customer to state all requirements explicitly.The classic life cycle requires this and has difficulty accommodating the natural uncertainty that exists at the beginning of many projects. 3. The customer must have patience.A working version of the program(s) will not be available until late in the project time span.A major blunder undetected until the working program is reviewed can be disastrous.

Rajni

on 2012-04-28 09:30:00  

Ans - 2 ) System training is necessary to train end users in following topics - How to execute the package How to enter the data How to process the data (processing details) How to take out the reports

Rajni

on 2012-04-28 09:30:00  

Ans- 4 ) In information technology, the user interface (UI) is everything designed into an information device with which a human being may interact -- including display screen, keyboard, mouse, light pen, the appearance of a desktop, illuminated characters, help messages, and how an application program or a Web site invites interaction and responds to it. The user interface can arguably include the total "user experience," which may include the aesthetic appearance of the device, response time, and the content that is presented to the user within the context of the user interface.

Rajni

on 2012-04-28 09:30:00  

Ans - 5) Software documentation is written text that accompanies computer software. It either explains how it operates or how to use it, and may mean different things to people in different roles. Role of documentation in software development Types of documentation include: Requirements - Statements that identify attributes, capabilities, characteristics, or qualities of a system. This is the foundation for what shall be or has been implemented. Architecture/Design - Overview of software. Includes relations to an environment and construction principles to be used in design of software components. Technical - Documentation of code, algorithms, interfaces, and APIs. End User - Manuals for the end-user, system administrators and support staff. Marketing - How to market the product and analysis of the market demand.

Rajni

on 2012-04-28 09:30:00  

Ans - 6) Software testing methods are traditionally divided into white- and black-box testing. These two approaches are used to describe the point of view that a test engineer takes when designing test cases. White-box testing White-box testing is when the tester has access to the internal data structures and algorithms including the code that implements these. Black-box testing Black-box testing treats the software as a "black box"—without any knowledge of internal implementation. Black-box testing methods include: equivalence partitioning, boundary value analysis, all-pairs testing, fuzz testing, model-based testing, exploratory testing and specification-based testing.

SUMIT

on 2012-05-01 09:30:00  

I thank all the"My WBUT" team for the feedback.

SUMIT

on 2012-05-01 09:30:00  

Team what is the answer to question number 3?