Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.

Topic 4: File Organisation

Quiz yourself by thinking what should be in each of the black spaces below before clicking on it to display the answer.
        Help!  

Question
Answer
Hashing algorithm   finds the position on the disc from the key field (input); uses an algorithm to calculate / determine disc address.  
🗑
Overflow area   is necessary if this address is already occupied by data; data in the overflow area is usually stored and searched in linear order.  
🗑
Indexed sequential file   An indexed sequential file stores records in key sequence order and an index allows data to be accessed directly. The key field and index are used to locate the correct position, allowing faster access as the data can be accessed directly.  
🗑
Archive file   Archiving is the process of storing data/files which are no longer in current/frequent use. It is held for security/legal/ historical reason / as backup. Frees up resources on the main computer system / allows faster access to in-use data.  
🗑
Multilevel index   A multilevel index arises where this index is a main index which itself contains a range of addresses and the location of the next level index. This process may extend to several levels, with the last index containing the physical address of the record.  
🗑
3 Generation file backup system   A (three) generation file backup system involves storage of several (three) of the most recent versions of master file (condone file / data) (+ transaction file). Useful if one version is corrupted: the previous version(s) is still available.  
🗑
Encrypted data   Encrypted data is more secure – cannot easily be read (without the decryption key/process).  
🗑
Encryption key   The key is the secure binary number (known only to the sender and recipient); Can only decrypt data if this key is known.  
🗑
Random access file   is one where the physical location of the record is calculated from the data in the key field. Sometimes, a data collision occurs. In these circumstances, there needs to be overflow areas where the latest data is stored.  
🗑
Sequential file (additional)   Make a new copy of the records until in the correct place to add the new record; Add the new record to the new copy; Continue until the end of the file; If multiple records to be added, these should preferably be sorted before the above.  
🗑
Sequential file (Deletion)   Make a new copy of the records until in the correct place for deletion; Do not copy the record to be deleted; Continue until the end of the file; If multiple records to be deleted, these should preferably be sorted before the above.  
🗑
Transaction log   is used with on-line updating - stores all the update data; It can be used in case of failure - could restore data by being combined with previous master/backup file, with minimal data loss.  
🗑
What is an Algorithm?   An algorithm is a finite set of rules or instructions to solve a specific problem.  
🗑


   

Review the information in the table. When you are ready to quiz yourself you can hide individual columns or the entire table. Then you can click on the empty cells to reveal the answer. Try to recall what will be displayed before clicking the empty cell.
 
To hide a column, click on the column name.
 
To hide the entire table, click on the "Hide All" button.
 
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
 
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.

 
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how
Created by: mcounsell
Popular Computers sets