For a project whose content consists of elements that can be viewed individually, which type of authoring system is particularly useful during development?

a. Card- or page-based tool
b. Icon-based, event-driven tool
c. Time-based tool
d. Scripting language
e. All are equally useful


a. Card- or page-based tool

Computer Science & Information Technology

You might also like to view...

What will be displayed after the following statements are executed?

``` int ans = 10; int x = 65; int y = 55; if (x >= y) { int ans = x + y; } System.out.println(ans); ``` a. 10 b. 120 c. 100 d. The code contains an error and will not compile.

Computer Science & Information Technology

When using date fields, the Custom AutoFilter allows you to sort by dates that are relative to the current date

Indicate whether the statement is true or false

Computer Science & Information Technology

The Perl's ____ function is based on the data encryption standard (DES) algorithm, and its variations are intended to discourage the use of hardware implementations of a key search.

A. des() B. crypt() C. password() D. passwd()

Computer Science & Information Technology

A Web filter is a piece of software that

a. keeps track of the pages your Web browser displays. b. sends Google information about your Web surfing habits. c. prevents certain Web pages from being displayed by your browser. d. prevents unauthorized people from using your computer to surf the Web. e. A and B.

Computer Science & Information Technology