pencil-icon
Build your own quiz

Computers

Image

KA Intro to JS: Drawing Basics

686
plays

7 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt
    Which of these lines of JS code are syntactically correct?
    rect(100, 100, 50, 50);
    rect[100, 100, 50, 50];
    rect(100 100 50 50);
    rect(100, 100, 50, 50):
  • 2. Multiple Choice
    30 seconds
    1 pt
    Which of these lines of JS code are syntactically correct?
    ellipse(100; 100; 50; 50);
    ellipse(100 100 50 50);
    ellipse  (100, 100, 50, 50)
    ellipse(100, 100, 50, 50);
  • 3. Multiple Choice
    30 seconds
    1 pt
    In the  Khan Academy programming environment, where is the point (0, 0)?
    upper left corner
    center
    upper right corner
    lower left corner
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?