Skip to main content

Posts

Showing posts from December, 2018

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.

What is C++?

C++ is the Object Oriented Programming language. that is simple world definition. C++ provide some features link Encapsulation, Polymorphic, Inheritance. C++ Programming language was developed in 1980 by bjarne stroustrup. Bjarne Stroustrup is the founder of the C++. C++ provide Object oriented programming language. 

Why Use C?

C was initially used for system development work, particularly the programs that make-up the operating system. C was adopted as a system development language because it produces code that runs nearly as fast as the code written in assembly language. Some examples of the use of C might be:   -Operating System -Language Compilers -Assemblers -Text Editors -Print Spoolers -Network Drivers -Modern Programs -Databases -Language Interpreters -Utilities

Facts about C

C was invented to write an operating system called UNIX.   C is a successor of B language which was introduced around the early 1970s.   The language was formalized in 1988 by the American National Standard   Institute (ANSI).   The UNIX OS was totally written in C. Today C is the most widely used and popular System Programming Language.   Most of the state-of-the-art software have been implemented using C.   Today's most popular Linux OS and RDBMS MySQL have been written in C.

What is C Language?

C is a computer programming language. That means that you can use C to create lists of instructions for a computer to follow. C is one of the thousands of programming languages currently in use. C has been around for several decades and has won widespread acceptance because it gives programmers maximum control and efficiency. C is an easy language to learn. It is a bit more cryptic in its style than some other languages, but you get beyond that fairly quickly. C is what is called a compiled language. This means that once you write your C program, you must run it through a C compiler to turn your program into an executable that the computer can run (execute). The C program is the human-readable form, while the executable that comes out of the compiler is the machine-readable and executable form. What this means is that to write and run a C program, you must have access to a C compiler. If you are using a UNIX machine (for example, if you are writing CGI scripts in C on your h

What is Programming language or Programming Software?

Programming software include tools in the form of programs or applications that software developers use to create, debug, maintain, or otherwise support other programs and applications. • The term usually refers to relatively simple programs such as compilers, debuggers, interpreters, linkers, and text editors, Example of programming language: – C – C++ – C# – BASIC – JAVA – Visual Basic – Phyton – HTML – PHP That is all are programming language.

Software Evolution

The process of developing a software product using software engineering principles and methods is referred to as Software Evolution. This includes the initial development of software and its maintenance and updates, till desired software product is developed, which satisfies the expected requirements. Evolution starts from the requirement gathering process. After which developers create a prototype of the intended software and show it to the users to get their feedback at the early stage of the software product development. The users suggest changes, on which several consecutive updates and maintenance keep on changing too. This process changes to the original software, till the desired software is accomplished. Even after the user has the desired software in hand, the advancing technology and the changing requirements force the software product to change accordingly. Re-creating software from scratch and to go one-on-one with the requirement is not feasible. The only feasibl

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.

What is Software?

Software , is a collection of data  or computer instructions that tell the computer how to work. Software, in its most general sense, is a set of instructions or programs instructing a computer to do specific tasks. Software is a generic term used to describe computer programs. Scripts, applications, programs and a set of instructions are all terms often used to describe software.