Computer Knowledge ยท General Awareness
Audio and Music Production
2,703 Questions
Audio and music production questions test knowledge of digital audio workstations, mixing techniques, and recording hardware. Topics include MIDI controllers, sound design, and audio file formats like WAV. This is a specialized area useful for technical and computer based competitive exams.
Digital audio workstationsMusic production hardwareAudio mixing effectsSound design techniquesAudio file formats
Audio and Music Production Questions
-
A. It records exact keyboard operations on an object.
-
B. It records exact coordinates of all mouse movements.
-
C. It uses the object repository to determine what methods can be used.
-
D. It records and display exact keyboard operations on an object.
A
Correct answer
Explanation
Low-level recording in test automation tools like QTP/UFT records the exact coordinates and keyboard operations on an object when the tool cannot recognize the object using standard identification methods.
-
Digitally Analog Converter
-
Digital-to-Analog Converter
-
Digitised Analog Conversion
-
Digital-to-Analog Conversion
B
Correct answer
Explanation
DAC stands for Digital-to-Analog Converter, which converts discrete digital signals into continuous analog waveforms. Option A incorrectly reverses the direction, and D describes the process rather than the device.
-
Audio Digital Convertor
-
Audio to Digital Convertor
-
Audio Digital Converter
-
Audio to Digital Converter
D
Correct answer
Explanation
ADC (Analog-to-Digital Converter) in audio contexts converts audio signals from analog to digital format. Option D correctly uses standard 'Converter' spelling and captures the conversion concept, though the question incorrectly says 'Audio to Digital' instead of 'Analog to Digital'.
-
HIGH PASS FILTER
-
ALL PASS FILTER
-
BAND PASS FILTER
-
LOW PASS FILTER
D
Correct answer
Explanation
An integrator has transfer function 1/s, which attenuates high frequencies (amplitude inversely proportional to frequency) and passes low frequencies. This is exactly the characteristic of a low-pass filter. In frequency domain, the gain decreases as frequency increases.
-
MediaPlayer & MediaRecorder
-
MediaPlay & MediaRecord
-
PlayMedia & RecordMedia
-
Mediaplay & Mediarecord
A
Correct answer
Explanation
MediaPlayer is used for playback and MediaRecorder for recording audio/video in Android. These are the official Android framework classes for media operations. The other options (MediaPlay, RecordMedia, PlayMedia, Mediaplay, Mediarecord) are not valid Android class names.
-
VideoPlayer
-
AudioPlayer
-
MediaPlayer
-
SoundPlayer
C
Correct answer
Explanation
In the Android framework, the MediaPlayer class is the primary API used to control the playback of audio/video files and streams. VideoPlayer, AudioPlayer, and SoundPlayer are not the standard Android SDK classes designed for comprehensive playback control of both media types.
-
Low-Level
-
Normal
-
Analog
-
None of the Above
A
Correct answer
Explanation
Low-Level recording mode captures mouse clicks and keyboard input at screen coordinates when QTP cannot recognize an object using standard identification. It works around unrecognized objects by recording raw input actions instead of object-based operations. Normal recording requires object recognition, while Low-Level provides a fallback for difficult-to-identify objects.
-
Analog
-
Context Sensitive
-
Low level recording
-
Digital
B
Correct answer
Explanation
Context Sensitive recording is QTP's default and most commonly used mode because it records at the object level, making scripts more maintainable and readable. Analog recording captures exact mouse movements and keystrokes (useful for drag operations), while Low-level recording is a fallback when object recognition fails.
-
It takes the digital information from an udio Cd and convert it into usable form
-
It allows the use of cheaper analog techniques , which are always simpler
-
It stores digital data on a hard drive
-
It convert direct current into alternating current
A
Correct answer
Explanation
A Digital-to-Analog Converter (DAC) converts digital signals into analog signals. Option A correctly describes its function - it takes digital information (like from audio CDs) and converts it into usable analog form for amplification and playback. DACs are essential in audio systems because digital storage is efficient, but speakers require continuous analog waveforms. Option B is unrelated to DAC function. Option C describes storage, not conversion. Option D describes an inverter (DC to AC conversion), not DAC.
-
.wav files and .mid files
-
.wav files and .gif files
-
.wav files and .jpg files
-
.jpg files and .gif files
-
none of these
A
Correct answer
Explanation
.wav files contain audio recordings while .mid (MIDI) files contain musical note data. Images like .gif and .jpg are not sound formats.
-
Tracking Converter
-
Conversion Rate
-
Resolution
-
ADC
-
DAC
A
Correct answer
Explanation
It has a typically fast update period but a disproportionately slow step recovery.
-
Speech synthesizer
-
Voice reproduction system
-
Screen image projector
-
None of these
B
Correct answer
Explanation
This is a voice response system that produces audio output by selecting an audio from a set of pre-recorded audio responses.
-
Binary Weighted Input DAC
-
Flash Type ADC
-
Resolution
-
Single Slope Integrating ADC
-
DAC
D
Correct answer
Explanation
In Single Slope Integrating ADC an op-amp based circuit, called an integrator to generate a sawtooth waveform is used, instead of the use of a DAC with a ramped output.
B
Correct answer
Explanation
MP3 (MPEG Audio Layer-3) is the international standard format for compressed digital audio, developed by the Fraunhofer Institute in Germany. MP3 compression reduces audio file size by about 90% while maintaining reasonable quality, making it practical to store and transmit music digitally. This format revolutionized music distribution, enabling digital music players, online music stores, and streaming services.
-
quantization
-
clipping
-
both (1) and (2)
-
none of the above
C
Correct answer
Explanation
Digital recording has two main issues: quantization error (from rounding sample values to discrete levels) and clipping (when signal exceeds maximum range, causing distortion). Both affect audio quality.