adplus-dvertising
frame-decoration

Question

Dividing a project into segments and smaller units in order to simplify design and programming efforts is called

a.

Modular approach

b.

Top down approach

c.

Bottom up approach

d.

Left right approach

Answer: (a).Modular approach

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Dividing a project into segments and smaller units in order to simplify design and programming efforts is called

Similar Questions

Discover Related MCQs

Q. Software that measures, monitors, and controls events is

Q. A linker is given object module for a set of programs that were compiled separately. What is not true about an object module

Q. Which loader function is accomplished by loader?

Q. In which of the following no information hiding is done?

Q. When a computer is rebooted, a special type of loader is executed called

Q. Disadvantage of ” Compile and GO ” loading scheme is that

Q. A relocatable program form is one which

Q. Which of the following module does not incorporate initialization of values changed by the module?

Q. Dynamic linking can cause security concerns because

Q. S -> C C
C -> eC | d

The grammar is

Q. S -> id: = E ”
newtemp ();

gen(t . place . place;); .place t} ”

.place .place;}

For the statement ‘X: = Y + Z ’,

the 3-address code sequence generated by this definition is

Q. If the programming language uses static scoping and call by need parameter passing mechanism, the values printed by the above program are

Q. If dynamic scoping is used and call by name mechanism is used, the values printed will be

Q. P x =new Q();

Q y =new Q();

P z =new Q();

x. f (1);((P) y). f (1);

z.f(1);

The output is

Q. Which of the following is NOT an advantage of using shared, dynamically linked libraries as compared to statically linked libraries?

Q. Which grammar violate rules of an operator grammar?
(i) P-> QR

(ii) P -> Q s R

(iii) P -> ε

(iv) P ->Q t

Q. Consider the grammar rule
E -> E1 − E2 for arithmetic expressions.

If E1 and E2 do not have any common sub expression, in order to get the shortest possible code

Q. The grammar
A ->AA |( A)| ε
is not suitable for predictive-parsing because the grammar is

Q. Consider the grammar
E ->E + n | E # n | n

For a sentence n + n, form of the reduction are

Q. S -> (S)| a
Let the number of states in SLR(1), LR(1) and LALR(1) parsers for the grammar n1 n2 and n3 respectively.