All Questions

510 questions and answers

1103 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.

Demo Teacher
added 2 years ago
1084 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.

Demo Teacher
added 2 years ago
968 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.

Demo Teacher
added 2 years ago
1097 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.

Demo Teacher
added 2 years ago
1043 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.

Demo Teacher
added 2 years ago
973 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,

Demo Teacher
added 2 years ago
1013 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,

Demo Teacher
added 2 years ago
1046 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.

Demo Teacher
added 2 years ago
977 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.

Demo Teacher
added 2 years ago