?
The accompanying figure shows a sample node set, with the context node shaded blue. In each image, the objects in the node set that are selected by a specific step pattern axis value are numbered and shaded in red. Which axis value is represented by image D??

A. ?descendant
B. ?child
C. ?following
D. ?following-sibling


Answer: A

Computer Science & Information Technology

You might also like to view...

Given the following method header, which of these method calls is incorrect?

``` public void displayValue(double x, int y); ``` a. displayValue(a, b); // where a is a long and b is a byte b. displayValue(a, b); // where a is an int and b is a byte c. displayValue(a, b); // where a is a short and b is a long d. All of these would give an error.

Computer Science & Information Technology

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

1. All information that is to be processed by a computer must first be entered into memory via an input device. 2. A list of instructions provided to the computer is called a program. 3. Once a program is stored in memory, the control unit can execute this program, fetching then executing one instruction at a time. 4. A floppy disk cannot be removed from its disk drive; therefore, you cannot buy extra floppy disks to insert into a floppy disk drive. 5. Just like a large term paper, complex programs require substantial planning and organization before any substantial writing should be done.

Computer Science & Information Technology

Which of the following is a symptom that your system might be infected by a Trojan?

a. The home page of your browser has changed. b. You cannot access the Internet. c. The DVD seems to be working on its own. d. All the above.

Computer Science & Information Technology

You can insert an individual merge field by clicking the ____ list arrow in the Write & Insert Fields group and then selecting the field name from the menu that opens.

A. Insert Field B. Insert Merge Field C. New Merge Field D. Add Merge Field

Computer Science & Information Technology