Answer the following questions true (T) or false (F)
1. True/False: Since there are already two search routines in use, it is never necessary to write your own code to search for an item.
2. True/False: The bubble sort routine and the selection sort routine are the only sort routines available to programmers.
3. True/False: If a data item which is processed by a subprogram is needed by the main program, its value is imported to the main module.
1. F
2. F
3. F
You might also like to view...
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.
When dates and times are entered as query criteria they are surrounded by ________
A) [ ] B) ( ) C) " " D) # #
The Boolean variable ____ is used to break out of a loop if a particular number is in an array.
A. break B. found C. stop D. true
Which type of field is a lookup field that allows more than one value to be stored in a field in each record?
A. long text B. multivalued C. date/time D. calculated