in scratch a variable is used to store information in text and ________ form
Answers
Answer:
Variable
This article has links to websites or programs not trusted by Scratch or hosted by Wikipedia. Remember to stay safe while using the internet, as we cannot guarantee the safety of other websites.This article is about Scratch variables in general. For other uses, see Variable (disambiguation).
variable
The variable reporter
block in Scratch 3.0.

The "Make a Variable" button
A variable is a changeable value recorded in Scratch's memory. Variables can only hold one value at a time, unlike lists. These values can be either numbers or strings — any text. Clicking on an isolated variable in the scripts area displays a small bubble reporting the value of the variable. Unlike many other programming languages, Scratch does not allow variables to be created by a script as it runs. Instead, variables are created with the "Make a Variable" button in the Block Palette. This results in only a small amount of RAM being used to store the value for use when the project actually runs.
Contents
1Variables Blocks
2Types
2.1Global Variables
2.2Local Variables
2.3Cloud Variables
3Uses
4Glitch Variables
5Lists
5.1Cloud Lists
6Types of Readouts
7Examples
8See Also
9External Links
10References
Answer:
- Binary
Explanation:
- Mark me as brainliest