All Questions

537 questions and answers

1191 views

Write short notes on:

  • Back patching
  • Thompson’s construction
  • Constant folding and copy propagation

The problem in generating three address codes in a single pass is that we may not know the labels that control must go to at the time jump statements are generated.

Super Admin
added 3 years ago
1186 views

What are the drawbacks of classical waterfall model? How are they rectified in other variants of the classical waterfall model?

In the classical waterfall model, each phase must be completed fully before the next phase can begin.

Super Admin
added 3 years ago
1060 views

What do you mean by software reliability?  Briefly describe one reliability model.

The reliability of a software product essentially denotes its trustworthiness or dependability.

Super Admin
added 3 years ago
1181 views

What are Halstead’s metrics?

Halstead metrices introduced by Maurice Howard Halstead in 1977 is an analytical technique to measure size, development efforts and development cost of software products.

Super Admin
added 3 years ago
1126 views

Briefly describe different user interface elements.

User interface is part of software and is designed such a way that it is expected to provide the user insight of the software. UI provides fundamental platform for human-computer interaction.

Super Admin
added 3 years ago
1045 views

What are the methodology for dialog design?

The dialog in modern user interfaces is frequently a combination of several dialog styles, such as command language, menu choice, answering of questions generated by the interface,

Super Admin
added 3 years ago
1090 views

What is feasibility study? Explain different types of feasibility study.

Feasibility study is an analysis and evaluation of a proposed project to determine if it (1) is technically feasible,

Super Admin
added 3 years ago
1134 views

What are the ‘baselines’ with respect to software configuration management? What is the necessity of software configuration management in developing a software?

Software Configuration Management is the task of tracking and controlling changes in the software, part of the larger cross-disciplinary field of configuration management.

Super Admin
added 3 years ago
1050 views

What is Mutation Testing? Distinguish between White-box Testing and Black-box Testing?

Mutation testing is a method of software testing in which program or source code is deliberately manipulated, followed by suite of testing against the mutated code.

Super Admin
added 3 years ago