Which statement about CGI scripts is false?

A. You can use CGI scripts to start and stop external programs or to specify that a page updated automatically based on user input.
B. You can use CGI scripts to create surveys and site search tools, but they are not appropriate for creating games.
C. CGI lets you create dynamic web documents "on the fly" so that pages can be generated in response to preferences specified by the user.
D. You can use CGI to do basic tasks such as record entries to a guest book or count the number of people who have accessed a specific page of your site.


Answer: B

Computer Science & Information Technology

You might also like to view...

The day-one status of the data asset base is established through the ____.

A. reference evaluation B. standard evaluation C. remediation evaluation D. baseline status evaluation

Computer Science & Information Technology

The angle of a straight line compared to horizontal on a line chart is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

(15 Puzzle) Write a Web page that enables the user to play the game of 15. There is a 4-by-4 board (implemented as an HTML table) for a total of 16 slots. One of the slots is empty. The other slots are occupied by 15 tiles, randomly numbered from 1 through 15. Any tile next to the currently empty slot can be moved into the currently empty slot by clicking on the tile. Your program should create the board with the tiles out of order. The user’s goal is to arrange the tiles into sequential order row by row. Using the DHTML object model and the ONCLICK event presented in Chapter 16, write a script that allows the user swap the positions of a tile and the open position. [Hint: The ONCLICK event should be specified for each table cell.]

What will be an ideal response?

Computer Science & Information Technology

Designers usually use ____ graphics to display photographs.

A. vector B. modified C. bitmap D. calibrated

Computer Science & Information Technology