MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A collection of field values of a given entity
A
Attribute and Entity
B
Entity Set
C
Field
D
Record
Explanation: 

Detailed explanation-1: -Record-a record represents a collection of attributes that describe a real-world entity. A record consists of fields, with each field describing an attribute of the entity.

Detailed explanation-2: -Record: Record is a collection of values or fields of a specific entity.

Detailed explanation-3: -A record is a collection of fields, possibly of different data types, typically in a fixed number and sequence. The fields of a record may also be called members, particularly in object-oriented programming; fields may also be called elements, though this risks confusion with the elements of a collection.

Detailed explanation-4: -Correct option is C)Collection of fields is called records In a database, a record is a group of fields within a table that are relevant to a specific entity. Records are composed of fields, each of which contains one item of information. A set of records constitutes a file.

There is 1 question to complete.