Search Header Logo

TEST 12.9

Authored by Nicholas Accetturi

Computers

1st Grade

Used 2+ times

TEST 12.9
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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?

An ellipse will move up

The ellipse will move away from your mouse cursor

The ellipse will move with your mouse cursor

The ellipse will move down

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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?

An ellipse will move up

The ellipse will change color as the mouse moves

The ellipse will move with your mouse cursor

The ellipse will change size as the mouse moves

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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?

An ellipse will move with the backgroud

The background will change color as the mouse moves

The ellipse will move with your mouse cursor

The background will change size as the mouse moves

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

var abid = 120

function setup() {

createCanvas(400, 400);}

function draw() {

background(100);

ellipse(mouseX,mouseY,abid,abid)

if (mouseY > 200) {abid = 50}

if (mouseY < 200) {abid = 300}}

_____WHAT WILL WE SEE WHEN THIS IS RUN?

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

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

var abid = 120

function setup() {

createCanvas(abid, abid);}

function draw() {

background(100);

ellipse(mouseX,mouseY,50,50)

if (mouseY > 200) {abid = 50}

if (mouseY < 200) {abid = 400}}

_____WHAT WILL WE SEE WHEN THIS IS RUN?

The ellipse will move with your mouse cursor

and when it goes to the right side of the screen the screen 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 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 screen will get larger.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?