____ alignment aligns the bottom of an image with the text baseline.

A. Default
B. ImageBottom
C. AbsoluteBottom
D. Any of the above


Answer: A

Computer Science & Information Technology

You might also like to view...

The date selected in a MonthCalendar is stored in its ________ property.

a) SelectionStart b) Now c) Date d) Value e) Day

Computer Science & Information Technology

In the binary search routine in the text, the first thing the code does is to check whether the object is not in the array. What is the test for this condition?

a) first < last b) first == last c) first > last d) the test does not involve the variables first and last.

Computer Science & Information Technology

The range for a graph is also referred to as a ____ or data series.

A. data set B. formula C. cell reference D. data list

Computer Science & Information Technology

How does the compiler handle this statement? #define MAX 50.99

A. It ignores it .The the linker handles this statement. B. It defines a variable MAX whose value is 50.99 C. Any time it sees “MAX”, it substitutes 50.99. D. It lets main() access the variable MAX.

Computer Science & Information Technology