All Questions

524 questions and answers

966 views

What is activation record? Explain clearly the components of an activation record.

A data structure containing the important state information for a particular instance of a function call (or something that resembles a function call). May exist entirely in memory, or be partially stored in registers.

Demo Teacher
added 2 years ago
1019 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
993 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
894 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
1020 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
958 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
902 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
932 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
952 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