Question:

Match List I with List II
List IList II
A.tell()I.This function used to position the file object at particular position in a file
B.seek()II.This function returns an integer that specifies the current position of the object in the file
C.dump()III.This function is used to convert Python objects for writing data in a binary file
D.load()IV.This function is used to load data from a binary file
Choose the correct answer from the options given below :

Updated On: Sep 23, 2024
  • A-I, B-II, C-III, D-IV
  • A-II, B-I, C-III, D-IV
  • A-III, B-IV, C-I, D-II
  • A-IV, B-III, C-I, D-II
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The correct option is (B) :A-II, B-I, C-III, D-IV.
Was this answer helpful?
0
0