code that tells an application to perform a specific action
What is a command?
The layout of your app, including the different pages is called
App Map
logical operator
Why do we use for loops?
to make our code shorter
A created command that is a defined set or list of commands, such as (brush teeth)
What is a function?
Your app should include these things, such as using the touch screen, the camera, access to internet
App Features
This code will only run if a certain condition is met
When the condition is no longer true
Putting functions in other functions is called
Nesting
App used for creating the presentations for our apps
Keynote
This code allows you to create your own command
a func command
This code will run a set of commands for a specific number of times
A for loop
A type of code that is repeated a certain number of times
A loop
A short presentation that is meant to get your attention in a small amount of time.
Elevator Pitch
&& is the logical operator for
AND
What is the difference between a for loop and a while loop
a for loop will run for a number of times, a while loop will run as long as the condition is true
Code that runs only when conditions are met, such as if statements
Conditional Code
An error in a code that prevents it from running is called a...
bug
A condition that is either true or false, such as isOnGem
Boolean
What are the three parts of an If statement
if, else if, and else