NEW
Font size
WorksheetsEarsketch
Total questions: 22
Worksheet time: 11mins
Is the following code correct:
band = band_one_play2
FitMedia(1,bands,3, 4)
True
False
Which folder will allow you to search or browse 4000 audio clips
sound browser
scripts browser
share browser
API browser
In Earsketch your clips are automatically saved to the Earsketch server, what browser are they located under?
sound browser
script browser
share browser
API browser
DAW stands for
Digital Audio Workstation
Digital Auditory Workstation
Dynamic Audio Workstation
Dynamic Auditory Workstation
What is the main tool for producing music on computer
DAW
DEW
ADW
DEA
This is specialized computer software for recording, editing, and playing digital audio files
DAW
DEW
AWD
Audio clips are called ___________ in DAW
snippets
snips
clips
A computer _____________ is a sequence of instructions that the computer executes.
program
audio file
video file
snip
Programming is the process of designing, writing, testing, debugging, and maintaining the code of computer
true
false
A line that is preceded by a # is executed
true
false
This function tells the computer to initialize or turn on
init()
setTempo()
fitMedia()
finish()
This function indicates the tempo for the music
init()
setTempo()
fitMedia()
finish()
All of the details of your music go in this section
comment
music
finish
What is the primary way of adding sound to the DAW
init()
fitMedia()
finish()
comment
Which of the following is not a part of the fitMedia() arguments
trackNumber
fileName
startLocation
midLocation
This tells the computer what to do based on information given
function
call
music
variable
This is the fundamental data type in computing
numbers
alphabets
alphanumeric
The most common types of numbers in programming languages are integers and floating point
true
false
Positive or negative whole numbers are
integers
floating point
-123 is an example of a floating point number
true
false
______________________ creates space in the computer's memory to store data
variable
constant
A _____________ stores values that never change
variable
constant
