DEV Community

diar.dev
diar.dev

Posted on

what is programming? Summary of 10 other articles.

Programming languages are used in computer programming to implement algorithms.

High-Level Languages are programming languages like Java, Python, C, C , etc which helps programmer to write programs which is independent with the type of computer.

"Computer programming is the process of designing and building an executable computer program to accomplish a specific computing result." Doing SQL is considered as programming even though for sure there is no executable and its just interpreted by database engine.

Programming involves activities such as analysis, developing understanding, generating algorithms, verification of requirements of algorithms including their correctness and resources consumption, and implementation of algorithms in a target programming language.

A computer program is usually written by a computer programmer in a programming language.

Most of today's high-level languages support object oriented programming or are object oriented programming languages.

1c. STRUCTURED PROGRAMMING. The structured programming method is a simplified form of imperative programming.

You can program by writing code in a programming language using a text editor or an integrated development environment.

In computer science, an interpreter is a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program- Wikipedia.

Top comments (0)