Tuesday 20 November 2012

Techie Pics

Microsoft Keyboard


This is a keyboard specially design to make the work more easy and less hectic.

Sunday 4 November 2012

DYNAMIC PROGRAMMING

Dynamic Programming is a methodology by which we can divide or break the program into the number of the modules.The approached of the modular programming is mainly successful in these approaches of programming:-
(1)Overlapping Sub-Problems
(2)Optimal Substructure

Overlapping Sub-Problems

These are the problems in which the  problem is divided into the  sub-problems which can be used many types or mainly the problems in which the recursive function is used.
   

            "Recursive functions are the function in which the function calling itself"

The example of the Overlapping sub -problem can be the problem of the Fibonacci sequence.


Optimal Substructure

These are the problems in which there is approach to find the optimal solution of the problem.The optimal solution refers to the finding the best possible solution of the problem. The example that can be taken is the Shortest Path Algorithm in which we try to find out the best possible shortest path out of the many possible solutions.



Saturday 3 November 2012

NET BEANS IDE

In Netbeans IDE You have toolbox which containes buttons,combo box,label etc..you just drag that items and you get the code automatically.

Friday 2 November 2012

SERVER

Server is a physical component which basically serves the need of the users.The physical component refers to the computing machine which acts as  a host to many service provider.The service providing is of the many  types like the Database server,File Server,Mail Server,Print Server,Game Server or these type of services can be provided through the servers.
This is the images of the server
This ts the data storage server.


Thsis is the typical server used to access the data.