|
what is '1000 projects'?
'fullinterview.com' is a educational content website dedicated to finding and realizing final year projects for btech, be, mtech, mca students, here you can search, find your projects and get guidance from experts the below are the different technological projects.
visual Studio projects
.net projects,
asp projects,
c & ds projects,
c++ projects (all),
cold fusion projects,
delphi projects,
java projects,
perl projects,
php projects,
sql projects,
vc++ projects,
visual basic projects.
how it works?
well, everything on this site is submitted by the student and professional community. after you submit your project, it is being verified and approved by our administrator. after approval, other people can read/discuss it, save to favorites.
more number of projects?
here you can find morethan 1000 projects on different technologies, if u want to get more projects please visit our sister sites www.fullinterview.com & Chetanasprojects.com
Category Articles
Explain difference between IPC
Added on Tue, Dec 15, 2009
Ipc mechanisms are mianly 5 types 1.pipes:it is related data only send from one pipe output is giving to another pipe input to share resouses pipe are used drawback:itis only related process only communicated 2. message queues:message queues... Read More
What is IPC ?
Added on Tue, Dec 15, 2009
Inter Process Communication. IPC is used to pass information between two or more processes. Read More
What are the system calls used for process management?
Added on Tue, Dec 15, 2009
The system calles for process management are fork() which will create a process wait() will wait for exit status of all child processes. Read More
How shared memory are accessed if we have two
Added on Tue, Dec 15, 2009
When a memory is shared by more than one process, it must be protected from simultanious access from many process, This is called sycronization.In Linux there are many sycronization techniques such as sephores,spinlocks, per-cpu , mutex, seqlocks... Read More
What are the Advantages and disadvantages of script?
Added on Tue, Dec 15, 2009
while scripts have the advantages of 1) flexibility to change the of script 2) and being more portable. compiled executables have the advantages of 1) less memory footprint 2) less execution time. Read More
Which Linux distros do you have experience with ?
Added on Tue, Dec 15, 2009
Linux is the open source product so if u knows linux command line interface so that we can use not only single distros all most i have linux all distros experience. Read More
Which distro you prefer?
Added on Tue, Dec 15, 2009
RHEL 4 is best for handling smoothly. Read More
hat is symbolic link in unix ?
Added on Tue, Dec 15, 2009
ymbolic link is an alias of the existing file/folder. it can be hard link or shoft link Read More
Why do we have serial and parallel interface?
Added on Tue, Dec 15, 2009
yes using serial communication is cheap and like applications using mouse serial communications is good Read More
What does ?route? command do?
Added on Tue, Dec 15, 2009
route command shows you the route table as well as your default gateway Read More
|