Change Contents of the Bubble
Welcome to CS1315. Click on the python to add comments.

Looking for the book? They have it at the Engineer's Bookstore at 748 Marietta St NW. Here is there website: http://www.engrbookstore.com/ - Monica

Hotspots: Slides and CodeTA CornerComments?AnnouncementsFAQStatic Webspace
View this PageEdit this PageUploads to this PageHistory of this PageHomeRecent ChangesSearchHelp Guide

Final Exam Review Summer 2006: Questions on Functions

Questions?


1. CAN reuse the function for a new task, easier to find errors, and is not faster
Easier to find errors, can use the same function multiple times, makes the code more readable, easier to change the function to meet new requirements etc. - Bobby Mathew

2. procedural abstraction- break down a higher task into a bunch of small tasks, once you know how to do the smaller task you're able to do the big task
I don't know what was said in class but I believe it means hiding the way certain procedures are performed in your code. -Bobby Mathew

3. good modularity-
Coding so that the program has been composed of seperate parts (modules) -Bobby Mathew





Link to this Page