There is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially. Then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC d .ACCESS MODE has nothing to do with it
RE: There is a file whose ORGANISATION is INDEXED.you ...
Answer is we will go for Dynamic Access Mode. Because dynamic will first start from the record like random access then it will go for sequential access in file. So random and sequential both are done.
RE: There is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially. Then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC d .ACCESS MODE has nothing to