answersLogoWhite

0

Is pascal a real language

User Avatar

Anonymous

9y ago
Updated: 8/20/2019

Pascal is a computer programming language, use for telling a computer what to do. It is not used for communication between people and in that sense is not a "real" language.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is a sentence for pascal?

Pascal is a very interesting language to learn. Pascal is actually a computer programming language.


What is file processing in pascal language?

is the way a file is design using a pascal language


PASCAL compiler is written in which language?

Which Pascal compiler do you mean? Pascal compiler can be written in Pascal, of course.


What is the full form of PASCAL?

PASCAL has 3 definitions actually. They are:- 1. Programming Language Based For Blaise Pascal. 2. Pedantry and Strictness Created A Language. 3. Philips Automatic Source Calculator.


What are the disadvantages of turbo pascal?

Turbo Pascal is a good language to learn programming, but its major disadvantage is that it's hardly ever used for real-world programming projects. It's basically just an academic language, and a bit dated at that.


What kind of written language did Delphi use?

Delphi used a programming language called Object Pascal for its written language. Object Pascal is an extension of the Pascal language that includes object-oriented programming features.


What is the programming language named after Blaise pascal's and who wrote it?

Pascal is the name of the language developed by Nicholas Wirth


PASCAL language full form?

Pedantry And Strictness Created A Language


Is Pascal language an assembly language?

No, Pascal is a high-level language. Its comes under the General Purpose Language category. Its used by all people for different purpose.


What is previous language of c language?

language before c language is pascal


Code for creating pascal's triangle in C programming language?

code for creating pascal's triangle in C programming language?


How do you translate pascal language to assembly language?

Why would you want to do that? The usual procedure is to translate a high-level language such as Pascal to machine language. If you really want assembly language - perhaps to see how the Pascal compiler does its work - then presumably you can use a disassembler to convert the machine language (the executable file) into assembly language.