answersLogoWhite

0


Best Answer

A programming language is a well defined set of rules and commands which can be combined to tell a computer what to do as a computer program.

Pseudo-code is like a "rough draft" of a program where the programmer outlines what they want the computer to do, but they do not write any actual code. While there are various definitions for "proper" pseudo-code, most programmers just write in their own combinations of English (or their speaking language of choice) and various bits of actual code from real programming languages.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

A formal programming language can be compiled or executed, while pseudo-code describes only the algorithm that would be implemented and cannot be compiled or executed on an actual computer. The former relies on a well-founded syntax and grammar that must be obeyed to be considered valid language, while the latter has only a general guideline, no formal compiler or interpreter, and is not intended to be used as the actual program, but only a blue-print or outline of a program.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between a formal programming language and a pseudo-code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between pseudocode and structured English?

structured English resembles spoken Englishwhere as pseudocode resembles programming languageWhat_are_the_differences_between_structured_English_and_pseudo_code


What are sentences that appear to be written in a programming language but do not actually follow the structure of the language?

Pseudocode. It is a cross between English and a programming language, designed to be quickly written and understood without worrying about syntax.


What are the advantages of pseudocode?

Pseudo-code allows for an intermediate step between a human language description of an algorithm and a programming language description of the algorithm. It is often a good way for non-programmers to understand the programming process.


What are the differences between structured English and pseudo code?

structured English resembles spoken English where as pseudocode resembles programming language


Difference between C and C programming language?

The C and C programming languages are one and the same. There is no difference between those languages.


Short note on structural programming and procedural programming?

There is no difference between procedural programing language & structure programing language.


What is the difference between java and object oriented programming?

java is a programming language/platform that embodies object oriented programming concepts. The question of what is the difference is like asking what is the difference between cars and a Volvo.


What is the difference between oriented programming language and high programming language?

Set/subset: Some high level programming languages are object oriented, but not all of them.


What is a difference between Programming language and peoplecode?

Logic is same, but syntax is different.


What is the difference between the Linux shell and C?

C is a programming language. A shell is an interface.


What is the difference between aspnet vbnet and c?

asp.net is website programming vb.net is windows forms programming the visual basic language c#.net is windows forms programming in c# language


What is the difference between static and dynamic programming?

in static programming properties, methods and object have to be declared first, while in dynamic programming they can be created at runtime. This is usually due to the fact that the dynamic programming language is an interpreted language.