The principle of _____ locality states that items close to an item referenced are likely to be referenced in the near future.

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


Answer: spatial

Computer Science & Information Technology

You might also like to view...

If an exception is thrown in a Catch handler, any code in the handler that follows the thrown exception will:

a) generate a syntax error b) generate a logic error c) never be executed d) run after the Finally block is done

Computer Science & Information Technology

is used to determine whether a for loop continues to iterate.

a) The initial value of the control variable b) The for keyword c) The increment value d) The loop-continuation condition

Computer Science & Information Technology

One of the first steps in building a Web site is to learn as much as possible about your intended audience. Describe the following methods and explain the ideal situations to use them:  (1) Focus group, (2) Visitor survey, (3) Market research, and (4) Traffic Analysis

What will be an ideal response?

Computer Science & Information Technology

The data values for input elements that use array notation for the value of the name attribute are stored in a ____ array within the $_POST autoglobal array.

A. sub B. nested C. indexed D. key

Computer Science & Information Technology