1. One of the main functions of a database system is to provide timely answers to end users.
Answer
True
False
Question 2
Question
2. Good database performance is easy to evaluate.
Answer
True
False
Question 3
Question
3. All factors must be checked to ensure that each system component operates at its optimum level and has sufficient resources to minimize the occurrence of bottlenecks.
Answer
True
False
Question 4
Question
4. Good database performance starts with good database design.
Answer
True
False
Question 5
Question
5. DBMS implementations are typically similar in complexity to two-tier client/server configurations.
Answer
True
False
Question 6
Question
6. A data file can only contain rows from one single table.
Answer
True
False
Question 7
Question
7. The data cache caches system catalog data and the contents of the indexes.
Answer
True
False
Question 8
Question
8. The SQL cache stores the end-user written SQL.
Answer
True
False
Question 9
Question
9. To work with data, the DBMS must retrieve the data from permanent storage and place it in RAM.
Answer
True
False
Question 10
Question
10. The purpose of an I/O operation is to move data to and from different computer components or de-vices.
Answer
True
False
Question 11
Question
11. Working with data in the data cache is many times faster than working with data in the data files.
Answer
True
False
Question 12
Question
12. Fully equivalent means that the optimized query results are always the same as the original query.
Answer
True
False
Question 13
Question
13. The SQL execution activities are performed by the query optimizer.
Answer
True
False
Question 14
Question
14. All transaction management commands are processed during the parsing and execution phases of query processing.