Skip to main content

Software Overview

Let us understand what Software Engineering stands for. The term is made of two words, software and engineering. Software is more than just a program code. A program is an executable code, which serves some computational purpose. Software is considered to be collection of executable programming code, associated libraries and documentations. Software, when made for a specific requirement is called software product. Engineering on the other hand, is all about developing products, using well defined, scientific principles and methods.


Software engineering is an engineering branch associated with development of software product using well-defined scientific principles, methods and procedures. The outcome of software engineering is an efficient and reliable software product.

Comments

Popular posts from this blog

What is Big Data?

Big data is the big amount of data in simple word. As one of the most “hyped” terms in the market today, there is no consensus as to how to define big data. The term is often used synonymously with related concepts such as Business Intelligence ( BI) and data mining. It is true that all three terms are about analyzing data and in many cases advanced analytics. But big data concept is different from the two others when data volumes, number of transactions and the number of data sources are so big and complex that they require special methods and technologies in order to draw insight out of data (for instance, traditional data warehouse solutions may fall short when dealing with big data). This also forms the basis for the most used definition of big data, the three V: Volume, Velocity, and Variety.  Volume: Large amounts of data, from datasets with sizes of terabytes to zettabyte.   Velocity: Large amounts of data from transactions with high refresh rate resu...

What Is Java Programming?

Java in Hindi: Java is a Pure Object Oriented Programming Language. It is currently used not only in computers but in cell phones, Mobiles, PDAs etc. Also in this Programming Language, such application software can be made very easily, which can connect different types of electronic devices and communicate with each other. Java is actually a very big programming language, so the Java company has divided it into several parts, so that the programmers who develop related software, only need to know about Java related to that category. But in all these parts of Java, a part of Java is used in common and that part of Java is called Core Java. In addition to Core Java, Java is divided into different parts to meet the needs of different types, those different parts are called Advance Java in one word. Java is basically divided into three parts- Java Micro Edition (J2ME) Java Standard Edition (J2SE) Java Enterprise Edition (J2EE) There are many other divisions in...

What is java programming?

Java is a programming language that produces software for multiple platforms. When a programmer writes a Java application, the compiled code (known as byte code) runs on most operating systems (OS), including Windows, Linux and Mac OS. Java derives much of its syntax from the C and C++ programming languages. Java is Object oriented programming language. Java is a platform independent programming language. Java is use in most operating system and many application. Java provide JVM. That is call as java virtual   machine. That is java compiler. So that is java programming language.