Value Types
Scratch Coding Categories
Coding Definitions
Scratch-specific Coding Definitions
Different Coding Languages
75

An integer value is...

used to store any number that does not contain a decimal.

75

"Sound" code blocks are...

used for sound effects and music.

75

Value Types are used to...

set what kind of value a variable stores.

75

A sprite is...

a character or object.

75

(true/false) Lua is...

a coding language.

200

A string value is...

used to store text.

200

"Looks" code blocks are...

used to change a sprite's appearance.

200

A variable in coding can be/is...

used as a placeholder for an unknown.

200

The Stage in Scratch is...

used to store environmental/universal code for your game/to create backdrops. 

200

(true/false) Java is...

a coding language.

350

A boolean value is...

used to store true/false.

350

"Motion" code blocks are... 

used to move a sprite around.

350

A true or false statement in coding is...

used to run code if a certain condition is met.

350

Costumes are...

visuals for a sprite. There can be multiple costumes, allowing you to have several visuals for the same sprite.

350
Which isn't a coding language: C, CSS, Visual Basic (.NET) or pxpZ?

C, CSS and Visual Basic (.NET) are all coding languages. pxpZ is one I made up.

525

A float value is...

used to store numbers with decimals.

525

"Operators" code blocks are...

used to solve math problems.

525

"print" is...

used to send a message in the console. It is usually utilized as a way to check if a piece of code is running correctly. (This is in Lua.)

525

Cloud variables are used to...

assign specific values to a player's account/make a global leaderboard for your game.

525
(true/false) C+ is...

NOT a coding language. You may be confusing it with C++.

650

A double value is...

used to store bigger numbers with decimals. (It has 8 bytes, or 64 bits, of storage, which is double the amount of a float value, hence the name.)

650

"My Blocks" are...

variables for code.

650

Functions are...

groups of code that are ran when a certain event occurs. As an example, if a player steps on a brick, the function is told to run. (This is in Lua.)

650

Extensions are...

extra code blocks that when enabled, can be added to your game. An example of an Extension would be Text-to-Speech. 

650

Say two of the main coding languages that webpages use.

Possible correct answers: HTML, CSS, Java/JavaScript. (Just to note, there are others, but these are the main three.)
M
e
n
u