Skip to main content

Posts

Showing posts from January, 2019
Batch processing is a technique in which an Operating System collects the programs and data together in a batch before processing starts.  Batch processing systems were introduced to avoid the problems of early systems i.e. more setup time. In this approach similar jobs were submitted to the CPU for processing and were run together. The main function of a batch processing system is to automatically keep executing the jobs in a batch. This is the important task of a batch processing system i.e. performed by the 'Batch Monitor' resided in the low end of main memory. Working of Batch OS   This technique was possible due to the invention of hard-disk drives and card readers so the jobs could be stored on the disk to create the pool of jobs for its execution as a batch. First the pooled jobs are read and executed by the batch monitor & then these jobs are grouped by placing the identical jobs in the same batch. So in this system, the batched jobs were executed...
Cookies are messages that web servers pass to our web  browser  when we visit websites. Our browser stores each message in a small file . When we request another page from the server, our browser sends the cookie back to the server. These files typically contain information about us such as our name and interests. Examples:- Cookies are used for online shopping. Online stores use cookies that record any personal information that we enter so that we don't need to re-enter this information when we visit the website. It keeps a track of the items we add to our electronics cart as well & shows us similar advertisments. Servers can use cookies to provide personalized web pages according to our selected preferences. The server places the information in a cookie. When we return next time, the server uses the information in the cookie to create a customized page for us. History of Cookies The man responsible for cookies is  Lou Montulli . He de...
An Operating System  manages the computer's  memory  and  processes  as well as all the  softwar e  and  hardware . Its  is the  most important software  that runs on a computer.  It also allows us to  communicate  with the other computer.  The O perating System   manages the   software   and   hardware  programs running on the computer at the same time.  The three most common operating systems are  Microsoft Windows ,  Mac OS X , and  Linux . WINDOWS VS LINUX WINDOWS OS Windows is a series of operating systems developed by Microsoft for personal desktops/devices or computer. It comes with a graphical user interface (GUI) with a desktop which allows a user to view all files, videos etc. The first version of Windows OS was released in 1985 which was a simple GUI with an extension of existing disk operating system (MS-DOS) and major release...