3rd Quarter Study

3rd Quarter Study

8th Grade

7 Qs

quiz-placeholder

Similar activities

Asesmen Kelas 8

Asesmen Kelas 8

8th Grade

10 Qs

Computer Programming

Computer Programming

7th - 8th Grade

11 Qs

Basic Boolean Logic

Basic Boolean Logic

7th - 9th Grade

8 Qs

การทำงานแบบลำดับ

การทำงานแบบลำดับ

7th - 9th Grade

10 Qs

Interesting Bird Facts

Interesting Bird Facts

KG - Professional Development

11 Qs

Tin học 8

Tin học 8

8th Grade

9 Qs

แบบฝึกหัด บทที่ 2 สธ111 -  2/2564 -กลุ่มที่ 1

แบบฝึกหัด บทที่ 2 สธ111 - 2/2564 -กลุ่มที่ 1

1st Grade - University

10 Qs

Arduino ШИМ

Arduino ШИМ

6th - 8th Grade

12 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

Discover more resources for Computers