Question 1)(a) Write down the function of DO ... WHILE statement with appropriate example.
(b) Describe Arithmetic If and Logical if Statement.
Question 2)(a) Describe about the FORTRAN variables with examples.
(b) What are the various types of declarations? Describe them.
Question 3)(a) Differentiate Function subprogram in details.
(b) Write a program to find factorial of a given number using Function.
Question 4)(a) Describe formatted I/O statements with appropriate examples.
(b) Write a FORTRAN program to print multiplication table of a given number up to 20 terms using DO statements.
Question 5)(a) Write a program to find a transpose of a matrix.
(b) Convert the following mathematical Expression into FORTRAN expression:
(i) D = (abc) –2 (2)
(ii) D = A + BC * (2)
(iii) D = (2)
(iv) D = (A +B – C)
Question 6)(a) Write brief notes on:
(i) Call Statement.
(ii) Save statement.
(b) Write a program to determine matrix multiplication using subroutine.