Match the following frame attribute names to the correct description

I. src A. Specifies the amount of space on the left and right sides of a frame
II. name B. Specifies the behavior of scroll bars in a frame
III. marginheight C. Specifies the file name for the content of a frame
IV. marginwidth D. Allows the frame to be used as the target of a link
V. scrolling E. Specifies the amount of space on the top and bottom of the frame


C, D, E, A, B

Computer Science & Information Technology

You might also like to view...

Which of the following characterizes a Huffman coding tree?

a. all items are stored at the leaves b. no nodes have one child c. the tree is balanced d. (a) and (b) only e. all three of (a), (b), and (c)

Computer Science & Information Technology

Which of these remarks about formal parameters is correct?

a. A formal parameter is a kind of place holder that is filled with the argument at the time of call to the function. b. A call-by-value formal parameter is a global variable that is initialized to the value set just before the function is called. c. A call-by-reference formal parameter is modeled on a substitution mechanism. The argument should be an expression, not a variable, since there is never a need to assign such a variable. d. The & (ampersand) character is used to indicate call-by-reference. This is done by placing the & after the type name which is followed by the parameter name in the definition of the parameter in the function header. e. The argument corresponding to a call-by-value parameter cannot be changed by anything that happens in the function call.

Computer Science & Information Technology

Only the owner of a file (or a user working with root privileges) can change the permissions of a file. Using numeric arguments to chmod (Sobell, page 101), change the permissions of the file you created in step 1 so the owner has read and write permissions and the group and others have no permissions. Next change the permissions so the owner, the group, and oth- ers have only read permissions. Display the permissions of the file before you start and after each change.

What will be an ideal response?

Computer Science & Information Technology

You can select an element of a chart to format by using the Chart Elements button to the right of a selected chart

Indicate whether the statement is true or false

Computer Science & Information Technology