• Most software programs are developed using a programming language, like C or Java. These languages have a specific syntax that must be adhered to when writing programs source code. Pseudocode, on the other hand, is not a programming language, but simply an informal way of describing a program. It does not require strict syntax, but instead serves as a general representation of a programs functions.
    Since each programming language uses a unique syntax structure, understanding the code of multiple languages can be difficult. Pseudocode remedies this problem by using conventional syntax and basic english phrases that are universally understood. For example, a line of PHP code may read:if (
    This could be written in pseudocode as:if i is less than 10, increment i by 1.
    By describing a program in pseudocode, programmers of all types of languages can understand the function of a program.
    Pseudocode is an informal language, so it is mainly used for creating an outline or a rough draft of a program. Because it is not an actual programming language, pseudocode cannot be compiled into an executable program. Therefore, pseudocode must be converted into a specific programming language if it is to become an usable application.


    Pseudocode meaning & definition 1 of Pseudocode.


  • A notation resembling a simplified programming language, used in program design.

    Pseudocode meaning & definition 2 of Pseudocode.

Similar Words
  • 1
  • 1
  • 1
  • 1
  • 2
  • 4
  • 2
  • 6
  • 4

What is Define Dictionary Meaning?

Define Dictionary Meaning is an easy to use platform where anyone can create and share short informal definition of any word.
Best thing is, its free and you can even contribute without creating an account.



This page shows you usage and meanings of Pseudocode around the world.