There are some pascal files for you to download which are done by me for F.4 Computer Homework! Let's download them to see and share the success of these programs !
Pascal File for downloading :
F.4 1st Term
1st HW
This is just the serval typing for three pascal programs and the output. You can make use of these programs and work for it.
2nd HW
This includes three pascal programs , they are used to :
1) Find the sum and product of two integers
2) Find the quotient and remainder of dividing the nominator by the denominator
3) Find the sum S of the first n natural number
3rd HW
This includes three pascal programs , they are :
1) Find the real roots of the quadratic equation
2) For a primary 2 student to learn multiplication of two numbers
3) A program which the computer can determine the number you input into the computer is either positive or negative and either even or odd
4th HW
This includes three pascal programs , they are :
1) Use REPEAT loop to print out the series 1, 3, 5, 7........, 97, 99 and work out the sum of this series
2) Use FOR loop to print out the series 3, 6, 9, 12 ........, 96, 99 and work out the sum of the series
3) Use WHILE loop to print out the series 2, 4, 8, 16........, 128, 256 and work out the sum of the series
5th HW
This includes two pascal programs, they are :
1) Print a 9 * 9 Multiplication Table
2) Print out the outcomes of throwing 3 dice of any number of throws