Bookmarks are typically tagged with descriptive ________

A) buzz words B) keywords C) booktags D) keytags


B

Computer Science & Information Technology

You might also like to view...

The most widely used public-key cryptosystem is __________ .

A. optimal asymmetric encryption B. asymmetric encryption C. RSA D. DES

Computer Science & Information Technology

Forms can be formatted using ____.

A. borders B. padding C. margins D. all of the above

Computer Science & Information Technology

Which of the following will change the expression above to search for the pattern "MINI" which must be all uppercase?

``` preg_match("/\b(car[[:alpha:]]+)\b/i", $string) ``` a. change "car" to "MINI" in the expression b. delete the "i" at the end of the expression c. add the character class [:upper:] to the expression d. do all of the above

Computer Science & Information Technology

Podcasts can be used when one searches for text with the Find and Replace dialog box, instead of entering an exact value to find.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology