Orange Belt Level 1

Orange Belt Level 1

6th - 8th Grade

13 Qs

quiz-placeholder

Similar activities

TG Quiz

TG Quiz

KG - Professional Development

13 Qs

Quiz Time!

Quiz Time!

7th - 10th Grade

10 Qs

Electronics grade7/8 exploratory

Electronics grade7/8 exploratory

7th - 8th Grade

15 Qs

Internet Basic -Drop quiz 1- Grade 7

Internet Basic -Drop quiz 1- Grade 7

7th Grade

10 Qs

Year 8 Health and Safety Quiz

Year 8 Health and Safety Quiz

8th - 11th Grade

10 Qs

Nuclear Energy

Nuclear Energy

7th - 10th Grade

12 Qs

Figuras Ocultas

Figuras Ocultas

8th - 12th Grade

18 Qs

Microsoft Office 365

Microsoft Office 365

KG - 12th Grade

10 Qs

Orange Belt Level 1

Orange Belt Level 1

Assessment

Quiz

Instructional Technology

6th - 8th Grade

Practice Problem

Hard

Created by

Codeninjas Sammamish

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  • The ______ function creates and places a new sprite in the game.

sprites.create

new.Sprite

sprite.Position

setNewSprite

Answer explanation

Example: let mySprite = sprite.create(img`...`, SpriteKind.Player)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ______ function will place a sprite at a specific x/y coordinate in the game, when used on a named sprite.

placeSprite

setPlace

setPosition

setSprite.Position

Answer explanation

  • Example: mySprite.setPosition(12,42)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  • The ______ function shows the provided string argument in a bubble above the sprite.

makeSay

sayText

spriteSayText

showText

Answer explanation

  • Example: mySprite.sayText(“Hello world!”)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ______ function sets the sprites xv/yv that takes two numbers as its arguments.

spriteVelocity

setMovement

setVelocity

setSpeed

Answer explanation

  • Example: mySprite.setVelocity(10,-15)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ______ function controls if a sprite will move off screen or bounce when it touches a wall with a boolean.

spriteBounce

setStayInScreen

setHitWall

setBounceOnWall

Answer explanation

  • Example: mySprite.BounceOnWall(true)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ______ function sets a named sprite to follow a target sprite and set the speed it follows at. It uses one named sprite and one number as its arguments.

follow

trail

setFollow

followSprite

Answer explanation

  • Example: mySprite.follow(mySprite2, 120)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  • The ______ function changes the background of the game scene.

changeBackground

setBackground

setImageInBackground

setBackgroundImage

Answer explanation

  • Example: scene.setBackgroundImage(img`...`)

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?