define: record , field and value
Answers
Answer:
Records are distinguished from arrays by the fact that their number of fields is typically fixed, each field has a name, and that each field may have a different type. A record type is an data type that describes such values and variables. Most modern computer languages allow the programmer to define new record types.
Explanation:
arre q. toh hamare hogaye last year
vese tumhare book ka or current chap. ka kya naam. he
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.
hope it helps you