Home / Computer Science / Miscellenious (page 3)

Miscellenious

History of Windows Operating System

Windows Operating System: Windows is an operating which is mile stone in the history. Microsoft windows simply it is windows, is a release from Microsoft. Windows belongs to the community of Graphical user interface community. A group of operating systems grouped together and forming Windows operating system. It is a …

Read More »

What is Breadth First Search (BFS)

Breadth First Search

Breadth First Search is an algorithm for traversing elements from a data structure or searching tree.  Visiting each vertex and edge exactly in a well defined order is done in Graph travelers. Traversal of an element in graphically is well defined in searching algorithms. The first traversal in BFS accomplished …

Read More »

How to compare data in Excell by using Vlookup and Match Functions

Match function

In this article I am going to explain how to compare two excel sheets data and highlight the missing data. This article is helpful in BPO industry those who are dealt with finance and insurance sector. Now a day’s everything automated in this comparison of two excel sheets is taking …

Read More »

How to change the port number of the Tomcat Server

Sometimes developers might facing server problems like “Several ports (8005, 8080, 8009) required by Tomcat v6.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop …

Read More »