Skip to content
Snippets Groups Projects
Select Git revision
  • d5f9620714581a18b99adc9a8ea15f4a6951cd7b
  • master default protected
2 results

cpp_frep

  • Clone with SSH
  • Clone with HTTPS
  • Intro to Programming

    Agenda

    • Computer architecture, memory, compile vs interpret, JIT

    • Programming 101

      • Variables
      • Conditionals ("if/else")
      • Iterations ("for loops")
      • Objects
    • Programming Languages

      • low level -> abstract
      • C Hello World
      • Python Hello World
      • Javascript Hello World
      • NodeJS Hello World
    • Programming Embedded Systems

      • Embedded C
      • Memory: EEPROM, Registers
      • Arduino Hello world