Programming languages ShowProgramming language
A "programming language" is a language designed to describe a set of consecutive actions to be
executed by a computer. A programming language is therefore a practical way for us (humans) to give instructions to a...
Characteristics of programming languages ShowThere are many programming languages, each corresponding to specific needs (formula calculus, character string
processing, real-time, etc.) with each having specific characteristics and functionalities. Therefore, the choice of
programming language...
[Myth] Informatic language = Programming language ShowInformatic language equals Programming language
Myth
Reality
Explanations
Note
Myth
All languages are programming languages.
Reality
FALSE
Explanations
There are several types of languages. Most of them are programming languages...
How to open file .ps (Postscript) ShowHow to open file .ps (Postscript)
INTRO
Using PDF Creator
Using Ghostview
INTRO
PostScript (PS) is a page programming language used for desktop publishing. Below is a small tips on how to open .ps file.
Using PDF...
Starting with visual basic ShowStarting with visual basic
Visual Basic is a programming tool designed by Microsoft for its Component Object Model (COM). This tool can be used to create applications for windows, web, mobile devices etc.The latest version of Visual basic...
Download Notepad++ ShowNotepad + + is an editor of source code , which supports several programming languages:
This project, based on the Sparkled constituent (a very powerful editor of component)), is written in pure C + + with win32 api and STL (which insures the most...
Programming languages - API ShowAPI
An API (Application Programming Interface) is a set of functions allowing the
programmer to access an application's services through the use of a programming language.
An API provides the developer with an abstraction layer, which masks the...
Programming languages - Instructions ShowWhat does an instruction look like?
The instruction is the key element in the computer as it tells the processor which action should be
performed. The instructions which are to be executed are indicated in the source file and the computer goes...
Program structure ShowHow does a computer program work?
A program's behaviour depends on the type of language used to write the program.
Nonetheless, almost all programming languages are based upon the same principle:
The program consists of a set of commands that the...