GCSE Computer Science: Data Organisation
This module contains:
Compatible with the following examination boards
Download Module 45: Data Organisation
This download is exclusively for Teach Computer Science subscribers!
To download this file, click the button below to signup (it only takes a minute) and you'll be brought right back to this page to start the download!
Already a member? Log in to download.
Data Organisation
Programming languages are also used to handle large amounts of data. In such cases, variables would not be a convenient method of storing data as these values would not be available after the execution of the programme. Hence, file systems are used to store the data whereby it’s available even after the execution of the programme. In this article, the various operations related to organising data in a file are explained.
This GCSE Computer Science module introduces
Searching a file with serial data - Sequential data
Binary search algorithm How to sort using Python