Computers
LTC 1
LTC 2
Punctuation and Errors
Algorithms
100

Name an Example of an input device for your computer

Mouse, keyboard, charging cable

100

What are the simplest type of code?

Commands

100

This type of code acts as a scorecard for most games

Variables

100

The act of fixing mistakes within a code is called

Debugging

100

Algorithms consist of:

Commands, functions, loops, while loops, conditional code, variables, types

200

Name two examples of an output device

Screens, Printers, speakers, drawings

200

When making a secret handshake which type of SWIFT code would be appropriate

Function

200

This type of variable is used to measure a numerical score

Integer

200

The actual mistakes within the code are called

Bugs

200

The users who would most likely use your app are called the:

Target Market or Target Audience

300

Your wifi has gone out. Name two ways to detect where the issue is?

Turn off wifi-router

try another device

reset your device

300

On the board: Write a conditional code saying what you will wear if it is raining

if isRaining {

               wearRaincoat ( ) 

                    else 

                            wearTShirt ( ) 

}


300

Var is used to express a variable what is the code used to express a constant

Let

300

Find the errors in this code:

if TeacherTalks 

studentsQuiet ()

}

Capitalization Error 

Punctuation Error

300

Explain How TikTok uses algorithms to keep you on the app longer

Tracks your movements and feeds you more videos you may like


400

SWIFT code is only compatible with which app store

Apple App store and Apple Products

400

Which type of code would be used for building a brick wall with over 100 bricks?

Loops

400

The Characteristics or features of a Mario Kart are which part of “types”?

Properties

400

What are the 2 errors in this command

MoveForward{}

Capital M 

brackets instead of parenthesis  

400

Provide an app idea for this target audience:   

65-90 year old women

Type answer here. Can Vary

500

Explain the difference between input and output devices

Input sends signal to computer. Output devices receive the signal from the computer

500

Which type of code repeats until a condition has been met?


Write an example on the board

While Loops

while teacherTalks {

studentsQuiet ( )

}

500

The behaviors of a Mario Kart are which part of “types”?

Methods

500

Find the bug in this code:

var color = “blue”

spinWheel ( ) 

color = 7

Two different types of variables


500

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

M
e
n
u