Computer Science
Which module is required to use the built-in function dump()?
- math
- flush
- pickle
- unpickle
Related Questions
To read the remaining lines of the file from a file object fobj, we use:
- fobj.read(2)
- fobj.read()
- fobj readline()
- fobj.readlines()
The readlines() method returns:
- String
- A list of integers
- A list of single characters
- A list of strings
Which of the following functions is used to write data in the binary mode?
- write
- output
- dump
- send
Which is/are the basic I/O (input-output) stream(s) in file?
- Standard Input
- Standard Output
- Standard Errors
- All of these