You can create a function that will be used as an object method by referring to any object properties it contains with the ____ reference.

A. self
B. this
C. super
D. object

Answer: B

Computer Science & Information Technology

You might also like to view...

To align objects to an exact measurement, you can drag a(n) ____ from the ruler onto the Stage, where it appears as a solid line to help align objects.

A. guide B. grid C. rule D. selection meter

Computer Science & Information Technology

Sometimes people think that the way to increase volume is to add a value (like 1000) to every sample. Write the function fauxIncreaseVolume(sound, increment) to add an input value increment to every sample in an input sound. Try your function with an increment of 1000. Can you hear a difference in the sound? Why or why not?

What will be an ideal response?

Computer Science & Information Technology