All Questions

537 questions and answers

1003 views

Discuss the different stages of ‘Capability Maturity Model’.

Initial: Company has no standard process for software development. Nor does it have a project-tracking system that enables developers to predict costs or finish dates with any accuracy.

Super Admin
added 3 years ago
1165 views

What do you mean by balancing of DFD? Explain with a suitable example.

The concept of balancing states that all the incoming flows to a process and all the outgoing flows from a process in the parent diagram should be preserved at the next level of decomposition.

Super Admin
added 3 years ago
1348 views

Explain the LOC, Function point and Feature point?  

Lines of code (LOC), is a software metric used to measure the size of a computer program by counting the number of lines in the text of the program's source code.

Super Admin
added 3 years ago
1291 views

What are the propositions of Putnam’s model?

The Putnam model is an empirical software effort estimation model. Putnam used his observations about productivity levels to derive the software equation:

Super Admin
added 3 years ago
1323 views

Give the guideline formulated in IEEE 830 for writing SRS document. Assuming standard activities in a library, write SRS according to IEEE 830. 

General a) All documents should have a title page (to include information such as: title of the project, course name and number, team members, place, date, and other relevant information).

Super Admin
added 3 years ago
1248 views

Difference between Statement coverage and Branch coverage.

The coverage-based testing is frequently used to check the quality of testing achieved by a test suite.

Super Admin
added 3 years ago
1038 views

Write short notes on 

  • Six Sigma
  • Software Configuration Managements
  • Software project plan

Six Sigma is a disciplined, data-driven approach and methodology for eliminating defects (driving toward six standard deviations between the mean and the nearest specification limit) in any process – from manufacturing to transactional and from product to service.

Super Admin
added 3 years ago
1208 views

Difference between ISO and CMM standards.

The International Organization for Standardization (ISO) is an international standard-setting body composed of representatives from various national standards organizations.

Super Admin
added 3 years ago
1168 views

Write short notes on

  • Cohesion and coupling
  • Decision Tree and Decision Table
  • Software quality metrices

Cohesion refers to the degree to which the elements of a module belong together. Thus, cohesion measures the strength of relationship between pieces of functionality within a given module.

Super Admin
added 3 years ago