background shapesbackground shapes

Quiz Summary

Advanced Game Development

Profile Image

Guest

question markRank: 306
question markPoints: 1000
Accuracy 100.0%

Want to learn coding and ace these quizzes?

Find a new quiz

Share this in social media

Quiz result

10

Correct

0

Incorrect

Question Performance

1.

Game lab has two parts: code and ___?

Costumes

Design

Animation

Data

2.

In the tool box, variable block are of which color?

Green

Yellow

Purple

Blue

3.

What is used to set font size?

textShape

textColor

textSize

textFill

4.

Which block is used for putting a condition?

Forever

If

Loop

None of these

5.

Which function is used to draw all of the sprites that have been created onto the screen?

draw()

create()

drawsprite()

paint()

6.

A character on the screen with properties that describe its location, movement, and look is called?

Conditions

Boolean expression

Actor

Sprite

7.

What is used to create the circle?

Line

Statement

Ellipse

Rect

8.

In a programming language, __________ are used to store data values.

Code

File

Variables

None of these

9.

What does the fill command do?

Fill letters in the shape

Fill color in the shape

Fill picture in the shape

None of these

10.

The position of an object on a grid is represented by __ and __ coordinates.

X and Y

A and B

Y and X

None of these