# 1Pilihan gandaWhat type of programming is Scratch?Text-based programmingCommand line programmingBinary programmingBlock-based programming
# 6Pilihan gandaWhat is the purpose of the "forever" block?Runs code until the sprite is deletedRepeats code endlessly Runs code onceRepeats code a fixed number of times
# 7Pilihan gandaWhich block changes how a sprite looks?Wait 1 secondChange costume Move 10 stepsRepeat 10
# 8Pilihan gandaHow can you make a sprite say something?Use “broadcast” Use “think” Use “ask [What’s your name?]”Use “say [Hello!]”
# 9Pilihan gandaWhich block can be used to ask the user a question? Set variableAsk [What's your name?]Change color Join [Hello] [World]
# 10Pilihan gandaWhat happens when you use the “glide 1 sec to x:100 y:100” block?The sprite disappearsThe sprite rotatesThe sprite moves instantly The sprite glides smoothly to position
# 11Pilihan ganda What does a variable do in Scratch?It controls the speed of animations in Scratch.It stores information that can be used and changed while the program runs.It changes the background of the stage.It creates new sprites for your project.
# 12Pilihan ganda Where can you find sound blocks?In the Sound category of the blocks palette.Inside the Motion blocks section.Within the Looks blocks area.In the Events blocks tab.
# 13Pilihan gandaWhat is a “costume” in Scratch?A special effect that changes the color of the entire project.A type of background for the stage in a Scratch project.A sound file that can be played by a sprite in Scratch.A different appearance or image that a sprite can switch between in Scratch.
# 14Pilihan gandaWhat does the “repeat” block do?It changes the color of a sprite continuously.It makes a character move to a random position once.It repeats the set of instructions inside it a specified number of times.It stops all scripts in the program immediately.
# 15Pilihan ganda What can you use the “broadcast” block for?To move a sprite to a random position on the stage.To send a message that triggers specific scripts in other sprites or the same sprite.To change the color of a sprite instantly.To play a sound effect repeatedly.
# 16Pilihan gandaHow do you add a new sprite?Type the name of a sprite into the project title field.Change the background to add a new sprite automatically.Click the 'Choose a Sprite' button below the stage and select a sprite from the library.Double-click the stage to automatically add a new sprite.
# 17Pilihan ganda Which block lets a sprite bounce when it hits the edge?go to random positionrepeat 10 timeschange color effect by 25if on edge, bounce
# 19Pilihan gandaWhat is the Stage in Scratch?It is the programming area where you drag and drop code blocks.It is the background area in Scratch where sprites move and where the project takes place.It is a block category used for controlling sound in a project.It is a type of sprite that can be programmed to move and interact.
# 20Pilihan gandaWhat does the “when green flag clicked” block do?It starts the program or script when the green flag is clicked.It stops all scripts in the project immediately.It changes the color of the sprite to green.It saves the project automatically.