1.

Which of the following can improve the quality and the structure of a code?(a) polling(b) subroutine(c) sequential code(d) concurrent codeI got this question in an international level competition.My question is from Introduction of Interrupts in portion Interrupts and Exceptions of Embedded Systems

Answer»

The correct answer is (B) SUBROUTINE

For explanation I would say: The subroutine can improve the quality and the structure of the code. By USING the polling METHOD, as the complexity increases the software structure rapidly fall and it will become inefficient. So the subroutine method is adopted.



Discussion

No Comment Found

Related InterviewSolutions