pencil-icon
Build your own quiz

Computers

Image

KA Intro to JS: Coloring

341
plays

6 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt
    What ProcessingJS function can you call to change the color of the entire canvas?
    setBackground()
    background()
    canvasColor()
    fill()
  • 2. Multiple Choice
    30 seconds
    1 pt
    What function should you call to change the color of a line in your program?
    fill()
    outline()
    stroke()
    color()
  • 3. Multiple Choice
    30 seconds
    1 pt
    If you're programming a drawing, where should your background() call be?
    At the beginning of the program
    At the end of the program
    At the beginning AND end of the program
    After the first rect()
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?