

InterviewSolution
Saved Bookmarks
1. |
Which allows the parallel development of the hardware and software in the simulation?(a) high-level language simulation(b) low-level language simulation(c) cpu simulator(d) onboard simulatorThe question was posed to me in an interview for job.My question comes from Debugging Techniques in section Emulation and Debugging Techniques of Embedded Systems |
Answer» RIGHT option is (a) high-level language simulation Explanation: The high-level language simulation allows parallel development of the SOFTWARE and the hardware and when two PARTS are integrated, that will work. It can simulate I/O using the keyboard as the inputs or TASK which passes input DATA for other modules. |
|