• Start with LH on 0, RH on 1

  • Only aware of 2 cards at a time
     

 

RHPos = Hand position

RHCard = # on card

Jump to...

1. jump to line 4 if RHCard < LHCard
2. Shift RH to the R

3. jump to line 1 if RHPos != 7

4. move LHPos to RHPos

5. jump to line 2
 

Assembly Language

(low level)

Importance of programming languages

Not only do they let us communicate with a computer - they give humans a common understanding by agreeing on a set of commands and exactly what terms mean

Languages are made by humans, and therefore opinionated, imperfect, and always evolving

 

https://en.wikipedia.org/wiki/List_of_programming_languages

 

Languages we'll cover

 

  • Python

  • HTML/CSS + Javascript

  • code.org App Studio

     (also Javascript)

(╯°□°)╯︵ ┻━┻

deck

By Michelle Lim

deck

  • 778