answersLogoWhite

0


Best Answer

Every Pascal program must follow a basic structure. While this structure is very similar to Karel programming, there are several differences. Below is the basic structure that every Pascal program must follow.

PROGRAMProgramName;

VAR VariableName : VariableType; VariableName : VariableType; ...

PROCEDUREProcedureName;

variables here if necessary BEGIN

Some Code;

END;

FUNCTIONFunctionName(variableList): VariableType;

variables here if necessary

BEGINSome Code if necessary; FunctionName := some expression More Code if necessary;

END; ... more functions and procedures if necessary ...

BEGIN the main program block. It should be small and all work should be delegated to the procedures and functions. It often consists of a WHILE loop that calls in turn procedures and functions in the appropriate order. END.

User Avatar

Wiki User

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

Wiki User

11y ago

Turbo Pascal was released by Borland as an all-in-one solution to design computer programs (DOS) using the Pascal language.

Since then, Turbo Pascal morphed to Delphi 1 to create Windows application. Delphi is now owned and managed by Embarcadero and are soon releasing their Delphi XE3 edition.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Editing, compiling, linking, running and debugging Pascal programs.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Turbo Pascal was a DOS based environment.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is turbo pascal programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 has the author Mickey Settle written?

Mickey Settle has written: 'Turbo and Apple Pascal' -- subject(s): Apple computer, Pascal (Computer program language), Programming, Turbo Pascal (Computer file)


Do a program with turbo pascal to print the alphabet backward?

Turbo Pascal is a style of computer programming. This type of writing language can be used to create a program that prints the alphabet backwards.


What has the author Thomas M Boger written?

Thomas M. Boger has written: 'Programming fundamentals using Turbo Pascal' -- subject(s): Pascal (Computer program language), Turbo Pascal (Computer file)


What has the author Patrick Philippot written?

Patrick Philippot has written: 'Turbo Pascal, procedures and functions for IBM PCs and compatibles' -- subject(s): Microcomputers, Pascal (Computer program language), Programming, Turbo Pascal (Computer file)


What has the author Blake Watson written?

Blake Watson has written: 'The Tao of Delphi' 'Programming with Turbo vision' -- subject(s): Object-oriented programming (Computer science), Turbo Pascal (Computer program language), Turbo vision


What is turbo pascal programming?

Turbo Pascal was released by Borland as an all-in-one solution to design computer programs (DOS) using the Pascal language. Since then, Turbo Pascal morphed to Delphi 1 to create Windows application. Delphi is now owned and managed by Embarcadero and are soon releasing their Delphi XE3 edition.


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

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


What is a sentence for pascal?

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


Is PASCAL a programming language?

Yes


What has the author Tom Swan written?

Tom Swan has written: 'Mastering Turbo Pascal' -- subject(s): Pascal (Computer program language), Turbo Pascal (Computer program) 'Mastering Turbo Pascal6' -- subject(s): Pascal (Computer program language), Turbo Pascal (Computer file) 'Tom Swan's C[plus plus] primer' -- subject(s): C++ (Computer program language) 'Mastering Windows programming with Borland C[plusplus] 4' -- subject(s): Borland C., Windows (Computer file) 'Fraternity and evolution' 'Edward Carpenter' 'Mastering Borland C[plus plus]' -- subject(s): C 'Mastering Turbo Pascal 4.0' 'Delphi 4 bible' -- subject(s): Client/server computing, Computer software, Delphi (Computer file), Development, Pascal (Computer program language), Object Pascal, Pascal (programming language) 'Tom Swan's Mastering Borland C[plus plus] 5'


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.