| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. Which of the following is not a valid property of a PARAMETER statement?

Correct Answer is : Parameters can be set anywhere in a program

2. For the following FORTRAN operations give the rank from fastest to slowest in terms of computer time required

Correct Answer is : x**0.5

3. Which of the following is not a valid property of a PARAMETER statement?

Correct Answer is : Parameters can be set anywhere in a program

4. In a FORTRAN program I have set x=2.0, a=2.0 and b=4.0. What is the value of y if: y = a*x+b**2/x ?

Correct Answer is : 12

5. In a FORTRAN program I have set x=1.5,i=3, and j=2. What is the value of y if:

Correct Answer is : 4