A modern computer consists of the following −One or more processorsMain memoryDisksPrintersVarious input/output devices.So, to manage all these components, we require a layer of software in the computer system, that layer we call the Operating System (OS).An Operating System is a program that acts as an intermediary or interface between a user of a computer and the computer hardware.It is the most important type of system software in computer systems. Without an operating system the user cannot run application programs on the computer system.Given below is the structure of an operating system −The operating system acts like a government in ... Read More
Message Passing provides a mechanism to allow processes to communicate and to synchronize their actions without sharing the same address space.For example − chat programs on World Wide Web.Now let us discuss the message passing step by step.Step 1 − Message passing provides two operations which are as follows −Send messageReceive messageMessages sent by a process can be either fixed or variable size.Step 2 − For fixed size messages the system level implementation is straight forward. It makes the task of programming more difficult.Step 3 − The variable sized messages require a more system level implementation but the programming task becomes simpler.Step ... Read More
Inter process communication requires communicating to establish a shared memory region. A shared memory region is present in the address space for the process that creates the shared memory segment. And other processes are communicating using a shared memory segment that is attaching it to their address space.Operating system prevents one process from accessing another process’s memory.In shared memory two or more processes can exchange information by reading and writing data in shared memory areas. The processes are also responsible for ensuring that they are not writing to save location.Producer-consumer problemNow, let us discuss producer-consumer process problems.Step 1 − A ... Read More
Shared memory system is the fundamental model of inter process communication. In a shared memory system, in the address space region the cooperating communicate with each other by establishing the shared memory region.Shared memory concept works on fastest inter process communication.If the process wants to initiate the communication and it has some data to share, then establish the shared memory region in its address space. After that, another process wants to communicate and tries to read the shared data, and must attach itself to the initiating process’s shared address space.Let us see the working condition of the shared memory system ... Read More
There are the following aspects of data mining for biological data analysis which are as follows −Semantic integration of heterogeneous, distributed genomic and proteomic databases − Genomic and proteomic data sets are generated at multiple labs and by various methods. They are distributed, heterogeneous, and of a wide variety. The semantic integration of such data is important to the cross-site analysis of biological records.Furthermore, it is essential to find correct linkages among research literature and their related biological entities. Such integration and linkage analysis can support the systematic and coordinated analysis of genome and biological records. This has promoted the ... Read More
When the user wants to give an instruction to the OS then it will do it through system calls. Or a user program can access the kernel which is a part of the OS through system calls.It is a programmatic way in which a computer program requests a service from the kernel of the operating system.Program executes in two modes, which are as follows −User mode − Cannot access any hardware resources, which perform only the user operations.Kernel mode − Can access hardware resources like RAM, Printer.The processor in a computer switches between the two modes depending upon what types ... Read More
The telecommunication industry has quickly evolved from providing local and long-distance telephone services to providing several other comprehensive communication services, such as fax, pager, cellular phone, web messenger, images, e-mail, computer and Web data transmission, and several data traffic.The integration of telecommunication, computer network, the Internet, and several other means of communication and computing is also underway. Furthermore, with the deregulation of the telecommunication market in several countries and the development of new computer and communication technologies, the telecommunication industry is rapidly expanding and hugely competitive.This makes a huge demand for data mining in order to support understanding the business ... Read More
A process is a program in execution and it is more than a program code called as text section and this concept works under all the operating system because all the task perform by the operating system needs a process to perform the taskThe process executes when it changes state. The state of a process is defined by the current activity of the process.Each process may be any one of the following states −New − The process is being created.Running − In this state the instructions are being executed.Waiting − The process is in waiting state until an event is ... Read More
The retail industry is a major application area for data mining because it collects huge amounts of records on sales, users shopping history, goods transportation, consumption, and service. The quantity of data collected continues to expand promptly, especially because of the increasing ease, accessibility, and popularity of business conducted on the internet, or e-commerce.Today, multiple stores also have websites where users can create purchases online. Some businesses, including Amazon.com (www.amazon.com), exist solely online, without any brick-and-mortar (i.e., physical) store areas. Retail data support a rich source for data mining.Retail data mining can help identify user buying behaviors, find user shopping ... Read More
UNIX is one of the most popular operating systems on multi-user systems. Actually, it originated as a single-user system. It has limited structuring.UNIX OS consists of two separable parts which are as follows −System programs.Kernel.Now, let us see the architecture of UNIX.Unix ArchitectureUnix operating system architecture is divided into four layers as given below −HardwareKernelSystem call or shellApplication programsGiven below is the diagram of UNIX architecture showing all the layers −KernelIt is a part of the operating system. It interacts directly with the hardware of the computer with the help of a device that is built into the kernel.Functions of ... Read More
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP