Silicon Valley Code Camp : October 1 & 2, 2016session
FizzBuzz with Scratch Programming
In the kid-friendly Scratch programming environment, attendees will be introduced to parts of the FizzBuzz programming challenge, vitally important to freshman-level computer classes and job interviews.
About This Session
FizzBuzz is an oddly-important challenge for programmers. When one completes FizzBuzz in a freshman-level computer class, it represents a significant chunk of the course material. If one cannot complete FizzBuzz during a job interview, one won't get the job. In this session, each step of FizzBuzz planning and implementation will be introduced with the kid-friendly Scratch programming environment, from the counting loop to the conditionals that choose Fizz or Buzz to dressing up the output with fizzy buzzy sounds and graphics.