YVIP
EarSketch
Coding Terms
PYTHON
100

racism that occurs within institutions 

Institutional Racism

100

What is the DAW?

Digital Audio Workstation

100

a process or set of rules to be carried out by a computer/person

Algorithm 

100

What key identifies a comment in your code?

# hashtag/ pound sign

200

What does equity mean?

Everyone gets what they need specifically to have success.

200

a musical clip that can be added to a script

Track

200

DAILY DOUBLE

#Code not executed by the computer

Comments

200

What is missing from this function? 

setTempo120

setTempo(120)

300

Name 4 of the OUTKAST imagination principles.

Open-minded, upright, truth, kinship, accountable, sequence, teach love

300

The beats per minute

Tempo

300

A piece of code that you can easily call over and over again.


Function

300

Find the error

drumBeat=KHALID_MAINBEAT_4

fitmedia=(drumBeat,1,1,4)

fitMedia (capital M)

400

The act of starting and operating a business or businesses, taking on financial risks in the hope financial profit or social impact

Entrepreneurship 

400

a musical term for length in time

Measure

400

Stored a track using a nickname.

Example: drum=CIARA_DRUMBEAT_1

Variable

400

What keyword must you use before declaring/defining a function?

def 

500

racism that occurs between individuals as personal interactions

Interpersonal racism

500

What is the API?

Application programming interface

500

Special kind of variable stored in a function that can be filled with that certain input. 

Example: trackNumber, startMeasure, endMeasure

Parameter

500

Name one pre-made function in EarSketch you could use in your script. Other than setTempo() and fitMedia()

makeBeat(), createAudioSlice(), setEffect(), print() etc.