341. | Which of the following is a dangling reference? |
Answer: (d).All of these
|
342. | The language accepted by finite automata is |
Answer: (b).Regular
|
343. | According to Brooks, if n is the number if programs in a project team, then the number of Communication path is |
Answer: (a).n(n-1)/2
|
344. | Top – down does not require |
Answer: (b).loop invariants
|
345. | Which of the following is case required by top – down design? |
Answer: (d).All of these
|
346. | Regarding software requirements specifications, the case that is hardest to “fix” is |
Answer: (c).What the software system is to do?
|
347. | BNF is a meta – language for |
Answer: (a).Specifying the syntax of a language
|
348. | The principle, a function can always be replaced by its value ⁄ irrespective of the contexts, Without changing the meaning is called |
Answer: (d).Referential transparency
|
349. | Use of recursion |
Answer: (a).Enhances logical clarity and reduces code size
|