You can link to images at other locations on the Web by ____ .
A. enclosing the element inside an element
B. enclosing the element inside a element
C. assigning a relative URL to the src attribute of the element
D. assigning an absolute URL to the src attribute of the element
Answer: D
You might also like to view...
Which of the following statements properly invokes the random number generator storing the resulting random number into myNumber.
A. myNumber = srand(); B. myNumber = srand(time(0)); C. myNumber = rand(); D. None of the above.
Analyze the following code:
``` class Test { private double i; public Test(double i) { this.t(); this.i = i; } public Test() { System.out.println("Default constructor"); this(1); } public void t() { System.out.println("Invoking t"); } } ``` a. this.t() may be replaced by t(). b. this.i may be replaced by i. c. this(1) must be called before System.out.println("Default constructor"). d. this(1) must be replaced by this(1.0).
Match the following terms to their meanings:
I. Replicates itself by spreading from computer to computer A. custom scan II. Repair program that closes security holes B. full scan III. A scan that checks only folders/drives that you specify C. patch IV. A scan that checks every file on your hard drive(s) D. quick scan V. A scan that checks areas on your hard drive where E. virus malware programs are likely found
The password policy setting that determines the minimum number of days a password must be used before it can be changed is ________
a. Enforce Password History b. Maximum Password Age c. Minimum Password Age d. Password Must Meet Complexity Requirements