answersLogoWhite

0

File organization is the methodology which is applied to structured computer files. Files contain computer records which can be documents or information which is stored in a certain way for later retrieval. File organization refers primarily to the logical arrangement of data (which can itself be organized in a system of records with correlation between the fields/columns) in a file system

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What do you mean by a structure?

the word structure mean mode of building ,construction ,or organization


What do you mean by non primitive data structure in C programming?

What do you mean by searching in data structure in C.?


What does the term file mean in data bases?

it means file


What is the set data structure?

MEAN


What does data items mean?

Data means chunk of information. When lots of data store in single space then it's called file.


What is the purpose of a data dictionary?

A data dictionary provides a comprehensive list of data elements with detailed descriptions, including their meaning, relationships, and structure. It serves as a reference guide to ensure consistency, accuracy, and understanding of data across an organization. It helps in data management, data integration, and data governance practices.


What does it mean by organizational structure of an office?

Meaning . the whole office area (from receptionist to the President ) the structure (what makes it run) organization. I tried...


A database is self describing what does this mean?

A self-describing database is one that contains metadata or documentation within the database itself that defines the structure, organization, and relationships of the data. This allows users and applications to understand and manipulate the database without relying on external resources or knowledge.


What does the teme intrapeneur mean?

the ability of someone withing an organization or structure to create new possibilities


What is mean by stream in file?

A stream is how a program reads to and writes from a file. When a program needs to create or edit a file, it opens up a "stream" to the file, "streams" the intended data to the file, and then saves it before closing the stream.


Can a data type be called a data structure?

Yes, they can be used interchangeably, but they usually mean separate things. A type of data is something like an integer, or string. While a data structure usually refers to a linked list or tree of integers or strings.


How can insert a data into file in c?

You insert data into a file by copying the file to a temporary file up to the point of insertion, then copying the data to be inserted, then copying the balance of the original file. After closing the temporary file you delete the original file and rename the temporary file back to the original file's name.