Identify the statement which can not be interpret from the given code:f = open("test.dat", "ab+")
1.test.dat is a binary file
2.reading operation can be done on test.dat
3.appending operation can be done on test.dat
4.test.dat contains records about books
Answer:4