Download presentation
Presentation is loading. Please wait.
1
Millennium High School Agenda Calendar
8/30/16 Objectives: Finish working on the Quiz! Section 6 Top Down Design & Decomposition WU: Vocab Words CW: Section 6 HW: Google Classroom (#14) ☺☻ CA Standards: Computer Science “Even if you’re on the right track, you’ll get run over if you just sit there.” -- Will Rogers
2
Break Down (Decompose)
Breaking down (decomposing) your code is splitting it into more functions. Read Like a Story Programs that “Read like a story” have good decomposition and make the code easy to follow. Indentation Indentation is the visual structure of how your code is laid out. It uses tabs to organize code into a hierarchy. Decomposition Decomposition is breaking your program into smaller parts. Top Down Design Top down design is a method for breaking our program down into smaller parts.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.