VFS, or Virtual File System, separates file system generic operations from their implementation by defining a clean VFS interface. It is also based on a file-representation structure known as vnode, which contains a numerical designator needed to support network file systems.
Explain briefly about, processor, assembler, compiler, loader, linker and the functions executed by them.