CBSE Class 12 Computer Science Question 81 of 145

File Handling — Question 16

Back to all questions
16
Question

Question 16

The dump() function of the pickle module performs unpickling.

Answer

False

Reason — The dump() function of the pickle module performs pickling i.e, an object hierarchy is converted into a byte stream. It is used to write an object on to a binary file opened in a write mode.