Name an Example of an input device for your computer
Mouse, keyboard, charging cable
What are the simplest type of code?
Commands
This type of code acts as a scorecard for most games
Variables
The act of fixing mistakes within a code is called
Debugging
Algorithms consist of:
Commands, functions, loops, while loops, conditional code, variables, types
Name two examples of an output device
Screens, Printers, speakers, drawings
When making a secret handshake which type of SWIFT code would be appropriate
Function
This type of variable is used to measure a numerical score
Integer
The actual mistakes within the code are called
Bugs
The users who would most likely use your app are called the:
Target Market or Target Audience
Your wifi has gone out. Name two ways to detect where the issue is?
Turn off wifi-router
try another device
reset your device
On the board: Write a conditional code saying what you will wear if it is raining
if isRaining {
wearRaincoat ( )
else
wearTShirt ( )
}
Var is used to express a variable what is the code used to express a constant
Let
Find the errors in this code:
if TeacherTalks
studentsQuiet ()
}
Capitalization Error
Punctuation Error
Explain How TikTok uses algorithms to keep you on the app longer
Tracks your movements and feeds you more videos you may like
SWIFT code is only compatible with which app store
Apple App store and Apple Products
Which type of code would be used for building a brick wall with over 100 bricks?
Loops
The Characteristics or features of a Mario Kart are which part of “types”?
Properties
What are the 2 errors in this command
MoveForward{}
Capital M
brackets instead of parenthesis
Provide an app idea for this target audience:
65-90 year old women
Type answer here. Can Vary
Explain the difference between input and output devices
Input sends signal to computer. Output devices receive the signal from the computer
Which type of code repeats until a condition has been met?
Write an example on the board
While Loops
while teacherTalks {
studentsQuiet ( )
}
The behaviors of a Mario Kart are which part of “types”?
Methods
Find the bug in this code:
var color = “blue”
spinWheel ( )
color = 7
Two different types of variables
On the board: write an algorithm telling students to:
Stay quiet while testing is happening
If bell rings, they can leave
Grade test → command
Test score
Type answer here: Will Vary