What is an Input?
An input is any type of OnEvent driven function, like a button, it is how the user interacts with the program.
What is the workspace used for?
Coding or designing your app.
What is the debug console used for?
Identifying bugs.
What makes a comment different from the other statements?
The usage of a double forward slash to indicate it is a comment to other programmers
What is the origin of the name “Bug”?
When computers first came about they ran off of certain and specific “tubes”, and the name came about because a malfunction once occurred due to a bug going into the computer “tube “ system
They are important because they Identify elements of the screen and make them less confusing to identify.
What is a Code Statement?
A command that will enable a certain function.
What is the difference between Event- driven programming and Sequential programming?
Event- driven programming relies on the user’s interaction with the input, while Sequential programming runs in a sequence already established by the programmer.
List 3 tools in the design toolbox:
Options: Theme, Button, Text Input, Label, Dropdown, Radio Button, Checkbox, Image, Canvas, Screen, Text Area, Chart, Slider, Photo Select.
Why are quotation marks used to surround strings of text?
Because it surrounds letters and not numbers.
Do Instructions in code have to be clear and Specific?
Yes.