Ans : The requirements gathering is an art. The person who gathers requirements shouldhave knowledge of what and when to gather information and by what resources. Therequirements are gathered regarding organisation, which include informationregarding its policies, objectives, and organisation structure, Read More …
Author: ignougroup
Ques : Describe Problems in SRS
Ans : There are various features that make requirements analysis difficult. These arediscussed below: Complete requirements are difficult to uncover. In recent trends in engineering,the processes are automated and it is practically impossible to understand thecomplete set of requirements during Read More …
Ques : Describe Software Requirements Specification (SRS)
Ans : This document is generated as output of requirement analysis. The requirementanalysis involves obtaining a clear and thorough understanding of the product to bedeveloped. Thus, SRS should be consistent, correct, unambiguous & complete,document. The developer of the system can Read More …
Ques : Advantage & Disadvantage of Sequential File Organization
Ans : Advantages : It is fast and efficient when dealing with large volumes of data that need to beprocessed periodically (batch system). Disadvantages Requires that all new transactions be sorted into the proper sequence forsequential access processing. Read More …
Ques : Describe Database Errors
Ans : An error is said to have occurred if the execution of a command to manipulate thedatabase cannot be successfully completed either due to inconsistent data or due tostate of program. For example, there may be a command in Read More …
Ques : Describe Data Fragmentation
Ans : “Fragmentation involves decomposing the data in relation to non-overlappingcomponent relations”.Why do we need to fragment a relation? The reasons for fragmenting a relation are: Use of partial data by applications: In general, applications work with viewsrather than entire Read More …
Ques : Disadvantages of Data Distribution
Ans : The primary disadvantage of distributed database systems is the added complexityrequired to ensure proper coordination among the sites. This increased complexitytakes the form of: Higher Software development cost: Distributed database systems arecomplex to implement and, thus, more Read More …
Ques : Describe Advantages of Data Distribution
Ans : The primary advantage of distributed database systems is the ability to share andaccess data in a reliable and efficient manner. Data sharing and Distributed ControlThe geographical distribution of an organization can be reflected in the distribution ofthe data; Read More …
Ques : What is Bean Box
Ans : Bean Box is a utility from the JavaBeans Development Kit (BDK). Basically the Bean Box is a test container for your JavaBeans. It is designed to allow programmers to preview how a Bean created by user will be Read More …
Ques : Features of JavaBeans
Ans : • Individual Java Beans will vary in functionality, but most share certain common defining features. • Support for introspection allowing a builder tool to analyze how a bean works • Support for customization allowing a user to alter Read More …