The Transformation Function that moves the object offY pixels down is ____.

A. translateY(offY)
B. scaleY(offY)
C. skewY(offY)
D. translate(offX, offY)


Answer: A

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. All built-in collections are synchronized. b. Concurrent access to a Collection by multiple threads could cause indeterminate results or fatal errors. c. To prevent potential threading problems, synchronization wrappers are used around collection classes that might be accessed by multiple threads. d. A synchronization wrapper class receives method calls, adds some functionality for thread safety and then delegates the calls to the wrapped class.

Computer Science & Information Technology

The objective of an __________ is to differentiate data types to enable organizations to safeguard CIA based on content.

A) asset classification policy B) information ownership policy statement C) information classification system D) inventory information systems

Computer Science & Information Technology

The ________ tab is where properties that change the display of a field or form part are listed

A) Macro B) Data C) Event D) Format

Computer Science & Information Technology

Webpages usually fall within certain height and width limits.

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

Computer Science & Information Technology