Embedded Systems Question:
Download Job Interview Questions and Answers PDF
What is the difference between fifo and the memory?
Answer:
Fifo(First In Last Out) is a memory sturcture where datas can be stored and retrived (in the order of its entery only). This is a queue,wheras Memory is a storage device which can hold datas dynamically or at any desired locations and can be retrived in any order.
Download Embedded Systems Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain can microcontroller work independently? | Is it necessary to start the execution of a program from the main() in C? |