Upgrade to Pro — share decks privately, control downloads, hide ads and more …

What Is A Variable? Hard Questions From Beginners (Ruby on Rails Meetup Sydney)

dondonz
February 13, 2018

What Is A Variable? Hard Questions From Beginners (Ruby on Rails Meetup Sydney)

Coaching beginners is a fun challenge. You have to be clear and concise, but you can't use any technical words.

Now it's your turn. What is a variable?

dondonz

February 13, 2018
Tweet

More Decks by dondonz

Other Decks in Programming

Transcript

  1. What is a variable? D O N N A Z

    H O U F A I L S C A S T S . C O M
  2. Variables are the memory locations, which hold any data to

    be used by any program. There are five types of variables supported by Ruby. What is a variable? tutorialspoint.com/ruby/ruby_variables.htm
  3. assign data label location manipulate Answer without using these words:

    memory name program recall reference What is a variable? remember represent stand for store value
  4. model view controller Answer without using these words: architecture database

    design pattern representation separation of concerns structure user What is MVC?
  5. Thank you! D O N N A Z H O

    U F A I L S C A S T S . C O M