The ________ function will capitalize the first letter of each word

A) MID B) TRIM C) LEFT D) PROPER


D

Computer Science & Information Technology

You might also like to view...

To ________ a value means to increase it.

A) decrement B) increment C) add up D) accumulate E) total

Computer Science & Information Technology

What kind of linked list begins with a pointer to the first node, and each node contains a pointer to the next node, and the pointer in the last node points back to the first node?

a. Circular, singly-linked list. b. Circular, doubly-linked list. c. Singly-linked list. d. Doubly-linked list.

Computer Science & Information Technology

Pattern matching in a SQL query is performed with which clause?

a. FROM. b. WHERE. c. SELECT. d. LIKE.

Computer Science & Information Technology

Which of the following tools should you use to scan Unix systems?

A) NetStat Live B) Active Ports C) SATAN D) Cerberus

Computer Science & Information Technology