Chapter 14: Database Connectivity and Web Technologies
43. The main disadvantage of using CGI scripts is that:
a. they cause a resource bottleneck since they have to execute separately for each user request.
b. they are specific to the web server and to the operating system, thus being platform dependent.
c. an error in one script can damage and bring down the web server completely.
d. they do not have the capability to process forms or prepare outputs based on form data.
44. A(n) can use a shared connection to the database instead of creating a new one every time.
a. DLL b. API
c. web browser d. HTTP GET request
45. What is a disadvantage of using an API web-server interface?
a. It is slower than CGI scripts.
b. It is inefficient because it uses DLLs.
c. An external program needs to run for each user request.
d. An API error can bring down the entire web server.
46. Each time an end user clicks a hyperlink, the browser generates a(n) page request that is sent to the
designated web server using the TCP/IP Internet protocol.
a. HTML b. XML
c. HTTP GET d. API
47. The web browser’s job is to interpret the HTML code that it receives from a web server and to:
a. develop web-based applications. b. display it in a standard formatted way.
c. perform immediate data entry validation. d. extract details, such as order data, from it.
48. You must use plug-ins and other client–side extensions:
a. to create an open communication line between a server and its clients.
b. to eliminate the need for running external programs for each client request.
c. to improve processing capabilities of a browser.
d. to create dynamic web search pages.
49. Which of the following is a client-side extension?
a. ActiveX b. ODBC
c. SQL*Net d. TCP/IP