Scratch Programming Language Quiz Questions And Answers

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Richard Lynch
R
Richard Lynch
Community Contributor
Quizzes Created: 1 | Total Attempts: 79,119
Questions: 18 | Attempts: 79,119

SettingsSettingsSettings
Scratch Programming Language Quiz Questions And Answers - Quiz

Welcome to the Scratch Quiz, a delightful exploration of the free programming language Scratch! Are you prepared for the exciting challenge that awaits you?

This is a wonderful quiz on the free programming language Scratch. Are you ready for this Scratch quiz? There are easy, medium, and even hard-level questions in this quiz. These questions are not only going to test your knowledge about Scratch, but they will provide you with additional knowledge on the subject. So what are you waiting for? Take this quiz below right now, and let's see how much you know and how well Read moreyou score.

As you navigate through the quiz, not only will you be evaluating your current understanding of Scratch, but you'll also gain additional insights into this user-friendly programming language. Don't hesitate! Take the Scratch Quiz now and discover the depths of your Scratch expertise. Let the quiz unravel new facets of your understanding and showcase your prowess in the world of creative coding. Are you up for the challenge? .


Scratch Programming Language Questions and Answers

  • 1. 

    Which sprite does the script that is displayed affect?

    • A.

      Diver 1

    • B.

      Diver 2

    Correct Answer
    B. Diver 2
    Explanation
    The script that is displayed affects Diver 2.

    Rate this question:

  • 2. 

    Scratch is a programming language.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    Explanation: Scratch is a visual programming language that is designed for beginners to learn programming concepts. It uses a block-based interface where users can drag and drop different blocks to create interactive stories, games, and animations. Scratch is widely used in schools and educational settings to teach coding and computational thinking skills to young learners. Therefore, the statement "Scratch is a programming language" is true.

    Rate this question:

  • 3. 

    Look at the Scratch stage below. What is the coordinate of the center of the screen?

    • A.

      (x:0, Y:-180)

    • B.

      (X:0, Y:0)

    • C.

      (X:240, Y:180)

    • D.

      (X:-240, Y:0)

    Correct Answer
    B. (X:0, Y:0)
    Explanation
    The coordinate (X:0, Y:0) represents the center of the screen in Scratch. The X coordinate represents the horizontal position, and since it is 0, it means the center is aligned with the vertical axis. The Y coordinate represents the vertical position, and again, since it is 0, it means the center is aligned with the horizontal axis. Therefore, (X:0, Y:0) is the correct answer for the coordinate of the center of the screen.

    Rate this question:

  • 4. 

    Look at the Scratch stage below. Where on the stage is position (x:240, Y:180)?

    • A.

      Top Left Corner

    • B.

      Bottom Right corner

    • C.

      The top middle

    • D.

      Top Right Corner

    Correct Answer
    D. Top Right Corner
    Explanation
    The position (x:240, Y:180) on the Scratch stage is located in the Top Right Corner.

    Rate this question:

  • 5. 

    After the script block has been run, where will the ghost end up?

    • A.

      (X:100, Y:50)

    • B.

      (X:50, Y:50)

    • C.

      (X:50, Y:100)

    • D.

      (X:100, Y:100)

    Correct Answer
    C. (X:50, Y:100)
    Explanation
    After the script block has been run, the ghost will end up at the position (X:50, Y:100).

    Rate this question:

  • 6. 

    Looking at the script block below. What is the ghost's starting position? 

    • A.

      (X:100, Y:50)

    • B.

      (X:50, Y:50)

    • C.

      (X:100, Y:100)

    • D.

      (X:0, Y:0)

    • E.

      (X:50, Y:100)

    Correct Answer
    D. (X:0, Y:0)
    Explanation
    The correct answer is (X:0, Y:0) because it is the only option where both the X and Y coordinates are 0. The other options have either a non-zero X coordinate or a non-zero Y coordinate.

    Rate this question:

  • 7. 

    The code blocks below are an example of what type of action?

    • A.

      Pen

    • B.

      Events

    • C.

      Looks

    • D.

      Control

    Correct Answer
    D. Control
    Explanation
    The code blocks provided are an example of the "Control" action. This is because the code blocks likely contain instructions or commands that control the flow of the program or manipulate variables and data. The "Control" category typically includes actions such as loops, conditionals, and other control structures that determine the program's behavior.

    Rate this question:

  • 8. 

    Where does the ghost sprite end up after the script has been run?

    • A.

      (X:0, Y:0)

    • B.

      (X:240, Y:0)

    • C.

      (X:-240, Y:0)

    • D.

      (X:180, Y:240)

    Correct Answer
    B. (X:240, Y:0)
    Explanation
    The ghost sprite ends up at the position (X:240, Y:0) after the script has been run.

    Rate this question:

  • 9. 

    Look at the script below. What would the cat sprite do?

    • A.

      Meow then glide to the right

    • B.

      Meow then glide to the left

    • C.

      Meow then glide up

    • D.

      Glide to the left and then meow

    Correct Answer
    B. Meow then glide to the left
    Explanation
    The cat sprite would first meow and then glide to the left.

    Rate this question:

  • 10. 

    Look carefully at the scripts below. How many times does the costume change happen?

    • A.

      10

    • B.

      20

    • C.

      30

    • D.

      40

    Correct Answer
    B. 20
    Explanation
    The answer is 20 because each number in the list represents a costume change. Therefore, there are 20 costume changes in total.

    Rate this question:

  • 11. 

    Look carefully at the scripts below. What happens after the first sprite broadcast Dance has ended?

    • A.

      The second sprite does a dance

    • B.

      The second sprite appears and speaks

    • C.

      Nothing, because the second sprite doesn't receive the broadcast

    • D.

      The second sprite hides

    Correct Answer
    B. The second sprite appears and speaks
    Explanation
    After the first sprite broadcast "Dance" has ended, the second sprite appears and speaks. This means that the second sprite is programmed to respond to the "Dance" broadcast by appearing and speaking.

    Rate this question:

  • 12. 

    Look carefully at the scripts below. What happens after the second sprite broadcasts End of Message?

    • A.

      The first sprite does a dance

    • B.

      The first sprite appears and speaks

    • C.

      Nothing, because the first sprite doesn't receive the broadcast

    • D.

      The first sprite hides

    Correct Answer
    C. Nothing, because the first sprite doesn't receive the broadcast
    Explanation
    After the second sprite broadcasts "End of Message," the first sprite does not receive the broadcast. Therefore, nothing happens as a result of the broadcast. The first sprite will not perform any action or change its appearance.

    Rate this question:

  • 13. 

    What happens to the shark when the spacebar is pressed, AND it is touching Fish1?

    • A.

      Nothing happens

    • B.

      The shark broadcasts a message and then switches to costume shark-a

    • C.

      The shark switches to costume shark-b and broadcasts a message.

    • D.

      The shark switches to costume shark-a

    Correct Answer
    C. The shark switches to costume shark-b and broadcasts a message.
    Explanation
    When the spacebar is pressed and the shark is touching Fish1, it triggers an event where the shark switches to costume shark-b and broadcasts a message. This means that the shark will change its appearance to costume shark-b and send out a message, possibly to other characters or objects in the program.

    Rate this question:

  • 14. 

    What happens to the shark when the spacebar is pressed, AND it is NOT touching Fish1?

    • A.

      Nothing happens

    • B.

      The shark broadcasts a message and then switches to costume shark-a

    • C.

      The shark switches to costume shark-b and broadcasts a message.

    • D.

      The shark switches to costume shark-a

    Correct Answer
    D. The shark switches to costume shark-a
    Explanation
    When the spacebar is pressed and the shark is not touching Fish1, the shark switches to costume shark-a. This means that the appearance of the shark changes to costume shark-a.

    Rate this question:

  • 15. 

    Look carefully at the script below. How many times is the outer repeat done?

    • A.

      36

    • B.

      5

    • C.

      4

    • D.

      6

    Correct Answer
    A. 36
    Explanation
    The correct answer is 36. This is because the number 36 is the first number in the given script and there is no indication of any repetition or pattern in the script. Therefore, it can be inferred that the outer repeat is done 36 times.

    Rate this question:

  • 16. 

    Look carefully at the script below. Each time the outer repeat is done, the inner repeat is done 4 times. How many times is the inner repeat done?

    • A.

      36

    • B.

      4

    • C.

      36 x 4

    • D.

      6

    Correct Answer
    C. 36 x 4
    Explanation
    The inner repeat is done 4 times because the script states that each time the outer repeat is done, the inner repeat is also done 4 times. Therefore, the inner repeat will be done 4 times regardless of the value of 36.

    Rate this question:

  • 17. 

    Look carefully at the script below. The block Turns right 10 degrees, and Change pen color by 10 are repeated how many times?

    • A.

      4

    • B.

      36 x 4

    • C.

      6

    • D.

      36

    Correct Answer
    D. 36
    Explanation
    The script "Turns right 10 degrees, and Change pen color by 10" is repeated 36 times.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 08, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Dec 11, 2017
    Quiz Created by
    Richard Lynch
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.