____ tools are for making free-form selections.

A. Marquee
B. Lasso
C. Selection
D. Lateral


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following log files contains failed user logins on a Linux system?

A) /var/log/faillog B) /var/log/user.log C) /var/log/kern.log D) /var/log/lpr.log

Computer Science & Information Technology

________ software protects your computer from computer viruses

Fill in the blank(s) with correct word

Computer Science & Information Technology

The standard business envelope is ____.

A. #8 landscape B. #10 landscape C. 5 3/4" envelope D. 3 1/2" envelope

Computer Science & Information Technology

The output of the following code is ____.count = 1; /* initialize count */while (count <= 10){  printf("%d ",count);  count++; /* increment count */}

A. 1 1 1 1 1 1 1 1 ... B. 1 2 3 4 5 6 7 8 9 C. 1 2 3 4 5 6 7 8 9 10 D. 1 2 3 4 5 6 7 8 9 10 11

Computer Science & Information Technology