answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is Sequential File Programming and what is it's advantages and disadvantages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the advantages and disadvantages of sequential file organizations?

fxdhgjy ghjgvvh vvhbbhc jhbgjb bbcckjgk vlgk vkj


What are the advantages and disadvantages of indexed-sequential file organization?

Advantages of indexed-sequential file organization include efficient access to records through an index and sequential storage for faster retrieval. However, disadvantages may include increased complexity in managing the index and potential performance degradation due to index maintenance overhead.


What are the advantages and disadvantages of sequential file?

fxdhgjy ghjgvvh vvhbbhc jhbgjb bbcckjgk vlgk vkj


Advantages of sequential file in c?

You don't have to bother with positioning in the file.


How do you read and write data to serial and sequential file using basic programming language?

you do


What are the disadvantages of indexed sequential file organization?

fxdhgjy ghjgvvh vvhbbhc jhbgjb bbcckjgk vlgk vkj


Advantages and disadvantages Flat file database?

No one knows


What are the advantages of indexed-sequential file organisation?

Indexed-sequential file organization allows for efficient storage and retrieval of records by combining the benefits of sequential access (fast for batch processing) and direct access (quick for individual record retrieval). It provides faster access to records compared to purely sequential files while maintaining sequential organization for improved batch processing performance. The index allows for quick access to specific records without needing to search through the entire file.


What is the difference between the file maintenance and file organization?

file organization is of 3 types sequential,direct and indexed sequential where how data is accessed in eash file is decided where as file maintainence is


What are sequential access files?

The file(s) (data) which are accessed in a sequential or a orderly manner is called as a sequentially accessing a file.


What is a indexed sequential file?

An indexed sequential file is a type of file organization where data records are stored sequentially in the order of key values. An index is maintained to help locate records quickly. This combination of sequential storage and indexing allows for efficient access to data in both sequential and random access patterns.


What are the disadvantages of random access?

Assuming you're talking about tape storage.. mainly speed ! With sequential access, the medium has to be constantly rewound back to the start before the next relevant data can be accessed. The constant rewinding slows down the access time.