NEW
Font size
S
M
L
XL
WorksheetsSonic Pi Challenge
Total questions: 12
Worksheet time: 6mins
Name
Class
Date
1.
If you want to type a line that Sonic Pi will ignore - for example to write a title - which symbol do you put first?
a)
$
b)
@
c)
#
d)
_
2.
You want to choose a new synth sound. Which command do you type?
a)
use_synth
b)
usesynth
c)
use-synth
d)
synth+use
3.
Will this make a pleasant sound?
a)
Yes
b)
No
4.
Which of these is a real synth name in Sonic Pi?
a)
Will Bell
b)
Dull Bell
c)
Hand Bell
d)
Metal Bell
5.
Which shortcuts do you need to run and stop running your code?
a)
Ctrl-R, Ctrl-S
b)
Ctrl-C, Ctrl-V
c)
Alt-R, Alt-S
d)
Alt-C, Alt-V
6.
Which musical note has the value 62 in Sonic Pi?
a)
C
b)
D
c)
E
d)
F#
7.
Which line do you type to start a thread?
a)
in_thread do
b)
inthreaddo
c)
in_threads
d)
use_thread do
8.
What is the name of the different 'blank pages' you can click on near the bottom of the Sonic Pi screen?
a)
buffer
b)
duffer
c)
puffer
d)
tuffer
9.
Why won't this code work?
a)
The notes are too high
b)
There is no such thing as synth :piano
c)
The code is missing another 'end' command after line 9
d)
There is no such thing as play 74
10.
Chipbass is the name of one of the synths in Sonic Pi
a)
True
b)
False
11.
sleep 0.25 will do what exactly in Sonic Pi?
a)
rest for 0.25 of a second before playing the next sound
b)
rest for 25 seconds before playing the next sound
c)
play the next note for 0.25 of a second
d)
play the previous note for 0.25 second
12.
What should you do if you can't hear the sounds played in Sonic Pi?
a)
Check the sound is working on the computer
b)
Check the headphones are working properly
c)
Restart Sonic Pi
d)
All of these options are a good idea to try
Reset
