Game Lab Basics and Programming Concepts

Game Lab Basics and Programming Concepts

Assessment

Flashcard

Computers

8th Grade

Practice Problem

Hard

Created by

DOUGLAS OLIVER

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does the 'rect' block do in Game Lab?

Back

The 'rect' block plots a square at the given x and y coordinates, indicating where the top left corner of the square goes in the display area.

2.

FLASHCARD QUESTION

Front

What does the 'ellipse' block do in Game Lab?

Back

The 'ellipse' block plots a circle at the given x and y coordinates, indicating where the center of the circle goes in the display area.

3.

FLASHCARD QUESTION

Front

What is the purpose of the 'fill' block in Game Lab?

Back

The 'fill' block changes the color used by Game Lab to a specified color. All new shapes drawn will be filled with this color until a new 'fill' block is used.

4.

FLASHCARD QUESTION

Front

How are coordinates used in Game Lab?

Back

Coordinates in Game Lab use x and y values. The x-coordinate indicates distance from the left side, and the y-coordinate indicates distance from the top of the display area.

5.

FLASHCARD QUESTION

Front

What is a variable in programming?

Back

A variable stores a single value in the computer's memory with a descriptive name, allowing easy reference to the value in a program.

6.

FLASHCARD QUESTION

Front

How do you create a variable in programming?

Back

Use the 'var' command to create a new variable with a given label.

7.

FLASHCARD QUESTION

Front

What is the assignment operator in programming?

Back

The assignment operator '=' assigns a new value to a variable, with the variable on the left side of the operator.

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?