Understanding Computer Programming

Computer Programming is an important aspect of web design that you’re going to have to accomplish to start working as a designer. A computer programmer creates every single program you use on your computer. They will use programming language that will tell each computer what to do. This is a huge complex area to get into since it covers a large variety of languages. Computer programming is also used to solve problems that computer programs experience.

Computer Programming started in the early 40s when a mathematician named John von Neumann designed something that would allow users to do digital computation of data in the memory of your computer. Did you know that the first program for a computer was created when someone simply entered a number of ones and zeros, which ended up being the binary code?

The most popular programming language would be C++ and C#, which have more features and pretty easy to read, in fact, it’s the easiest one to learn out of the programming languages.

Even all those computer games you play everyday were created by a computer programmer. They’re created through lines of code being entered in a complier, which is a game telling your system what to do with it. When a computer turns on the game, the code will go from being a text file to an executable file.

There’s more than one type of programming language, with different reasons why they’re good. The simplest form of computer programming would be Declarative language. This software will only tell your computer program what to do, but you won’t have to worry about controlling the program or its memory. With functional languages you’re not going to change your variables, you’re working to keep everything the same. Imperative languages will work to change these variables. Object oriented has been known as the programming language that’s the most complex.  This type of language is going to be used when you want your functional objects to have multiple variables. Each of these different characteristics is going to work together to make the game work.

Speak Your Mind

*


*