To create a Web page in openSUSE Linux, you must use a ____ editor.

A. line
B. Web
C. text
D. GUI


Answer: C

Computer Science & Information Technology

You might also like to view...

Stepwise refinement refers to

(A) the process whereby a malfunctioning program is fixed by correcting one "bug" at a time. (B) any procedure that calls another procedure (and so on) to accomplish a task. (C) breaking a large task into smaller tasks. (D) the belief that increasing the number of people working on a project decreases the time it will take to complete the project.

Computer Science & Information Technology

If a local variable and a global variable have the same name within the same program, the __________ resolution operator must be used.

a. variable b. ambiguity c. scope d. global e. None of these

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. In JavaFX all CSS properties begin with -fx-. 2. In a JavaFX application, a CSS type selector corresponds to a specific JavaFX node. 3. In a JavaFX application, you must recompile the application each time you make a change to the stylesheet. 4. Styles specified with the .root selector take precedence over styles applied to any other node. 5. CSS uses the RGB color system to define colors and colors can be specified using six hexadecimal numbers preceded by the # symbol.

Computer Science & Information Technology

A total row appears as the last row of a table to:

A) highlight or emphasize cells that meet certain conditions. B) format cells based upon their value in reference to the value of other cells. C) display summary statistics, such as a sum. D) tag a table element as a reference in a formula.

Computer Science & Information Technology