Advanced Embedded Systems Question:
Download Questions PDF

Please explain what is the difference between Hardware design and Software Design?

Advanced Embedded Systems Interview Question
Advanced Embedded Systems Interview Question

Answer:

☛ Hardware design is designed with the collaboration of interconnected parallel components that inherits the properties of each other. Whereas, Software design is designed with sequential components, that are based on objects and threads.

☛ Hardware design structure doesn’t change dynamically and it can’t be created, modified or removed easily. Whereas, Software design structure can be changed dynamically and re-usability features, used to define the components. It also includes easy creation, modification and removal of the components from the software.

☛ Hardware design focuses on individual components that are represented using analytical model that uses the transfer functions. Whereas, Software design represent the components using computation model that can have abstract execution engine or it can use the virtual machine that are non-deterministic.

Download Advanced Embedded Systems Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know how does the interrupts handle by using the threads?Explain me which port in 8051 performs a dual role?