|
Answer: a database
Explanation:
The correct answer is (b) data.
A telephone number, a birth date, and a customer name are all examples of data, which is any piece of information that can be stored and processed by a computer.
A record is a collection of related fields in a database that represent a single instance of an entity, such as a customer or an order. So, the customer name, birth date, and telephone number could be fields within a customer record in a database.
A file is a collection of data that is stored as a unit on a computer, such as a text file or an image file.
A database is a collection of structured data that is organized and stored in a way that allows for efficient retrieval and manipulation of that data.
So, while the customer name, birth date, and telephone number could be part of a record in a database, they are more generally examples of data that can be stored in various ways, such as in a file or within a database.
|