SlideShare uma empresa Scribd logo
1 de 20
Baixar para ler offline
Introduction and
The Computer
Class One: May 9, 2013
Syllabus Review
• Weekly Schedule
• Class:Thursdays, 7pm - 9:30pm
• 1:00 Theory/Discussion
• 0:20 Break Time
• 1:10 Practical Workshop
• Workshop Time
Syllabus Review
• Readings
• All texts are freely available, though a few
are available in other formats if you so
desire.
• The Cathedral and the Bazaar is the main
discussion text.
• Overview of other texts
Syllabus Review
• Assignments:
• Readings:All listed due for class that
week.
• Code Assignments
• Article Summaries: One due during first
half of class, one due during second half.
• Codeacademy.com:All listed due for class
Syllabus Review
• Grading
• There will be no grading, per se. Having said
that, the instructors will provide both midterm
and final portfolio/status reviews.These reviews
will be based on several factors, including
technical improvement, adaptability, problem
solving,  and initiative/engagement. In addition,
your activity on GitHub will serve as a public
record of your accomplishments in the course.
Course Broadness
• This course will be very broad and will
cover many deep topics.
• We all come into this course will various
levels of experience and technical skill.
• “You also have to develop a kind of faith in your own learning capacity - a
belief that even though you may not know all of what you need to solve a
problem, if you tackle just a piece of it and learn from that, you'll learn
enough to solve the next piece — and so on, until you're done.”
On Learning
• “I can't give complete instructions on how to learn to program
here — it's a complex skill. But I can tell you that books and
courses won't do it — many, maybe most of the best hackers are
self-taught.You can learn language features — bits of knowledge
— from books, but the mind-set that makes that knowledge into
living skill can be learned only by practice and apprenticeship.
What will do it is (a) reading code and (b) writing code.”
• “Learning to program is like learning to write good natural
language.The best way to do it is to read some stuff written by
masters of the form, write some things yourself, read a lot more,
write a little more, read a lot more, write some more ... and
repeat until your writing begins to develop the kind of strength
and economy you see in your models.”
Cardinal Rule
• If you have only a limited time to engage in
the course for the week, always use your
time on the practical skills.
(Practice.)
Key Questions
• What is a computer?
• How does a computer work?
• When you write code and execute it, what
is really happening?
• Reading Discussion
What is a computer?
What is a computer?
What is a computer?
• A computer is a general purpose device that can be programmed
to carry out a finite set of arithmetic or logical operations. Since
a sequence of operations can be readily changed, the computer
can solve more than one kind of problem.
• Conventionally, a computer consists of at least one processing
element, typically a central processing unit (CPU) and some form
of memory.The processing element carries out arithmetic and
logic operations, and a sequencing and control unit that can
change the order of operations based on stored information.
Peripheral devices allow information to be retrieved from an
external source, and the result of operations saved and retrieved.
How does a computer
work?
• Turing Machine
• All you need is an infinitely long tape, a
head that can read and write cells on the
tape, and a table of instructions.
LEGO Turing Machine
Watch the video here.
Turing Machines
Watch the video here.
• At the most basic level, this is what is
happening when you write code and
execute it. Crazy, right?You are flipping bits.
Transistors
• Intel Core 2 Extreme QX6700 Processor: 582 million transistors
• Raspberry Pi (ARM1176JZF-S 700 MHz processor): 30K transistors
Discussion
• What are some characteristics that
exemplify the hacker attitude and
mindset?
The Hacker Attitude
1. The world is full of fascinating problems
waiting to be solved.
2. No problem should ever have to be solved
twice.
3. Boredom and drudgery are evil.
4. Freedom is good.
5. Attitude is no substitute for competence.
Final Quote of the Day
• “Work as intensely as you play and play as intensely as you work.
For true hackers, the boundaries between "play", "work",
"science" and "art" all tend to disappear, or to merge into a high-
level creative playfulness.Also, don't be content with a narrow
range of skills.Though most hackers self-describe as
programmers, they are very likely to be more than competent in
several related skills — system administration, web design, and
PC hardware troubleshooting are common ones. A hacker who's
a system administrator, on the other hand, is likely to be quite
skilled at script programming and web design. Hackers don't do
things by halves; if they invest in a skill at all, they tend to get very
good at it.”

Mais conteúdo relacionado

Semelhante a Class One: The Computer

Semelhante a Class One: The Computer (20)

Untangling - fall2017 - week 7
Untangling - fall2017 - week 7Untangling - fall2017 - week 7
Untangling - fall2017 - week 7
 
Write code and find a job
Write code and find a jobWrite code and find a job
Write code and find a job
 
It's XP Stupid (2019)
It's XP Stupid (2019)It's XP Stupid (2019)
It's XP Stupid (2019)
 
Technical Writing Overview: WTD Nigeria
Technical Writing Overview: WTD NigeriaTechnical Writing Overview: WTD Nigeria
Technical Writing Overview: WTD Nigeria
 
CPP01 - Introduction to C++
CPP01 - Introduction to C++CPP01 - Introduction to C++
CPP01 - Introduction to C++
 
Austin Python Learners Meetup - Everything you need to know about programming...
Austin Python Learners Meetup - Everything you need to know about programming...Austin Python Learners Meetup - Everything you need to know about programming...
Austin Python Learners Meetup - Everything you need to know about programming...
 
Essentials for a Better ICT Student in Palestine
Essentials for a Better ICT Student in PalestineEssentials for a Better ICT Student in Palestine
Essentials for a Better ICT Student in Palestine
 
Software development fundamentals
Software development fundamentalsSoftware development fundamentals
Software development fundamentals
 
Developers Best Practices
Developers Best PracticesDevelopers Best Practices
Developers Best Practices
 
You and your code.pdf
You and your code.pdfYou and your code.pdf
You and your code.pdf
 
Embedded Systems PPt.pptx
Embedded Systems PPt.pptxEmbedded Systems PPt.pptx
Embedded Systems PPt.pptx
 
CS101- Introduction to Computing- Lecture 45
CS101- Introduction to Computing- Lecture 45CS101- Introduction to Computing- Lecture 45
CS101- Introduction to Computing- Lecture 45
 
Don't get blamed for your choices - Techorama 2019
Don't get blamed for your choices - Techorama 2019Don't get blamed for your choices - Techorama 2019
Don't get blamed for your choices - Techorama 2019
 
Continuous Learning by Constantine Nicolaou
Continuous Learning by Constantine NicolaouContinuous Learning by Constantine Nicolaou
Continuous Learning by Constantine Nicolaou
 
[OOP - Lec 01] Introduction to OOP
[OOP - Lec 01] Introduction to OOP[OOP - Lec 01] Introduction to OOP
[OOP - Lec 01] Introduction to OOP
 
TDD - Seriously, try it! (updated '22)
TDD - Seriously, try it! (updated '22)TDD - Seriously, try it! (updated '22)
TDD - Seriously, try it! (updated '22)
 
Traits of a Good Engineer
Traits of a Good EngineerTraits of a Good Engineer
Traits of a Good Engineer
 
Code Review
Code ReviewCode Review
Code Review
 
Software Craftsmanship and Agile Code Games
Software Craftsmanship and Agile Code GamesSoftware Craftsmanship and Agile Code Games
Software Craftsmanship and Agile Code Games
 
Preparing for a technical interview
Preparing for a technical interviewPreparing for a technical interview
Preparing for a technical interview
 

Último

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
lizamodels9
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
Matteo Carbone
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
dlhescort
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
Abortion pills in Kuwait Cytotec pills in Kuwait
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
lizamodels9
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
amitlee9823
 

Último (20)

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort ServiceEluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
Falcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in indiaFalcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in india
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperity
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
 
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture concept
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 

Class One: The Computer

  • 2. Syllabus Review • Weekly Schedule • Class:Thursdays, 7pm - 9:30pm • 1:00 Theory/Discussion • 0:20 Break Time • 1:10 Practical Workshop • Workshop Time
  • 3. Syllabus Review • Readings • All texts are freely available, though a few are available in other formats if you so desire. • The Cathedral and the Bazaar is the main discussion text. • Overview of other texts
  • 4. Syllabus Review • Assignments: • Readings:All listed due for class that week. • Code Assignments • Article Summaries: One due during first half of class, one due during second half. • Codeacademy.com:All listed due for class
  • 5. Syllabus Review • Grading • There will be no grading, per se. Having said that, the instructors will provide both midterm and final portfolio/status reviews.These reviews will be based on several factors, including technical improvement, adaptability, problem solving,  and initiative/engagement. In addition, your activity on GitHub will serve as a public record of your accomplishments in the course.
  • 6. Course Broadness • This course will be very broad and will cover many deep topics. • We all come into this course will various levels of experience and technical skill. • “You also have to develop a kind of faith in your own learning capacity - a belief that even though you may not know all of what you need to solve a problem, if you tackle just a piece of it and learn from that, you'll learn enough to solve the next piece — and so on, until you're done.”
  • 7. On Learning • “I can't give complete instructions on how to learn to program here — it's a complex skill. But I can tell you that books and courses won't do it — many, maybe most of the best hackers are self-taught.You can learn language features — bits of knowledge — from books, but the mind-set that makes that knowledge into living skill can be learned only by practice and apprenticeship. What will do it is (a) reading code and (b) writing code.” • “Learning to program is like learning to write good natural language.The best way to do it is to read some stuff written by masters of the form, write some things yourself, read a lot more, write a little more, read a lot more, write some more ... and repeat until your writing begins to develop the kind of strength and economy you see in your models.”
  • 8. Cardinal Rule • If you have only a limited time to engage in the course for the week, always use your time on the practical skills. (Practice.)
  • 9. Key Questions • What is a computer? • How does a computer work? • When you write code and execute it, what is really happening? • Reading Discussion
  • 10. What is a computer?
  • 11. What is a computer?
  • 12. What is a computer? • A computer is a general purpose device that can be programmed to carry out a finite set of arithmetic or logical operations. Since a sequence of operations can be readily changed, the computer can solve more than one kind of problem. • Conventionally, a computer consists of at least one processing element, typically a central processing unit (CPU) and some form of memory.The processing element carries out arithmetic and logic operations, and a sequencing and control unit that can change the order of operations based on stored information. Peripheral devices allow information to be retrieved from an external source, and the result of operations saved and retrieved.
  • 13. How does a computer work? • Turing Machine • All you need is an infinitely long tape, a head that can read and write cells on the tape, and a table of instructions.
  • 14. LEGO Turing Machine Watch the video here.
  • 16. • At the most basic level, this is what is happening when you write code and execute it. Crazy, right?You are flipping bits.
  • 17. Transistors • Intel Core 2 Extreme QX6700 Processor: 582 million transistors • Raspberry Pi (ARM1176JZF-S 700 MHz processor): 30K transistors
  • 18. Discussion • What are some characteristics that exemplify the hacker attitude and mindset?
  • 19. The Hacker Attitude 1. The world is full of fascinating problems waiting to be solved. 2. No problem should ever have to be solved twice. 3. Boredom and drudgery are evil. 4. Freedom is good. 5. Attitude is no substitute for competence.
  • 20. Final Quote of the Day • “Work as intensely as you play and play as intensely as you work. For true hackers, the boundaries between "play", "work", "science" and "art" all tend to disappear, or to merge into a high- level creative playfulness.Also, don't be content with a narrow range of skills.Though most hackers self-describe as programmers, they are very likely to be more than competent in several related skills — system administration, web design, and PC hardware troubleshooting are common ones. A hacker who's a system administrator, on the other hand, is likely to be quite skilled at script programming and web design. Hackers don't do things by halves; if they invest in a skill at all, they tend to get very good at it.”