The ________ function is a text function used to remove all spaces from a text string except for single spaces between words

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


Answer: B

Computer Science & Information Technology

You might also like to view...

To avoid confusion, set the width either with _____ width style or the HTML size attribute, but not both.

A. CIS B. CSS C. CGI D. PHP

Computer Science & Information Technology

OS X uses File History as its default backup app

Indicate whether the statement is true or false

Computer Science & Information Technology

What do interaction diagrams do for requirements?

A. introduce security designs B. introduce code C. introduce concepts D. introduce logical data flow patterns

Computer Science & Information Technology

StringBuilder greeting = new StringBuilder("Hello, John"); char initial = greeting.charAt(7); ? Using the above code and the charAt() method, what value will be assigned to the variable initial?

What will be an ideal response?

Computer Science & Information Technology