Get Your Code.Org On!

17 Questions | Attempts: 1061
Share

SettingsSettingsSettings
Get Your Code.Org On! - Quiz

Are you feeling comfortable after completing code. Org? Remember, the multiple choice questions may have more than one answer that seems correct. Read carefully, we are looking for the MOST correct answer. Don't forget to note down any questions you may have.


Questions and Answers
  • 1. 
    Please give us a brief summary on how you personally found doing the Code.org Course 2 lessons.
  • 2. 
    Please let us know how you think you might make your lessons to students fun and engaging when teaching code.org lessons?
  • 3. 
    Code.org teaches you syntax and structured language components so you are capable of making the next hit iPhone app.
    • A. 

      True

    • B. 

      False

  • 4. 
    Code.org is an introductory, graphical and block based instructional tool to give a student a foundation and understanding of underlying computer science principals.
    • A. 

      True

    • B. 

      False

  • 5. 
    What does DEBUGGING mean when talking about programming concepts?
    • A. 

      To use Aeroguard and avoid being bitten

    • B. 

      Not to use insects in your programming

    • C. 

      When an error appears in your code

    • D. 

      Identify and remove errors

  • 6. 
    Which of these could an algorithm be written for? Tick ALL that apply.
    • A. 

      Baking a cake

    • B. 

      Feeling happy

    • C. 

      Directions to drive to the Sydney Opera House

    • D. 

      Moving a graphic across the screen

  • 7. 
    What is a LOOP?
    • A. 

      Something a skilled pilot does

    • B. 

      A way to tie your shoelace

    • C. 

      A section of code or instructions that you can repeat over and over

    • D. 

      A body of water spelled backwards

    • E. 

      An algorithm that uses code to intersect it's own path

  • 8. 
    IF/THEN or IF/ELSE is a programming term known as _______?
    • A. 

      Loop

    • B. 

      Conditional

    • C. 

      Algorithm

    • D. 

      Syntax

    • E. 

      A question only a philosopher could know

  • 9. 
    Which of these are examples of a BINARY system? Tick ALL that apply.
    • A. 

      In or Out

    • B. 

      On or Off

    • C. 

      Black or White or Grey

    • D. 

      Yes or No

    • E. 

      1 or 0

  • 10. 
    Binary is a way of representing information or data using only two options.
    • A. 

      True

    • B. 

      False

  • 11. 
    What is a NESTED LOOP?
    • A. 

      A place birds put their most protected eggs

    • B. 

      A scary part of a roller coasted ride

    • C. 

      A loop within a loop in a program

    • D. 

      A loop with a conditional variable

  • 12. 
    What is an EVENT as a programming concept?
    • A. 

      Actions that a computer constantly monitors for

    • B. 

      When someone clicks a mouse

    • C. 

      Anything that happens at any time

    • D. 

      When a program has completed

  • 13. 
    An algorithm is a process or set of rules, a step by step set of instructions to be followed in calculations or other problem-solving operations. 
    • A. 

      True

    • B. 

      False

  • 14. 
    What does the tortoise and hare slider do under the run window in Code.org
    • A. 

      Reads you the story of the tortoise and hare so kids realise the importance of being slow and careful in their approach to code.

    • B. 

      Make the compile/run window animate slower or faster so you can keep track of progress

    • C. 

      Makes the course slower or faster so it's easier to understand and matches the students pace

    • D. 

      There's a turtle and hare there?

    • E. 

      It's actually a tortoise, not a turtle

  • 15. 
    Zombies like to eat _____________ ?
    • A. 

      Rick, Daryl, Carol and the group.

    • B. 

      Sunflowers

    • C. 

      Houses

    • D. 

      Zombies are friendly and don't destroy anything.

  • 16. 
    If a conditional isn't met, what does the code/program do?
    • A. 

      Picks a random choice between the conditional being met and not being met

    • B. 

      Does the code inside the conditional

    • C. 

      Runs the very next line of code outside the conditional

    • D. 

      Loops until the conditional is met

Back to Top Back to top