pencil-icon
Build your own quiz

Computers

5th

grade

Image

Khan Academy

345
plays

11 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    ellipse(212, 206, 283, 318);

    ellipse(212, 235, 100, 73);

    ellipse(150, 150, 30, 30);

    ellipse(278, 150, 30, 30);

    The code above represents a snowman with two eyes and a nose. The code that represents the nose is:

    ellipse(150, 150, 30, 30);

    ellipse(212, 206, 283, 318);

    ellipse(278, 150, 30, 30);

    ellipse(212, 235, 100, 73);

  • 2. Multiple Choice
    30 seconds
    1 pt
    The command: ellipse( 200,100, 20, 20) will draw:
    an ellipse that is 100 pixels wide and 100 pixels high
    a circle whose center is 200 pixels across and 100 pixels down
    a rectangle that is 200 pixels by 100 pixels wide
    a circle that is 200 pixels in diameter
  • 3. Multiple Choice
    30 seconds
    1 pt

    What is the correct order of parameters in rect()?

    rect(x, y, width, height);

    rect(y, x, width, height);

    rect(x, y, height, width);

    rect(width, height, x, y);

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?