80 likes | 199 Vues
Join us for Week 15 of the Tech Club as we dive into programming concepts, HTML, and CSS. This agenda includes important updates, such as the announcement of SPARC and the introduction of new Tech Club forums, where you can ask questions and share insights. We’ll review key programming concepts, discuss high-level and low-level languages, and explore the fundamentals of writing programs. Don’t miss your chance to engage, ask questions, and connect with fellow tech enthusiasts!
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.