Code.org Animations Vocab Lessons 1-14

Code.org Animations Vocab Lessons 1-14

Assessment

Flashcard

Computers

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What would you call a malfunctioning part of your code?

Back

A part of the code that does not work correctly, also known as a bug.

2.

FLASHCARD QUESTION

Front

What would you call the process of identifying and resolving issues in a project where the code is not working as expected?

Back

Finding and fixing problems in an algorithm or program

3.

FLASHCARD QUESTION

Front

Consider you are building a robot. What would you refer to as a 'program' in this context?

Back

The coded algorithm that allows the robot to perform tasks

4.

FLASHCARD QUESTION

Front

Consider you are baking a cake using a recipe. What would be the equivalent of a parameter in this scenario?

Back

Additional ingredients you add to customize the cake's taste

5.

FLASHCARD QUESTION

Front

What is a variable?

Back

A label for a piece of information used in a program.

6.

FLASHCARD QUESTION

Front

What is a sprite?

Back

A character on the screen with properties that describe its location, movement, and look.

7.

FLASHCARD QUESTION

Front

Consider a video game. What would you refer to as a 'Property' in this context?

Back

A label for a characteristic of a character, such as its location and appearance.

8.

FLASHCARD QUESTION

Front

Imagine you are developing a game using Game Lab. What would you refer to as dot notation in this context?

Back

The method of accessing a sprite's properties in Game Lab, by linking the sprite and property with a dot.