What is ScratchJr?
ScratchJr is a visual programming application designed for young learners. It allows users to create stories, animations, and games using programming blocks.
What is a Sprite?
A sprite is a character or object in a ScratchJr project that performs actions by following programming instructions.
What is the Green Flag?
The Green Flag starts or plays the ScratchJr project and runs the programmed instructions.
What are Motion Blocks?
Motion Blocks are programming blocks used to control the movement of a sprite.
What is a Project?
A project is the work created in ScratchJr. It can contain sprites, backgrounds, programming blocks, stories, and animations.
What is the Stage?
The Stage is the area where the project is displayed and played. It shows the sprites, backgrounds, and animations.
What is a Programming Block?
A programming block is a colorful coding piece that gives an instruction to a sprite.
What is the Script Area?
The Script Area is the area where programming blocks are connected and arranged to create a sequence of instructions.
What is the Pages Panel?
The Pages Panel is the area used to add, organize, and switch between different pages or scenes in a project.
This is the block that allows how quickly or slow the sprite moves.
Speed Block
What is a Programming Platform?
A programming platform is a tool that allows users to create programs using coding instructions. ScratchJr is an example of a programming platform.
What are Trigger Blocks?
Trigger Blocks are blocks that tell a program when to begin or start an action.
Give me three types of Speed
Slow, Fast and Normal Speed
What is Size in ScratchJr?
Size controls how big or small a sprite appears on the Stage.
Give me all three types of Size.
Grow Smaller
Grow Normal
Give me two types of TEXT options in Scratch Jr.
Looks Block (Purple Block) - make sprite say something
Text Option - to insert or write text on your stage.
What are the 2 types of Soundblock?
Pop-Block
Play Recorded Sound Block
Give me 3 Types of End Block
Go To Page block
End Block
Repeat Block
What does managing sprites mean?
Managing sprites means adding, selecting, editing, changing, or deleting characters and objects in a ScratchJr project.
If the animation couldnt start even if you press the Green Flag, what may be the problem?
No Trigger Block
What is Sequencing in ScratchJr?
Sequencing is arranging programming instructions in the correct order so that a sprite performs actions in the intended sequence.
Give me ALL BLOCKS in ScratchJr
Motion Blocks
Looks Block
End blocks
Control blocks
What is the difference between the Stage and the Script Area?
The Stage is where the project is displayed and played, while the Script Area is where programming blocks are connected to create instructions
What is the relationship between a sprite and its code?
The code contains the instructions that tell the sprite what actions to perform.
What does it mean that every sprite has its own code?
It means that each sprite has its own set of programming instructions. If two sprites need to perform different actions, each sprite must have its own code.