Embedded Systems Question:
Download Questions PDF

What is the difference between fifo and the memory?

Embedded Systems Interview Question
Embedded Systems Interview Question

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 QuestionNext Question
Explain can microcontroller work independently?Is it necessary to start the execution of a program from the main() in C?