Swift/Coding Basics 1
All About Commands!
Chaos 😈
What's the Topic?!
Swift/Coding Basics 2
100

What helps you get better at coding?

Practice

100

What do we call the things we put in to control the character?

Commands

100

What number trend do kids joke about?

6-7

100

Who's in control and who are commands given to?

We are and we are sending commands to Byte/the iPad/computer!

100

What are we learning how to do?

Code / program

200

What button starts everything?

Run (Run my code)

200

What command makes the character go forward?

moveForward()

200

Who is smarter: you or the computer?

You, duh!

200

If you repeat something at least 3 times, what is that called?

Loop

200

What do we collect in the game?

Gems

300

Where are the directions shown in Swift Playgrounds?

At the top

300

What command did we use to turn the character?

turnLeft() and turnRight()

300

Finish the Phrase

β€œAin’t no ___”

way

300

What do we call steps in order?

Sequence

300

What do portals do?

Teleport you to portal that resembles the one you go in to.

400

What is the character we control called?

Byte

400

Which command flips on/off the buttons on the ground?

toggleSwitch()

400

What do you call someone who is really cool?

has rizz

400

What is something that holds information called?

Variable

400

How do you change characters in Swift?

Double-click the puzzle/screen.

500

Which one is written in the correct coding language? (Bonus: What is the language called?)

A) myname
B) My Name
C) myName
D) Myname

C) myName

Bonus: camelCase()

500

What do we call a group of commands we can use again?

Functions

500

What's your favorite day and class of the week?

TUESDAY BLOCK DAY/CODE CLUB!

500

Identify these 3 types of variables? (Boolean, String, Integer)

LJ

19

True

LJ = String (words)

19 = Integer (numbers)

True = Boolean (true/false, yes/no, etc.)

500

What do we call a mistake in code? (Bonus: What do we call fixing mistakes?)

Bugs

Bonus: Debugging