Portal:Computer programming
Introduction

Computer programming is the process of designing and building an executable computer program for accomplishing a specific computing task. Programming involves tasks such as analysis, generating algorithms, profiling algorithms' accuracy and resource consumption, and the implementation of algorithms in a chosen programming language (commonly referred to as coding). The source code of a program is written in one or more programming languages. The purpose of programming is to find a sequence of instructions that will automate the performance of a task for solving a given problem. The process of programming thus often requires expertise in several different subjects, including knowledge of the application domain, specialized algorithms, and formal logic.
Related programming tasks include testing, debugging, maintaining a program's source code, implementation of build systems, and management of derived artifacts such as machine code of computer programs. These might be considered part of the programming process, but often the term software development is used for this larger process with the term programming, implementation, or coding reserved for the actual writing of source code. Software engineering combines engineering techniques with software development practices.
Selected article
The Analytical Engine was a proposed mechanical general-purpose computer designed by English mathematician Charles Babbage. It was first described in 1837 as the successor to Babbage's difference engine, a design for a mechanical calculator. This Analytical Engine incorporated an arithmetical unit, control flow in the form of conditional branching and loops, and integrated memory, making it the first Turing-complete design for a general-purpose computer.
Selected biography
Ronald Paul "Ron" Fedkiw (/ˈfɛdkoʊ/; born February 27, 1968) is an associate professor in the Stanford University department of computer science and a leading researcher in the field of computer graphics, focusing on topics relating to physically based simulation of natural phenomena and level sets. His techniques have been employed in over twenty motion pictures. He has earned recognition at the 80th Academy Awards as well as from the National Academy for Science.
Selected image
Deep Blue was a chess-playing computer developed by IBM. On 11 May 1997, the machine won a six-game match by two wins to one with three draws against world champion Garry Kasparov.
Did you know?
- ... that custom allocators may greatly improve the performance of a computer program written in C++?
- ... that the return value optimization is one of the very few compiler optimizations that are allowed to change the observable behaviour of a C++ program?
Subcategories
Topics
- Ada
- Algorithm
- Artificial intelligence
- Assembly language
- BASIC
- C
- C Sharp
- C++
- COBOL
- Compiler
- Computer architecture
- Computer graphics
- Computer hardware
- Computer programming
- D
- Data privacy
- Delphi
- Eiffel
- Erlang
- F Sharp
- Forth
- Fortran
- Go
- Haskell
- Information technology
- Interpreter
- Java
- JavaScript
- Julia
- Kotlin
- LabVIEW
- Linker
- Lisp
- List of programming languages
- Loader
- MATLAB
- Node.js
- PHP
- Perl
- Programming language
- Prolog
- Python
- R
- Ruby
- Rust
- SNOBOL
- Scala
- Swift
- Tcl
- Unix shell
Related portals
WikiProjects
Things to do
Here are some things you can do :