Please enable JavaScript.
Coggle requires JavaScript to display documents.
(Flashcards, Keywords, How do you get a sprite to move forwards,backwards…
Flashcards
A program is a piece of software that performs some identifiable task, such as browsing the web
Event handling is responding to events triggered by the user or another part of the program
User-interface is the part of the program that the user interacts with. menus, buttons, toolbars, etc.
Lists allow for storing and accessing a list of numbers and strings
A code is something that refers to the commands that a programmer. in scratch will be used to refer to "scripts"
Scrips area is you drag blocks in, snap them together in a sequence
Blocks are to tell a sprite what to do such as move, play music or react, you use these
A projectile is a generic name for a missile, bullet, laserbeam, acorn, rock, etc. any object that gets thrown, hurled, levitated or shot as part of a game.
A costume is a different piece of clothing for a sprite
Scripts are a series of instructions that run from top to bottom
A sequence is a serial arrangement in which things follow in logical order or a recurrent pattern
Backgrounds are what scene is behind the sprite
Blocks palette are area that contains the basic blocks for programming your sprites
A variable is a place in code to store information.
A sprite is a user defined object
A paint editor is used to change sprites and background
A stage is where your stories,games ans animations come to life
Keywords
Abstraction is to take out parts of a game that are not needed or to make them less simple or more blurred.
A sequence of instructions is an order of instructions for a sprite to follow in a certain order.
An algorithm is a set of commands that must be followed for a computer to perform calculations or other problem-solving operations
A selection is the act or process of selecting
Decomposition is breaking down a complex problem or system into smaller parts that are more manageable and easier to understand
Increment is the act or process of increasing; growth
A variable is a box that the computer can use to store a value
A decrement is a gradual decrease in quality or quantity
Iteration is a repeated sequence
How do you get a sprite to move forwards,backwards,left and right?
Left
Right