Computer Science, asked by sisirkantamishra, 2 months ago

easy interface to enter record in computer​

Answers

Answered by durgeshgupta02
0

Explanation:

Explanation:In computer science, a record (also called a structure, struct, or compound data) is a basic data structure. Records in a database or spreadsheet are usually called "rows".[1][2][3][4]

Explanation:In computer science, a record (also called a structure, struct, or compound data) is a basic data structure. Records in a database or spreadsheet are usually called "rows".[1][2][3][4]A record is a collection of fields, possibly of different data types, typically in a fixed number and sequence.[5] 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.

Explanation:In computer science, a record (also called a structure, struct, or compound data) is a basic data structure. Records in a database or spreadsheet are usually called "rows".[1][2][3][4]A record is a collection of fields, possibly of different data types, typically in a fixed number and sequence.[5] 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.For example, a date could be stored as a record containing a numeric year field, a month field represented as a string, and a numeric day-of-month field.

Similar questions