answersLogoWhite

0

What is random file organisation?

Updated: 4/28/2022
User Avatar

Wiki User

11y ago

Best Answer

random file organization is a organization were you search a certain object ofr file by the use of any key and in search by randomly

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is random file organisation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the significance of choosing an appropriate file organisation for data?

There are several methods of file organisation and each one is suited for a particular task or purpose. Here are the factors to consider before choosing a file organisation method; Frequency of update: A file that needs to be updated every now and then needs an organisation method that will allow easy retrieval of information and ease of updating, example of such a file is the transaction file. File activity: Different files have different activities, example a sort file is used to sort data in sequential order and therefore sequential method would be appropriate for such a file. File access method: Definitely different files have different methods of being accessed, example a reference file is accessed using random method for easy retrieval of data. Nature of the system: Files that are used in a particular system will depend on the nature of the system i.e the suitable organisation method for that particular system. Master file medium: The master file is the main file for keeping permanent updates of records from transaction files and other sources, the medium by which it is updated will determine the organisation method to be used.


What is an explanation of the hash file organization?

hash file organisation is containing the record of the file.


Why would an organization have a file register?

why would an organisation have a file register


What are Different types of file organisation in DBMS?

Heap file organization Sequential File Organization Hashing File organization


Could you explain factors to consider when selecting file organization method?

Here are the factors to consider before choosing a file organisation method; 1. Frequency of update: A file that needs to be updated every now and then needs an organisation method that will allow easy retrieval of information and ease of updating, example of such a file is the transaction file. 2. File activity: Different files have different activities, example a sort file is used to sort data in sequential order and therefore sequential method would be appropriate for such a file. 3. File access method: Definately different files have different methods of being accessed, example a reference file is accessed using random method for easy retrieval of data. 4. Nature of the system: Files that are used in a particular system will depend on the nature of the system i.e the suitable organisation method for that particular system. 5. Masterfile medium: The masterfile is the main file for keeping permanent updates of records from transaction files and other sources, the medium by which it is updated will determine the organisation method to be used.


What does cwindowsexedawevdll mean?

it is a file (C/windows/exe/daw/evdll) is sum random file :)


What is the name of the file the operating system uses when it moves data from random access memory to virtual memory?

A swap file is the file that an operating system uses when it is moving data. A computer creates this file when it is moving data from random access memory to virtual memory.


What is an explanation of the file modes briefly?

Two file modes are "text" and "binary". Text is used for human readable data, such as a C source file, or a notepad text file. Binary is used for computer readable data, such as an executable object file. Two other file modes are "sequential" and "random". Sequential is used when the file is accessed serially, from the beginning to the end, and can be used for both text and binary files. Random is used when the file is accessed non-serially, often jumping around from place to place. An example of random is a database file.


What is a random access file in QBasic?

Random access simply means the ability to read and write anywhere in the file, as opposed to sequential access where data is simply appended to the end of the file and is accessed by traversing from the start of the file in sequential order. Random access is ideally suited to data arrays where every element in the file is exactly the same length, allowing constant-time traversal from one element to any other, in both directions. If the data is also sorted, random access also allows binary search to improve search efficiency.


What is the header files from random functions?

The header file for random functions ( like rand(), srand() ) is stdlib.h in C and cstdlib in C++.


What are the three types of file access control?

Sequential access,Random, Binary


In gw basic what are the two types of file handling?

Sequential and random access.