Questions
about standard Pascal
Name(s) ________________________________
- What is the first word in every
standard Pascal program?
- Assuming the name of a standard Pascal
program is MySort, and that the program will have input from the keyboard
and produce output on the screen, what does the first line in the program
look like?
- What is the last line in a standard
Pascal program?
- How many reserved words are there in
standard Pascal?
- What is the assignment operator in
Pascal?
- What is the Pascal equivalent of the FORTRAN DO loop?
- What other types of loops does Pascal
have?
- What is the Pascal equivalent of the
FORTRAN computed GOTO?
- What is the function of a semi-colon
in Pascal?
- In FORTRAN, parameters were passed by
reference. How are they passed in
Pascal?
- FORTRAN had two types of subprograms,
how many does Pascal have?
- What are the
Pascal subprograms called?
- Who 'invented' the Pascal programming
language?
- In what decade was it invented?
- What was the intended use for the
Pascal programming language?
- What are the discrete data types in
Pascal?
- What are the structured data types in
Pascal?
- What other data type is there in
Pascal?
- What is/are the Pascal output statements?
- What is/are the Pascal input
statements?