• Correct: SRS should specify the functionality correctly from all aspects. Italso be continually updated to reflect all the software updates andenhancements. • Unambiguous: As SRS is written iri natural language, it is possible for it tobe interpreted in multiple Read More …
Blog
Question : How many Key Concern of SRS
Ans : • Functionality: Complete details of the software. • External Interfaces: Details of how the software interacts with externalsystems, and end users. • Performance: Provides details of transaction speed, software availability,response time, failover conditions, disaster recovery scenarios, etc. • Read More …
Ques: What is benefits of SRS ?
Ans : • Forms the basis of agreement between customers and suppliers about ,the software functionality: SRS serves as a structured contract between these parties specifying all functionalities along with constraints and mentions the behavior of the intended software. End Read More …
Develop Design Document for the System mentioned in Question
Components of ERD Entities : An entity is something about which the business needs to store data. An entity is a class of persons, places, objects, events or concepts about which we need to capture and store data. An entity Read More …
What is a test statistic ?
A test statistic is used in a hypothesis test when you are deciding to support or reject the nullhypothesis. The test statistic takes your data from an experiment or survey and compares your resultsto the results you would expect from Read More …
What is the normal probability distribution function? State its properties.
The normal or Gaussian Probability Distribution is most popular and important because of itsunique mathematical properties which facilitate its application to practically any physical problem inthe real world; if not for the data’s distribution directly, then in terms of the Read More …
Which type of market do consumers prefer: monopoly, Cournot duopoly or Stackelberg duopoly?Why?
In a linear Stackelberg (S) and Cournot (C) duopoly model with homogeneous product, it is wellknown that S yields higher consumer surplus than C. The comparison of social welfare (or industryprofit), however, can go both ways if costs are asymmetric. Read More …
What are its important features of CSS ?
CSS handles the look and feel part of a web page. Using CSS the color of the text, the style of fonts, the spacing between paragraphs, how columns are sized and laid out, what background images or colors are used, Read More …
What are Switched Communication Networks ?
A switched communication network is a communication network which uses switching for connection of two non-adjacent nodes Switched communication networks are divided into circuit switch networks, message switched networks, and packed switched networks. Types Of Switched communication network1.Broadcast Communication Network.2.Fully Connected Network. 1.Broadcast Communication Network:-In computer networking and telecommunication, a broadcast Read More …
What is Access modifiers in Java?
Java is an object-oriented programming language, we have to follow the encapsulation wherein we hide the unwanted details. Java provides entities called “Access Modifiers or access specifiers” that help us to restrict the scope or visibility of a package, class, Read More …