Answer:
Explanation:
be themselves and that is more than enough to be beautiful. Lastly, I would organize the colorson each photo to be organized to make it look like flowers. That would add a nice touch to seemlike the unorganized pictures are actually organized.
String temp;
for i = 0 to Address.length - 6 do
begin
temp = copy(address, i, i + 6) //returns a substring of a string beginning at
//i and ending at i + 6
if temp = 'Avenue' then
return i;
end;
The answer is spreadsheet. I just did this lesson and I got all of the answers right so I know it's correct.
Answer:
A) Data:
The raw facts and the figure is known as data. It is collected from different types of sources for different kinds of purposes. Data is stored in the form of information that is used by the computer system.
For example: data is collected by the research paper and e-mail is also the example of data.
B) Field:
Field is defines as the character and the group of characters in the form of alphabets and in numeric form which contain specific meaning. A field is use to define various components and storing the data in the system.
C) Record:
A set of one and more than one field which logically describe the particular information or data within the same domain is known as record. A set of various records is constitute as file. It is also refers to the unique field information.
D) File:
A collection of various records is known as file. Files are used in the computer system for storing various types of data and information.
For example: A file contain the records of the students.