Computer Applications

A Scratch script/program begins with

  1. An ask block
  2. A Say block
  3. An event block
  4. A control block

Scratch

1 Like

Answer

An event block

Reason — In Scratch, the event blocks are used to start the execution of a script when a specific event occurs. Common event blocks include, "When Green Flag Clicked", "When Key Pressed", "When Sprite Clicked".

Answered By

2 Likes


Related Questions