What is the difference between hardware design and software design?
Answer / Tarun Kumar
Hardware design refers to the physical components and layout of an electronic device, including circuit boards, processors, memory, and other peripherals. Software design, on the other hand, focuses on the creation of programs or instructions that tell the hardware what to do. Hardware design is concerned with the physical implementation, while software design deals with the logical operations and algorithms.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is rtos?
What is the use of having the const qualifier?
What is meant by a sandbox.
what is difference between micro processor & micro controller ?
What type of scheduling is there in rtos?
How might a task-based model differ from a threaded model?
Mention what are buses used for communication in embedded system?
Hi Guru here.......my question is....... Is it necessary to start the execution of a program from the main() in C?
What could be the reasons for a system to have gone blank and how would you debug it?
Tell me what is difference between binary semaphore and mutex?
Explain what is the difference between mutexes and semaphores?
What is the scope of a function that is declared as static?