Imagine you have a large collection of books at home. Which of the following best describes what a database does?
Think about how you find a book quickly when you have many books.
A database organizes and stores data so you can easily find and use it, just like a bookshelf organizes books.
Look at the flowchart below that shows how a database retrieves information when you ask for it.
What is the correct order of steps when you search for a contact's phone number in a database?
Think about what happens first: the user action or the database action.
The user first inputs the search, then the database looks up, finds, and returns the data in order.
Which statement correctly explains a key difference between a database and a spreadsheet?
Think about how many people can use each tool and how much data they can handle.
Databases are designed for large data and multiple users; spreadsheets are simpler and usually for individual use.
Which of the following is NOT a typical component of a database system?
Consider which component is more related to spreadsheets than databases.
Spreadsheet formulas are not part of database systems; databases use query processors, storage engines, and transaction managers.
You are designing an app that needs to store user profiles with flexible fields that can change often. Which type of database is best suited for this?
Think about which database type handles changing data structures easily.
NoSQL databases allow flexible, changing data fields, making them ideal for user profiles with varying information.