80 likes | 192 Views
V2012.13. Agenda. Old Business Delete Files New Business Week 15 Topics: SPARC Announcement Intro to HTML/CSS Questions? New Tech Club Forums Introduction to Programming 1 (Review) Introduction to Programming 2. HTML/CSS Class. QUESTIONS?. Tech Club Forums. New!
E N D
Agenda • Old Business • Delete Files • New Business • Week 15 Topics: • SPARC Announcement • Intro to HTML/CSS • Questions? • New Tech Club Forums • Introduction to Programming 1 (Review) • Introduction to Programming 2
HTML/CSS Class QUESTIONS?
Tech Club Forums • New! • Ask questions, offer suggestions, share info • Check it out: • http://ahstechcrew.org/forums/ • Thanks to Jeffrey Dickson!
Intro to Programming 1 “Programming gives you complete control over an innocent, vulnerable machine, which will do your evil bidding with a loyalty not even your pet dog can rival.”
Review Key Concepts • Key Concepts • High-level, Low-level Programming Languages • Compiled vs Interpreted Execution Models • Tools • Gathering Requirements
Intro to Programming 2: More Terms • API • Algorithm • Array • Boolean • Character • Code/Source • Constant • Data Types • Debug • Floating Point • Git • GUI • Integer • Literal • Object Oriented • Scripting Language • SDK • String • User Interface • Variable • Virtual Machine
Steps to Writing a Program • Gather requirements • Choose a programming language • Writea program • Compilethe program* • Runor Executethe program • Debugthe program • Repeatprocess until the program is completed *Depending on the language, you may not need to compile your program.