<h2>The Examples Of Users:</h2>
<h2>
The Answers Are:</h2>
- Formatted summary of information from a database
- User-friendly interface for adding to or retrieving information from a database
- Stores raw data in a relational database
- Retrieves specific information from a database. Can also be used to update, edit, and remove data
<h2>
Hope it helps*^-^*All Correct!?</h2>
Answer:
Answered below
Explanation:
aFile = open("books.txt", "r")
This code uses the function open() which takes two parameters. The first parameter is the file name while the second parameter is the mode in which you are accessing the file.
The "r" mode opens the file in a reading state. That is, you can only read from the file. This code completes the reading process
aFile.read( )
The "w" mode opens the file so you can write to it and make changes.
The "a" mode opens the file so you can add contents to it.
Line graphs can also be used to compare changes over the same period of time for more than one group. Pie charts are best to use when you are trying to compare parts of a whole. They do not show changes over time. Bar graphs are used to compare things between different groups or to track changes over time.