3rd Quarter Study

3rd Quarter Study

8th Grade

7 Qs

quiz-placeholder

Similar activities

Scratch

Scratch

KG - Professional Development

10 Qs

Small Basic Week 7 (Mod 2.2) Pre-Quiz

Small Basic Week 7 (Mod 2.2) Pre-Quiz

7th - 8th Grade

12 Qs

Pēcpārbaudījums 6. klase

Pēcpārbaudījums 6. klase

6th Grade - University

10 Qs

Soal Latihan 2 - Scratch

Soal Latihan 2 - Scratch

8th - 12th Grade

10 Qs

Java Script 1.1. Знакомство с JavaScript

Java Script 1.1. Знакомство с JavaScript

1st - 12th Grade

11 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

Doki Doki Literature club math!

Doki Doki Literature club math!

4th Grade - Professional Development

8 Qs

Test Scratch

Test Scratch

5th - 9th Grade

10 Qs

3rd Quarter Study

3rd Quarter Study

Assessment

Quiz

Computers

8th Grade

Practice Problem

Hard

Created by

Deondre Cason

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

A way to move sprites

A way to move shapes

A container for storing a value

Another word for adding animations

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which variable name wouldn't work?

var cheese

var cheese puffs

var cheesepuffs

var puffs

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which code would be used to create a sprite?

var sprite = createSprite(200, 200);

sprite.setAnimation("bunny");

drawSprites();

var sprite = createSprite(200, 200);

sprite.setAnimation("bunny");

sprite.setAnimation("bunny");

drawSprites();

var sprite = createSprite(200, 200);

var sprite = createSprite(200, 200);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the code for the draw loop?

draw loop(){

}

function draw(){

}

draw function{}(

)

draw function loop (){

}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I want my sprite to move in a "weird/jittery" way, which code should I use?

function draw() {

sprite.rotation = randomNumber(1,250);

drawSprites();

}

function draw() {

sprite.rotation = randomNumber(1,250);

}

sprite.rotation = randomNumber(1,250);

drawSprites();

}

draw please {

sprite.rotation = randoumber(1,250);

drawSprites

}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

function draw() {

jet.y = jet.y + 5;

drawSprites();

}

Moves the jet going left

Moves the jet upward

Moves the jet down

Moves the jet going right

7.

MULTIPLE CHOICE QUESTION

45 sec • 3 pts

The difference between keyDown and keyWentDown is, keyDown works when you press and hold the key and keyWentDown only works when you keep pressing the key repeatedly.

True

False

Last

Question

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?