Computer Science, asked by abjason, 8 months ago

Define Record, Field and value.

Answers

Answered by akashmishra3
6

Explanation:

Record- In computer science, a record (also called a structure, struct, or compound data) is a basic data structure. ... Arecord type is a data type that describes such values and variables. Most modern computer languages allow the programmer to define newrecord 

Field-In computer science, data that has several parts, known as a record, can be divided into fields. Relational databases arrange data as sets of database records, also called rows. Each record consists of several fields; the fields of all records form the columns. Examples of fields: name, gender, hair colour

Value- In computer science, a value is the representation of some entity that can be manipulated by a program. The members of a type are the values of that type. ... This means that the resulting value is independent of the location in which a (sub-)expression needed to compute the value is stored.

Similar questions