What are each of the following:

1. MIDI
2. MP3
3. A class method
4. Sound pitch
5. A static method
6. Private visibility


1. stands for Musical Instrument Digital Interface. It records how music is played, not the sound.
2. sound (sometimes video) files encoded using the MPEG-3 standard. They are stored using lossless compression and losy compression (for stuff you wouldn’t hear anyway).
3. a method that doesn’t have a current object that it is working on. It only has access to class (static) fields.
4. the way we perceive the frequency of the sound.
5. the same as a class method.
6. only code in the same class can invoke this method.

Computer Science & Information Technology

You might also like to view...

When transmitting a 32-bit 2’s complement integer in big-endian order, when is the sign bit transmitted?

What will be an ideal response?

Computer Science & Information Technology

Which of the following modes causes new characters to be typed over existing ones?

A. Insert B. Overtype C. Replace D. Type Over

Computer Science & Information Technology

To use a hyperlink, just click the link.

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

Computer Science & Information Technology

An editable _______________ indicates the default path the animated object will move along and the distance it will travel.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology