Generations of Programming Languages

The generations of programming languages shows the evolution process of programming language. As of today, there are many programming languages and types of programming languages out there. In the past, I have posted about Programming Paradigms and discussed few of the paradigms. But what makes them so different? For instance, let us consider the two

Generations of Programming Languages Read More »

Stored Program and Fixed Program Computers

Like anything in this world, the laws of evolution are also applicable to computers. Computers have evolved from being based on fixed program concept to stored program concept. In this short topic, let’s talk about stored program and fixed program computers. Fixed-Program Computers As mentioned in above section, early computers followed Fixed-Program Concept where it

Stored Program and Fixed Program Computers Read More »

Programming Paradigms

Most of us might have came across the concept of Programming Paradigms either in our software engineering classes or from work or from the internet. Here in this series of tutorials from us, covering about Programming Paradigms in detail to help your understanding. What are Programming Paradigms? Paradigm – ‘a pattern or model of something.‘

Programming Paradigms Read More »

Functions and Methods

We would have used the terms functions and methods in programming. I have seen some developers use these terms in a right way and some use it in random. In this post, I’ll be discussing about this difference. In a nutshell, both are the same. The only difference is, in an Object Oriented Programming environment,

Functions and Methods Read More »