Exam 13: The Web Server Environment

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

In ODBC,the amount of work that the driver must do is largely determined by the degree of SQL-compliance of the data source.

Free
(True/False)
4.8/5
(28)
Correct Answer:
Verified

True

What are the different types of conformance levels within the ODBC standard,and why do they exist?

Free
(Essay)
4.9/5
(31)
Correct Answer:
Verified

There are two types of conformance levels within the ODBC standard-ODBC conformance and SQL conformance.ODBC conformance deals with the features and functions that are available to the application program through the DBMS driver API.The SQL conformance standard deals with the SQL statements,expressions,and data types that the driver can process.The reason for these levels is to accommodate the varying ability of different vendors to comply with the power and expressiveness of the ODBC standard and the SQL language.Without these different levels of compliance,the ODBC standard would either be too simple to be very useful,or too rigorous for many vendors to comply with.

What type of JDBC driver connects to the native API of the DBMS?

Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
Verified

B

An ADO.NET DataSet has all the characteristics,features,and functions of a regular database.

(True/False)
4.8/5
(35)

ADO.NET in-memory databases are called ________.

(Multiple Choice)
4.9/5
(37)

Which of the following is a task performed by the driver according to the ODBC standard?

(Multiple Choice)
4.8/5
(33)

A(n)________ is a Java program that is interpreted and executed by a bytecode interpreter on the Web server.

(Multiple Choice)
4.7/5
(29)

What type of JDBC driver translates JDBC calls into DBMS-independent network protocols?

(Multiple Choice)
4.9/5
(38)

HTML is an application of ________.

(Multiple Choice)
4.9/5
(35)

An ADO.NET dataset can have primary and foreign keys,but ADO.NET does not support referential integrity.

(True/False)
4.8/5
(38)

An applet is a Java bytecode program that executes on the Web server.

(True/False)
4.8/5
(35)

ODBC stands for Open Database Connectivity.

(True/False)
4.8/5
(31)

An important method of a collection is a(n)________,which can be used to pass through or otherwise identify the items in the collection.

(Multiple Choice)
4.8/5
(33)

JSP pages are automatically re-compiled if the uncompiled JSP page is newer than the compiled version of the page.

(True/False)
4.9/5
(35)

Briefly describe PHP.

(Essay)
4.8/5
(38)

Java programs are compiled into machine-independent bytecode.

(True/False)
4.9/5
(31)

PHP code is executed on a server and can generate HTML code that is sent to the client computer.

(True/False)
4.9/5
(27)

Explain the process by which JSP pages are compiled.

(Essay)
4.8/5
(29)

Compare and contrast servlets and applets.

(Essay)
4.9/5
(37)

ADO.NET is a completely new product,with no connection to ADO except the similar name.

(True/False)
4.8/5
(33)
Showing 1 - 20 of 128
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)