Question: 1. random access memory is? a. persistent b. volatile c. permanent 2. which of the following is not permanent storage? a. ram b. a hard
1. random access memory is? a. persistent b. volatile c. permanent 2. which of the following is not permanent storage? a. ram b. a hard disk c. a usb drive d. All of these 3. which of the following is not a file class method? a. create () b. delete () c. exists () d. end () 4. when each record in a file is stored in order based on the value in some field, the file is a(n) ______ file? a. random access b. application c. formatted d. sequential 5. which of the following is not part of a filestream constructor? a. the file size b. All file mode c. the filename d. the type of access 6. which of the following is not a filestream property? a. canread b. canexist c. canseek d. canwrite 7. a character used to specify the boundary between data items on text files is a________? a. sentinel b. stopgap c. delimiter d. margin 8. after a streamReader has been created, the ReadLine() method can be used to ______? a. retrieve one line at a time from the file b. retrieve one character at a time from a file c. store one line at a time in a file d. split a string into tokens 9. the string class Split() method stores it's results in? a. a string b. and array of Strings c. an appropriate data type for each token d. an array of bytes 10. the process of converting objects into streams of bytes is? a. extraction b. splitting c. mapping d. serialization
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
