Answer:
1. Database
2. Tree
<u>Database</u>
An organized collection of data, that is stored form different computer system is called Database.
<u>Tree Topology</u>
A type of network in which multiple computers are connected in a tree like structure. This type of network topology is used to organize data in database.
<u>Explanation</u>
In banks database servers are used to organize and store large volumes of financial data.
<em>To organize such type of data with the help increasing number of employs on database, tree topology is used to connect all computers of that bank on the network,</em>
Answer:
<fact>[ZRjKt9sw6V(gh6E)ehNM3]<zip>
Explanation:
Answer:
A slide is a single page of a presentation. A slide show is an exposition of a series of slides or images in an electronic device or in a projection screen.
Explanation:
hope this helps :D pls mark brainliest :D
Answer:
IN PYTHON ::
x=int(input('Enter length:'))
y=int(input('Enter width:'))
print('Area of the rectangle is', x*y,'squared units')
I hope it will be useful.