TEST 12.9

TEST 12.9

Assessment

Flashcard

Computers

1st Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

var abid = 120 function setup() { createCanvas(400, 400); } function draw() { background(abid); ellipse(mouseX,mouseY,50,50) } _____WHAT WILL WE SEE WHEN THIS IS RUN?

Back

The ellipse will move with your mouse cursor

2.

FLASHCARD QUESTION

Front

var abid = 120 function setup() { createCanvas(400, 400); } function draw() { background(abid); ellipse(200,200,mouseX, mouseY) } _____WHAT WILL WE SEE WHEN THIS IS RUN?

Back

The ellipse will change size as the mouse moves

3.

FLASHCARD QUESTION

Front

var abid = 120 function setup() { createCanvas(400, 400); } function draw() { background(mouseY); ellipse(200,200,200, 100) } _____WHAT WILL WE SEE WHEN THIS IS RUN?

Back

The background will change color as the mouse moves

4.

FLASHCARD QUESTION

Front

_____WHAT WILL WE SEE WHEN THIS IS RUN? Options: An ellipse will move with the backgroud, The ellipse will move with your mouse cursor and when it goes to the right side of the screen the ellipse will move up, The ellipse will move with your mouse cursor and when it goes to the right side of the screen the ellipse will get smaller, The ellipse will move with your mouse cursor and when it goes to the right side of the screen the ellipse will get larger

Back

The ellipse will move with your mouse cursor and when it goes to the right side of the screen the ellipse will get smaller

5.

FLASHCARD QUESTION

Front

_____WHAT WILL WE SEE WHEN THIS IS RUN?

Back

The ellipse will move with your mouse cursor
and when it goes to the right side of the screen the screen will get
smaller