A(n) ____________________ is a symbol placed before each item in a list.

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


bullet

Computer Science & Information Technology

You might also like to view...

Which one of the following statements declares a named constant named GRAVITY with an initialization value of 9.8?

a. double GRAVITY = 9.8 const; b. const double GRAVITY = 9.8; c. double const GRAVITY = 9.8; d. double GRAVITY const = 9.8;

Computer Science & Information Technology

____________________ is data about data—for example, information describing how the data are formatted.

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

Computer Science & Information Technology

Which of the following is an alternative to using a space when naming a range?

A) Use an equal sign B) Use an underscore C) Capitalize the first letter of each word D) Use a hyphen

Computer Science & Information Technology

Ann a new small business owner decides to implement WiFi access for her customers. There are several other businesses nearby who also have WiFi hot spots. Ann is concerned about security of the wireless network and wants to ensure that only her customers have access. Which of the following choices BEST meets her intent of security and access?

A. Enable port security B. Enable WPA C. Disable SSID broadcasting D. Enable WEP

Computer Science & Information Technology