CBSE Class 12 Computer Science Question 78 of 145

File Handling — Question 13

Back to all questions
13
Question

Question 13

Conversion of an object hierarchy in byte stream is called Serialisation.

Answer

True

Reason — Serialisation is the process of converting Python object hierarchy into a byte stream, so that it can be written into a file.