215k views
0 votes
All of the information (name, GPA, major, etc.) about a particular student is stored in the same ______.

1) file
2) record
3) attribute
4) field

1 Answer

6 votes

Final answer:

In computer science and database management, a record is used to store information about a particular entity. Each student's information in a student database is stored in a separate record.

Step-by-step explanation:

The correct answer is 2) record.

In computer science and database management, a record is used to store information about a particular entity, such as a student. The record contains different attributes, which represent specific pieces of information about the entity, such as name, GPA, major, etc.

For example, if we have a student database, each student's information will be stored in a separate record. This allows for efficient organization and retrieval of information when needed.

User Aolszowka
by
7.4k points