1. In a FORTRAN program x=4.5, y=3.0, and w=1.5, What is the value of z if: z = x+w/y+1
2. Which of the following statements is a valid way to open the file test.data and associate it with unit 10?
3. A FORTRAN WHERE statement:
4. A real number established with "selected_real_kind(6,30)" uses how many bits?
5. Which of the following is an executable statement ( takes action when "a.out" is executeed)?
6. In a FORTRAN program x=1.0, y=2.0 and w=3.0. What is the value of z if: z=2.0(x(y+3.0)+w)
7. Which of the following is not a valid property of a PARAMETER statement?
8. The statement "read(10,end=100) mm " will:
9. In a FORTRAN program I have set x=1.5,i=3, and j=2. What is the value of y if:
10. A number stored in Double Precision Floating Point (REAL*8) format can have at most approximately how many decimal digits of precision?