CSE MCQs :: FORTRAN
- For the following FORTRAN operations give the rank from fastest to slowest in terms of computer time required
- On the Hammond machines, a single percision floating point (REAL*4) number uses how many bits of memory?
- Language used to solve complex mathematical computations is termed as
- For the following FORTRAN operations give the rank from fastest to slowest in terms of computer time required: 1)x*0.5 2)x+0.5 3)x**0.5 4)sqrt(x)
- Which of the following is invalid statement in FORTRAN
- Which of the following is not a valid property of a PARAMETER statement?
- A FORTRAN WHERE statement:
- Which of the following statements is a valid way to open the file test.data and associate it with unit 10?