Which of the following is not true about sizing handles?

A. They appear as circles.
B. There are 8 of them for any object.
C. They allow you to make objects larger or smaller.
D. They always maintain the proper aspect ratio for the object.


Answer: D

Computer Science & Information Technology

You might also like to view...

Which playback control expands the video player to fit the size of the display device?

A. cast to device B. toggle repeat C. aspect ratio D. ?full screen

Computer Science & Information Technology

What command works similarly to the dd command but has many features designed for computer forensics acquisitions?

a. raw b. bitcopy c. dcfldd d. man

Computer Science & Information Technology

In which file can you configure rules for logging on a Linux system?

A. /etc/rsyslog.conf B. /etc/syslog.rules C. /etc/syslog.rules.conf D. /etc/syslogd.conf

Computer Science & Information Technology

Which of the following pseudocodes MOST likely prevents buffer overflows?

A. If input contains < or > then escape the character and execute the program with user input B. If input is less than 100 characters, then prompt for input again C. If input contains \ then remove \ and execute program with user input D. If input is greater than 1000 characters then truncate input

Computer Science & Information Technology