Author Archives: nabanita

FORTRAN and Other Programming Languages from the 50’s

FORTRAN-FORmula TRANslating system was invented in the year 1957. The language was very easy to use as it contained limited commands like GOTO, IF and DO. FORTRAN paved the way for today’s languages as it contained basic data types like … Continue reading

Posted in Coding | Tagged , , | Leave a comment

Programming on Electronic Devices

Computers cannot interpret human languages. They have their own language which is known as binary language. It is the language of 0’s and 1’s. So to command or program a computer to get the desired results one had to first … Continue reading

Posted in Miscellaneous | Tagged , , | Leave a comment

How It All Began…

The traces of programming can be found as early as 2000 years ago with the invention of Abacus, a device made of wood which had two parallel strings fixed horizontally on it. On these strings, beads were embedded. Using programming … Continue reading

Posted in Technology Stuff | Tagged , , | Leave a comment

John Von Neumann’s Two Programming Models

In 1945 a revolutionizing concept was invented which would change the way programming was performed. A scientist named John Von Neumann working at the prestigious Institute for Advanced studies in Princeton, New Jersey created two programming models. John named the … Continue reading

Posted in Miscellaneous | Tagged , , | Leave a comment

The First Programming Language

The first ever machine which calculated the difference between numbers was developed by Charles Babbage. This machine evolved with time and is called a computer nowadays. The machine which Charles Babbage invented used to perform only one operation i.e. calculating … Continue reading

Posted in Miscellaneous | Tagged , , , | Leave a comment

The Basic: C Programming will always be popular

C is a general purpose computer coding language which works closely with hardware. C was invented by Dennis Ritchie and Ken Thompson with the help of their team mates at AT&T Bell Lab’s USA in the year 1969 but major … Continue reading

Posted in Miscellaneous | Tagged , , | Leave a comment

The Beginning of PHP

PHP – Hypertext preprocessor is basically a computer coding language. The language was designed by Rasmus Lerdorf and was developed by the PHP group. PHP was created in 1994 by Rasmus Lerdorf to help maintain his personal homepage. He had … Continue reading

Posted in Coding | Tagged , , , | Leave a comment