Computers & Internet Logo

Related Topics:

A
Anonymous Posted on Jun 22, 2011

What is pascal programming? - Computers & Internet

3 Answers

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Mentor:

An expert who has written 3 tips or uploaded 2 video tips.

New Friend:

An expert that has 1 follower.

  • Expert 53 Answers
  • Posted on Jun 22, 2011
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Mentor:

An expert who has written 3 tips or uploaded 2 video tips.

New Friend:

An expert that has 1 follower.

Joined: Jun 22, 2011
Answers
53
Questions
0
Helped
9343
Points
158

A high-level programming language developed by Swiss professor Niklaus Wirth in the early 1970s and named after the French mathematician, Blaise Pascal. It is noted for its structured programming, which caused it to achieve popularity initially in academic circles. Pascal has had strong influence on subsequent languages, such as Ada, dBASE and PAL.

Anonymous

Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

  • Master 358 Answers
  • Posted on Jun 22, 2011
Anonymous
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

Joined: Jun 11, 2011
Answers
358
Questions
0
Helped
49908
Points
1249

Hi.


Pascal
is an influential imperative and procedural programming language, designed in 1968/9 and published in 1970 by Niklaus Wirth as a small and efficient language intended to encourage good programming practices using structured programming and data structuring.

To know more About this Please Visit this below given link by clicking in that you'll be connected to the site.
Click on it

Regards,
Harish



// Feel free to vote this answer with 4 thumbs up //

Ad

Anonymous

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 14 Answers
  • Posted on Jun 22, 2011
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

Joined: Sep 15, 2010
Answers
14
Questions
1
Helped
1762
Points
43

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

How to Find and Use Vintage Versions of Turbo Pascal?

Start your search at https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=turbo%20pascal%20download

Mos of them will come with some documentation. There are several dozen (if not hundreds) of books on Turbo Pascal. Unfortunately their all out of print by now. You can try used bookstores or Search thousands of booksellers selling millions of new used books
0helpful
1answer
4helpful
1answer

How to Run Turbo Pascal Full Screen mode on Windows 7

Now that's a program I've not worked with in a while ;-) I haven't used it since my early high school days in the 1990s. Turbo is a really old application that has been around for ages- unfortunately, being as such, it is only capable of developing 16-bit DOS applications, which has, for better or worse, gone the way of the dinosaur. In the x64-bit versions of Windows Vista and 7, all 16-bit native support has actually gone out the window in favor of 32-bit and 64-bit application development. This is why DosBox was invented- it is a true 16-bit DOS environment (much like command.com and CMD.exe used to be) that is capable of running all the older DOS programs that are no longer compatible with Windows.
When you run Turbo from the DOSbox program, press ALT-ENTER and it will fullscreen whatever you're working with.
Hope this helps,
- Vern
3helpful
1answer

How to start pascal programming?

http://pascal-programming.info/lesson1.php
1helpful
1answer

How to use colors in pascal for windows?

for text color
TextColor (Blue);

For background color
TextBackground (White);

you can change these colors yourself. Try LightGreen
0helpful
1answer
0helpful
1answer

Hi i want to ask some question. what are the programs can be write in the turbo pascal, can you give me example of a program? because i need it in the school if you can help me..can u plz send me a program...

You will never learn to program by plagiarism of someone else work... we all put in the hard yards, please you do the same OK.... DO NOT take the easy way out. You will just end up being sorry.
0helpful
1answer

C queries

Syntactically, Pascal is much more Algol-like than C. English keywords are retained where C uses punctuation symbols — Pascal has and, or, and mod where C uses &&, ||, and % for example. However, C is actually more Algol-like than Pascal regarding (simple) declarations, retaining the type-name variable-name syntax which Pascal abandoned to allow for (easily read) complex type expressions and a better perceived clarity in educational situations.

for further reference look into the following website
http://www.mactech.com/articles/mactech/Vol.09/09.12/PascalUnderstandsC/
0helpful
2answers

Create desktop icon

Check: http://www.altiris.com/upload/wise901.htm

Basically you need to create a link to your program.

The link should be created into the following directory:

(System Drive):\Documents and Settings\All Users\Desktop

You can do this in any language, C, VBasic, Pascal, even a DOS batch file.

1) Retrieve the installation path of your program + the name
of the executable.

2) Call the windows API to create a shortcut.

3) Here is a link to a solution in Delphi Pascal, which is my
favorite development tool:

http://www.delphifaq.com/faq/delphi/windows_file_system/
f410.shtml

4) Once you get the Delphi program to program to work,
you can simply call it from Wise, at the end of the
installation ...

or

you can call Wise from the Delphi program before creating
the link.

Hope this gets you started, unfortunately it is a little technical.

Martin.
Please rate my answers.
Not finding what you are looking for?

154 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...