8th Computer Review

8th Computer Review

8th Grade

15 Qs

quiz-placeholder

Similar activities

SCRATCH

SCRATCH

4th - 8th Grade

10 Qs

Scratch Basics

Scratch Basics

5th - 8th Grade

12 Qs

Scratch Jr

Scratch Jr

8th - 12th Grade

10 Qs

Tin 8 bài 4

Tin 8 bài 4

8th Grade

10 Qs

Khan Academy Programming

Khan Academy Programming

6th - 8th Grade

11 Qs

Code.org Computer Science Discovery

Code.org Computer Science Discovery

7th - 10th Grade

20 Qs

Pygame

Pygame

6th - 8th Grade

10 Qs

AV2a - Pensamento Computacional - Explorando o p5.js

AV2a - Pensamento Computacional - Explorando o p5.js

2nd Grade - University

10 Qs

8th Computer Review

8th Computer Review

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Deondre Cason

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which code is correct for a "rectangle"?

square(200,200)

(200,200)rect

rectangle(200,200)

rect(200,200)

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If I want to add color to a shape, how would the code look?

rect(200,200)

color(orange)

color(green)

ellipse(100,10)

fill("blue")

rect(150,150)

rect(200,300)

fill"yellow"

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which code would create a triangle?

regularPolygon(50, 300, 3, 50)

regularPoly(50, 300, 8, 50)

Polygon(50, 300, 3, 5)

regulargon50, 3, 7, 50

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which variable name would work? (var)

var herman johnson

variable albertWhite

var thomasj

rav varibale

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

ellipse(randomNumber(0,400), randomNumber(0,400), 50, 50); would randomly place the shape on which axis?

x and y

x only

y only

doesn't work

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which order is correct to create a sprite?

var sprite = createsprite(200, 200);

spritesetnimation(bunny);

drawSprites();

drawSprites();

var sprite = createSprite(200, 200);

sprite.setAnimation("bunny");

var sprite = createSprite(200, 200);

sprite.setAnimation("bunny");

drawSprites();

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

palette.x = 100; places the palette on the...

y-axis

x-axis

both x and y

abcdefg

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?