Analysis of Algorithms and Computational Complexity Questions and Answers
Practice ModeShowing 10 of 239 questions
Q71
Pascal is a
Answer: Option D
Q72
A language developed to assist children in learning geometric shapes and computing aspects is
Answer: Option C
Q73
The preliminary evaluation of top-down design before programs are written is referred to as a (an)
Answer: Option A
Q74
Which of the following is not an example of program documentation ?
Answer: Option B
Q75
Which of the following is non-essential to stepwise to stepwise refinement ?
I. refining the subprograms
II. decomposing the problem into subproblems
III. declaring all variables
IV. stating the problem simply
V. inputing the data
Answer: Option D
Q76
A top-down approach to programming calls for
I. working from the general to the specific
II. postponing the minor decisions
III. a systematic approach
IV. immediate coding of the problem
Answer: Option C
Q77
Top-down programming facilitates
I. implementing a complex problem in states
II. readability
III. maintenance of the program
IV. testing of individual modules
Answer: Option D
Q78
Repet execution of simple computation may cause compounding of
Answer: Option A
Q79
Through testing of a program ensures that it performs as expected. A program should be tested
I. for each module in the program
II. with sample data
III. for every path through the program
Answer: Option D
Q80
Modular programming involves
I. proceeding from the particular to general
II. modules that solve individual tasks
III. problems decomposed into logical subproblems
Answer: Option C