A title that is added to a Word object and numbered sequentially is a:

a. caption
b. heading
c. table


A

Computer Science & Information Technology

You might also like to view...

Children can ____________________ while their PCs read stories.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the full path name to the example file?

Configuring Administrative Tools
a. Click Control Panel > Administrative Tools > Performance Monitor. The Performance Monitor window opens. Expand Data Collector Sets. Right-click User Defined, and select New > Data Collector Set.

b. The Create new Data Collector Set window opens. In the Name field, type Memory Logs. Select the Create manually (Advanced) radio button, and click Next.

c. The What type of data do you want to include? screen opens. Check the Performance counter box then click Next.

d. The Which performance counters would you like to log? screen opens. Click Add.

e. From the list of available counters, locate and expand Memory. Select Available MBytes and click Add>>.

f. You should see the Available MBytes counter added in the right pane. Click OK.

g. Set the Sample interval field to 4 seconds. Click Next.

h. In the Where would you like the data to be saved? screen, click Browse.

i. The Browse For Folder window opens. Select your (C:) drive, which is Local Disk (C:) in the figure on the next page. Select PerfLogs and click OK.

j. The Where would you like the data to be saved? window opens with the directory information that you selected in the previous step. Click Next.

k. The Create the data collector set? screen opens. Click Finish.

l. Expand User Defined, and select Memory Logs. Right-click Data Collector01 and select Properties.

m. The DataCollector01 Properties window opens. Change the Log format: field to Comma Separated.

n. Click the File tab.

Computer Science & Information Technology

To speed up item insertion and deletion in a data set, use ____.

A. arrays B. linked lists C. classes D. ADTs

Computer Science & Information Technology

Case-based Critical Thinking Questions Case 3-1 Judy wants to be able to validate the XML documents that she uses for recipes. These documents include numeric elements that specify ingredient amounts and cooking times, so you recommend that she use a schema instead of a DTD, and you teach her some of the key facts about schemas. You tell Judy that there are multiple vocabularies available for schema. Which of them is the most widely adopted?

A. XML Data B. XML Schema C. Regular Language for XML D. Schematron

Computer Science & Information Technology