File Handling Terminology Flashcards
What is a file?
A file is an object on a computer that stores data, information, settings or commands used with a computer program
What is a field?
A field is a piece of data within a record or an object
What is a record?
A record is a collection of fields that stores information about a single person, item or an event
What is Reading?
when file handling
Reading a file is an operation to view or display the data in a file
What is Writing
When file handling
Writing to a file is an operation to update an existing file
What is a file object?
A file object represents a file on the computer, allowing you to perform operations such as reading from, writing to, accessing the contents or manipulating a file