VUsolutions Transferred to AchiKhasi.com
From December 2011, this blog www.VUsolutions.blogspot.com is transferred to http://achikhasi.com/vu/ . So, you may visit http://achikhasi.com/vu/ for latest study related help.
Friday, July 08, 2011
Posted In
CS and IT
Edit This
A part of Software Engineering community claims that a “Prototype” is part of requirements elicitation as it helps to refine the requirements further. On the other hand, in second stance, some people claim it to be part of the design process as it provides a base (e.g. interface design etc.) for developing an operational product.
What is your stance? please provide your opinion with logical reasons with in five (5) to seven (7).
Solution:
I will go with the first choice because.....
• Prototypes may be easily changed or even discarded.
• Prototyping may improve communication between and among developers and customers
• Users may be more satisfied with systems developed using prototyping.
• A prototype may provide the proof of concept necessary to attract funding.
• Early visibility of the prototype may help management assess progress.
• Prototypes may demonstrate progress at an early stage of development.
Thursday, July 07, 2011
Posted In
CS and IT
Edit This
Do you think "Data Structure" and "Abstract Data Type (ADT)" are same? Why or why not?
Elaborate with the help of an example.
Solution:
If for a particular collection of data only the structure of data and the functions to be performed on the data is defined but the implementation is not defined,then such a collection of data is called Abstrct data type.