Results 1 to 4 of 4

Thread: Pascal language for beginners

  1. #1
    Join Date
    Dec 2008
    Posts
    42

    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

  2. #2
    Join Date
    May 2008
    Posts
    115

    Re: Pascal language for beginners


  3. #3
    Join Date
    Jan 2008
    Posts
    1,521

    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

  4. #4
    Join Date
    May 2008
    Posts
    115

    Re: Pascal language for beginners


Similar Threads

  1. Replies: 8
    Last Post: 19-04-2012, 08:12 PM
  2. How to write program to generate a pascal triangle in java?
    By Aandaleeb in forum Software Development
    Replies: 7
    Last Post: 11-09-2011, 12:37 PM
  3. Replies: 7
    Last Post: 08-12-2010, 02:20 AM
  4. Vista ultimate Language Pack for Greek language
    By ph_oratis in forum Windows Update
    Replies: 3
    Last Post: 29-11-2009, 03:15 PM
  5. Pascal exercises
    By Corona in forum Software Development
    Replies: 4
    Last Post: 07-10-2008, 07:21 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,051,540.18735 seconds with 16 queries