The UNIX operating system The UNIX operating system is made up of three parts; the kernel, the shell and the programs. The kernel The kernel of UNIX is the hub of the operating system: it allocates time and memory to programs and handles the filestore and communications in response to system calls. As an illustration [...]
Archive for August, 2008
Types of UNIX There are many different versions of UNIX, although they share common similarities. The most popular varieties of UNIX are Sun Solaris, GNU/Linux, and MacOS X. Here in the School, we use Solaris on our servers and workstations, and Fedora
UNIX Introduction What is UNIX? UNIX is an operating system which was first developed in the 1960s, and has been under constant development ever since. By operating system, we mean the suite of programs which make the computer work. It is a stable, multi-user, multi-tasking system for servers, desktops and laptops. UNIX systems also have [...]
!!!… School Fee Enquiry Sytem …!!! Made by Aanchal saxena. //********************************************************* // PROJECT SCHOOL FEE ENQUIRY //********************************************************** //********************************************************** // INCLUDED HEADER FILES //********************************************************** #include<iostream.h> #include <fstream.h> #include <string.h> #include <stdlib.h> #include <stdio.h> #include <ctype.h> #include <conio.h> #include <dos.h> #include <iomanip.h> int i,j,li,lp,rec,valid; void help(); //********************************************************* // GLOBAL VARIABLE DECLARATIONS //********************************************************* //int i,j,li,lp; char ch,choice; [...]
