Computer Science, asked by gangadharigeetha6655, 2 months ago

what is the meaning of :-
Field :
Record :
File :
Data Base :

Please tell the answer of computer ​

Answers

Answered by kavitha2057
0

Answer:

A record consists of fields, with each field describing an attribute of the entity. ... A primary key in a file is the field (or fields) whose value identifies a record among others in a data file. Database - is an integrated collection of logically related records or files.

Answered by GameStaticRg
0

ANs: field: In object-oriented programming, a field (also called data member or member variable) is a particular piece of data encapsulate

record: A record is a data structure that groups together related items of data. These are slightly more complex than arrays as you can store more than one type of data together. For example, with a game, it could be useful to set up a data structure which collects a player's login and their score in one structure.

File: A file is the common storage unit in a computer, and all programs and data are "written" into a file and "read" from a file. A folder holds one or more files, and a folder can be empty until it is filled.  Files are always stored in folders.

Similar questions