File Handling Terminology Flashcards

1
Q

What is a file?

A

A file is an object on a computer that stores data, information, settings or commands used with a computer program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a field?

A

A field is a piece of data within a record or an object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a record?

A

A record is a collection of fields that stores information about a single person, item or an event

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Reading?

when file handling

A

Reading a file is an operation to view or display the data in a file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Writing

When file handling

A

Writing to a file is an operation to update an existing file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a file object?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly