OMIS 452 Quiz 8 (Ch. 9 - 11 - 12) Exam Questions with Correct
Answers (Grade A+)
Question 1: ODBC was developed by Microsoft and has been implemented by many other vendors.
(T/F)
Answer: False
Question 2: DataSets are needed to provide a unique, proprietary means to process database views.
(T/F)
Answer: False
Question 3: JDBC and ODBC are essentially the same as they are both owned by Oracle Corp. (T/F)
Answer: False
Question 4: A servlet is:
Answer: a Java program that is invoked on the server to respond to HTTP requests
Question 5: Which of these is NOT one of the steps when using JDBC? A. create a statement B. load
the driver C. establish a connection to the database D. none of these are steps when using JDBC E.
execute the statement F. all of these are steps when using JDBC
Answer: F. all of these are steps when using JDBC
Question 6: An applet is: A. none of these B. a very small app on a phone C. a omelette made with
apples D. a compiled Java bytecode program that is transmitted to a browser via HTTP E. a Java
program that is invoked on the server to respond to HTTP requests
Answer: D. a compiled Java bytecode program that is transmitted to a browser via HTTP
Question 7: The goal of database security is to ensure that only authorized users can perform
authorized activities at authorized times. (T/F)
Answer: True
Question 8: A checkpoint is a point of synchronization between the database and the transaction log.
(T/F)
Answer: True
Page 1
Answers (Grade A+)
Question 1: ODBC was developed by Microsoft and has been implemented by many other vendors.
(T/F)
Answer: False
Question 2: DataSets are needed to provide a unique, proprietary means to process database views.
(T/F)
Answer: False
Question 3: JDBC and ODBC are essentially the same as they are both owned by Oracle Corp. (T/F)
Answer: False
Question 4: A servlet is:
Answer: a Java program that is invoked on the server to respond to HTTP requests
Question 5: Which of these is NOT one of the steps when using JDBC? A. create a statement B. load
the driver C. establish a connection to the database D. none of these are steps when using JDBC E.
execute the statement F. all of these are steps when using JDBC
Answer: F. all of these are steps when using JDBC
Question 6: An applet is: A. none of these B. a very small app on a phone C. a omelette made with
apples D. a compiled Java bytecode program that is transmitted to a browser via HTTP E. a Java
program that is invoked on the server to respond to HTTP requests
Answer: D. a compiled Java bytecode program that is transmitted to a browser via HTTP
Question 7: The goal of database security is to ensure that only authorized users can perform
authorized activities at authorized times. (T/F)
Answer: True
Question 8: A checkpoint is a point of synchronization between the database and the transaction log.
(T/F)
Answer: True
Page 1