True False -For the following questions, circle \"T\" for True or \"F\" for Fals
ID: 3831958 • Letter: T
Question
True False -For the following questions, circle "T" for True or "F" for False. T F 1. The data type "CHARACTER" is used to store a rocket's maximum number of missions T F 2. When a file is opened with the STATUS = 'OLD' option is because the data it contains is OLD, and therefore, it must be updated soon. T F 3. The "USE My_Module statement is part of the "execution section" in a Fortran program T F 4. A named constant is a data object that can change values, multiple times, during the execution of a program. T F 5. A named constant must be initialized when it is declared T F 6. Intrinsic functions are user-supplied and are not part of the Fortran language. T F 7. A relational expression (e.g., "i == 0") results in a logical value T F 8. The "DO" statement is used to execute one or more statements multiple times. T F 9. All computers use a representation called ASCII to store character data T F 10 The "==" symbol is Fortran's assignment operator.Explanation / Answer
1. t
The data type CHARACTER is used to store a rockets maximum number of missions
2.f
When a file is opened with the STATUS OLD option is because the data it contains is OLD
3.f
4.t
5.t
6.f
7.t
8.f
9.t
10.f.