A file must be ________ before data can be written to or read from it. closed opened buffered initialized none of these
2 answers:
Answer: Opened
Explanation:
- File is defined as object that holds information, commands ,data etc and allotted with specific name known as file name.
- A file needs to be opened for performing functions like reading, writing changing elements, saving any changes made or closing etc.
- Other options are incorrect because buffer is used for holding information before using it for short period of time.
- Closing action can be performed only after opening a file. Initialization is defining any value that is required in program.
- Thus , the correct option is opened.
Hello <span>Circe2633 </span><span>
Answer: A file must be opened before data can be written to or read from it. closed opened buffered initialized none of these
Hope this helps
-Chris</span>
You might be interested in
During night. or during a dark cloudy day. this is logic but k
Answer:
(target - 10 ≤ score) AND (score ≤ target + 10)
Explanation:
Probably the minimum number in the given set so 5.
Answer: Contro; + Home
This key combination will return you to the first row, first column of the current worksheet.
Def firstChars( word ):
if( word ): # make sure word has characters
print( word[ 0 ] ) # print the first character (Python 3 syntax)