what is the meaning of :-
Field :
Record :
File :
Data Base :
Please tell the answer of computer
Answers
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.
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.