Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Pascal language for beginners

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 07-01-2009
Member
 
Join Date: Dec 2008
Posts: 73
Pascal language for beginners

Hi , i am computer science student and I really wanted to learn the Pascal language consider me as a novice please suggest where to start from like refer some good book and suggest some sites where i can do self study thanks
regard
Reply With Quote
  #2  
Old 07-01-2009
JoeFrat's Avatar
Member
 
Join Date: May 2008
Posts: 128
Re: Pascal language for beginners

Here is the some good sites from you can learn

http://www.devq.net/pascal/

http://www.taoyue.com/tutorials/pascal/

http://www.learn-programming.za.net/...ogramming.html
Reply With Quote
  #3  
Old 07-01-2009
Modifier's Avatar
Member
 
Join Date: Jan 2008
Posts: 1,372
Re: Pascal language for beginners

Here is some info on pascal

Introduction
.


I. Structure of a program.
  • The header
  • Declarations (var, const, types, procedures, functions ..)
  • begin
  • Program
  • end.


II. The types of variables.
• SHORTINT: integer between -127 and 128
• Byte: integer between 0 and 255
• Integer: integer between -32 768 32 767
• Word:integer between 0 and 65535
• Longint: long integer between - 2 147 483 648 and 2 147 483 647
• Real: Real between 2.9 e 10 -39 and 1.7 e 10 38 with 11 decimals
Double: real double precision between 5.0 e10 -324 and 1.7 e10 308 with 15 decimal
• Extended: real between 1.9 e 10 - 4951 and 1.1 e 10 -4932
• Char: alphanumeric character
• String: string.
• Boolean: logical values equal to TRUE or FALSE
Reply With Quote
  #4  
Old 07-01-2009
JoeFrat's Avatar
Member
 
Join Date: May 2008
Posts: 128
Re: Pascal language for beginners

Here refer some sites for learning pascal


http://www.geocities.com/SiliconVall...444/pstart.htm

http://csci.csusb.edu/dick/samples/pascal.syntax.html
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads for: "Pascal language for beginners"
Thread Thread Starter Forum Replies Last Post
How to write program to generate a pascal triangle in java? Aandaleeb Software Development 5 27-11-2009 06:38 PM
Aeromodelling for Beginners hellfire Off Topic Chat 18 14-08-2009 07:41 PM
C# For Beginners Santi Guides & Tutorials 1 24-12-2008 09:49 AM
Pascal exercises Corona Software Development 4 07-10-2008 07:21 PM
Learning C for beginners Paul Tips & Tweaks 2 23-05-2008 01:58 AM


All times are GMT +5.5. The time now is 12:47 AM.