Which of the following statements about file state is false?
A. Input files are opened in the read state.
B. Output files are opened in the write state.
C. Error files are opened in the error state.
D. To move from the read state to the write state, a file position function must be called.
E. Append files are opened in the write state.
Answer: C
You might also like to view...
An instance method must be sent to an object, not a class.
Answer the following statement true (T) or false (F)
Show the tree that is the result of removing the following elements (in order): 13, 16, 12.
Consider the following binary search tree. 12 / \ 9 16 / / \ 1 13 15
Which of the following is NOT one of the arguments of a PMT function?
A. payment B. pv C. nper D. rate
Which of the following statements is false?
a. Android Studio’s layout editor enables you to build GUIs using drag-and-drop techniques. b. You can edit the GUI’s XML directly. c. In portrait orientation the device’s width is greater than its height. d. Android’s Explore by Touch enables users to touch items on the screen and hear TalkBack speak the corresponding descriptive text.