Skip to main content

Posts

Create a web form using html

  How to create a web form using html Today web development is going to be very famous. There are so many ways through we can make our own website. Website is just the collection of webpages. Webpages consist of different things, sections. In webpages we can make our own design so it will seen be unique. We can make website with the help of many frameworks or some software that provides some features. Like WordPress etc. But the direct way to make a web page is with the help of coding in html. You can use any of the IDE [ integrated development environment] or you can use simply notepad. But in any editor you have to save the file with the help of extension. For example in C++ language the extension is [.cpp] and in java the extension is[ .java ] same like in html the extension is [.html] . Now we are going to create a web form using html. Web form in simply the web page which consist of some question which is used for taking information from others. For creating simple web form...

Program to find the sum of first n numbers

C++ program to find the sum of first n numbers. In this we are going to make the program to find the sum of first n numbers which is vey simple.   For calculating the sum of first n numbers firstly you have to clear about the logic what you make for your program and second thing is you have clear about the mathematical implementation of your program. For example in mathematics for calculating the sum of n numbers we usually implement 1 1+2 1+2+3            1+2+3+4 1+2+3+4+5. And we are adding the numbers one by one. Means first we add 2, then 3 and then so on. Like this we have to implement a C++ program to find the sum of first n numbers. But before this make sure that you have some knowledge about the syntax of programming language in which you want to make your program. Because syntax is very necessary for making any of the program. The program is given below : #include <iostream> using namespace std ; int ...

Advantages of Computer networks

Advantages of Computer Networks A Computer Network is a set of electronically connected computers which can share information and resources themselves. Computer Networks is also called the group of computers which is connected with one another with the help of Network. There are so many type of Computer Network are there for connecting through the different computers. Type of computer Networks depends upon the computer system. For example if there are large number of computer systems then we need large computer networks for connecting with themselves. There are so many advantages of computer networks that will also force us to do the work related to computer networking. The advantages of computer networks is given below : 1. File Sharing :- This is one of the most important advantages of computer networks because it allows the file sharing and remote access. A person sitting at any place can share their files and resources via connected through a network and also see another pers...

Type of Computer Networks

  What is Computer Networks ? A Computer Network is a set of electronically connected computers which can share information and resources themselves. Computer Networks is also called the group of computers which is connected with one another with the help of Network. There are so many type of Computer Networks are there for connecting through the different computers. Type of computer Networks depends upon the computer system. For example if there are large number of computer systems then we need large computer networks for connecting with themselves. Which type of computer networks is needed is chosen on the basis of the computer system. There are different type of Computer Networks which is chosen as per their requirements. Type of Computer Networks 1. Personal Area Network [PAN] :- The most basic type of computer Networks is personal area network which is made up of a wireless modem, a computer and two systems. Basically this type of computer networks is used for small s...

Advantages of DBMS System

  What is DBMS ? DBMS is designed to manage large bodies of information. Management of data involves defining structure for storage of information providing mechanisms for the manipulation of information. In simple words Database management system is a collection of interrelated data and set of programs to access those data. The collection of data referred to as the database which contains information relevant to an enterprise. The primary goal of a DBMS is to provide a way to store and retrieve database information that is both convenient and efficient. The advantages of DBMS   System is given below so you can relate with the database. Advantages of DBMS System  The advantages of DBMS System includes that how the database management system isdifferent from the traditional system.   1. Simple and clear :-   As it clear from name that the DBMS system is very simple and easy to understand. With the help of Database management system the operations like da...

Difference between traditional and DBMS system

Database | Difference between traditional and DBMS System | File system vs DBMS system | Issues of file system | computer knowledge There are different-2 types of systems are there for storing data and information. But the oldest one technique is the file system or traditional system but now a days it has been replaced by the DBMS system because of so many reasons. DBMS stands for database management system which stores the data using SQL. The difference between traditional and DBMS system proves that how file system is not good in comparison of DBMS system. Difference between traditional and DBMS system The   difference between traditional and DBMS system is given below.   With this difference you will be able to differentiate both of the systems.   Issues of file system As per difference between traditional and DBMS system you will get to know that file system is comparatively less good than DBMS system. So now we will discussing about what type...

Database

Database | computer-knowledge | Terminology of Database Database is place where not only your data get store as well as relationship between data and information also been stored. The primary basis of the database is information associates with the problem is used by many users or even by a single user. Users don’t need to worry about the various type of data how it could be store on their computer. Database is prepared from information related to each other. It is expressed in tabular form. Database is proper arrangement of information. There is no use of unarranged information. Database is a collection of a large amount of data.   Database Terminology: 1.      Attribute :- In general, an attribute is a characteristic. In a database management system, an attribute refers to a database component, such as table. It also may refer to a database field. Attributes describe the instances in the row of database.         ...

History of computer

History of computer | working of computer | What is computer | Generation of computer | first generation of computer | second generation of computer | Third generation of computer | Fourth generation of computer | Fifth generation of computer Computer is an electronic device that is designed to reduce our work with getting information from it. The first Computer that is designed is analytical engine. The history of computer is very interesting because lot of generations have come after invention of computer and the history of computer includes so many new technologies that is very helpful and knowledgeable. Charles Babbage  is called the “Grand Father” of the   computer because the first computer is designed by him. Basically the working of computer is like the life cycle of man. Here A computer can takes the raw data as input and processes these data under the control of set of instructions. Simply we can say that the computer is machine that stores the dat...