Match each term below with the statement that best defines it.

A. Makes it easy to move objects
B. Snaps objects to a grid of evenly spaced vertical and horizontal lines
C. Is sometimes transparent
D. Moves items in a stack
E. Displays the computer's measurement system


A. Group command
B. Align command
C. Mini toolbar
D. Bring to Front command
E. ruler

Computer Science & Information Technology

You might also like to view...

The success of cybercriminals, and the relative lack of success of law enforcement, influence the behavior of _______.

A. cyber thieves B. cybercrime victims C. cybercrime acts D. cyber detectives

Computer Science & Information Technology

Word size refers to the number of bits that a microprocessor can manipulate at one time.

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

Computer Science & Information Technology

Which of the following statements creates a multidimensional array with 3 rows, where the first row contains 1 element, the second row contains 4 elements and the final row contains 2 elements?

a. int[][] items = {{1, null, null, null}, {2, 3, 4, 5}, {6, 7, null, null}}; b. int[][] items = {{1}, {2, 3, 4, 5}, {6, 7}}; c. int[][] items = {{1}, {2, 3, 4, 5}, {6, 7}, {}); d. int[][] items = {{1}, {4}, {2}};

Computer Science & Information Technology

____ scripting is used if data entered on a form needs to be stored and processed on the form's host web server.

A. Client-side B. Server-side C. Back-end D. Front-end

Computer Science & Information Technology