Which of the following signs is used when creating an absolute reference?

A. #
B. @
C. $
D. &


Answer: C

Computer Science & Information Technology

You might also like to view...

The statement s1.equalsIgnoreCase(s4) is equivalent to which of the following?

a. s1.regionMatches(true, 0, s4, 0, s4.length()); b. s1.regionMatches(0, s4, 0, s4.length()); c. s1.regionMatches(0, s4, 0, s4.length); d. s1.regionMatches(true, s4, 0, s4.length);

Computer Science & Information Technology

A(n) ________ is particularly appropriate for providing services that disparate objects have in common.

a) abstract class b) concrete class c) interface d) None of the above.

Computer Science & Information Technology

The primary HTML elements for embedding a media player or file in a web page are the embed and ___________ elements.

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

Computer Science & Information Technology

In the WPA personal security model, the wireless device has two keys, a 128-bit encryption key called the ____ key and a 64-bit MIC.

A. per-packet B. temporal C. CRC D. TKIP

Computer Science & Information Technology