Embedded Systems Question: Download Embedded Systems PDF

What is the difference between fifo and the memory?

Tweet Share WhatsApp

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