Search
You can find the results of your search below.
Fulltext results:
- top @courses:cs101-2021-02
- | 845 437 5992, but e-mail is a better way to reach me | ^ Email: | pfrankl@vassar.edu ... ’re not sure of the answer. The material covered each week builds on what was covered in prior weeks. A... am 3 | 20% | Final grades take into account each component. You must achieve a passing grade in al... nd practiced in lab. You can expect an assignment each week (except when there's an exam). Assignments
- top @courses:cs101-201804
- ter scientists. That said, the material we cover each week will build on what was covered in previous w... echnical Stuff ==== === CS Computer Account === Each student will be provided with a CS computer accou... are structured so that later problems build upon each other incrementally, and often bring in concepts ... here will typically be one programming assignment each week. As well as to test your understanding of th
- 05 @courses:cs101-2022b:labs
- orking with both tables and lists. As you work on each part of the lab, you’ll practice breaking problem... </blockquote> <p>which takes in a table and, for each row, plots a dot on a map of Central Park, using ... To do that, we need a column giving the color for each point on the map. For the moment, let’s just pain... beled <code class="string">"color"</code> and set each row’s color to <code class="string">"black"</code
- top @courses:cs101-2021-0405
- ’re not sure of the answer. The material covered each week builds on what was covered in prior weeks. A... am 3 | 20% | Final grades take into account each component. You must achieve a passing grade in al... nd practiced in lab. You can expect an assignment each week (except when there's an exam). Assignments... wo exams will be completed during lab times. For each exam, you may refer to an 8.5×11-inch piece of pa
- 02 @courses:cs101-2022b:assignments
- nt">false</code>. Make sure to write examples for each function before you try writing the function body... itten:</p> <ul> <li>Did you write a docstring for each function?</li> <li>Do you have examples that demo... of <code>show-ad2</code>.</p> <p>The output from each function for each input should be surprising given the input. That is, an ad could seem perfect for the
- 05 @courses:cs101-2022b:assignments
- es per character</h2> <p>Let’s find out how much each character has to say! The ALL-CAPS names mark the beginning of each character’s spoken lines in the text, so finding ... p> <p>Because this involves a separate count for each character, this is best represented using a table... code class="string">"count"</code>, and a row for each character. For instance, two entries would be:</p
- lab7 @courses:cs101-2021-5657:labs
- ersions of ''empty-file?''. * one version for each intertwined data definition: * ''empty-file... ' * follow the steps of the Design Recipe for each function: * I've given you the signatures a... eck-expect's * I've given you templates for each intertwined data definition * Use the appro... late to help you get started writing the body for each function * be sure your solution for each exe
- 03 @courses:cs101-2022b:assignments
- that contains the number of hours of sunlight for each day.</p> <p>Remember: To do this, you’ll need to ... we’re ready to compute the hours of moonlight for each day in the table.</p> <p><strong>Task</strong>: M... hat contains the number of hours of moonlight for each day.</p> <p>Be sure you are starting with <code>c... n the table give a good label for the bars. Since each bar is for one day, they should be labeled with t
- top @courses:cs101-202203
- nd practiced in lab. You can expect an assignment each week (except when there’s an exam). Assignments a... will be given during one of the lab times. During each exam, you may refer to an 8.5×11-inch piece of pa... the inherently cumulative nature of this course, each exam will necessarily rely on content from previous exams. However, the emphasis of each exam will be on the material introduced since the
- lab6 @courses:cs101-2021-5657:labs
- that consume pipelines, again using the template each time for a function that consumes a pipeline. The... or the Exercises as described below. * solve each exercise in order * follow the steps of the Design Recipe for each function * be sure your solution for each exercise includes all appropriate grading artifacts. \
- top @courses:cs203-201602:lab8
- te a strategy interface, and a strategy class for each functional use of the up/down buttons (so far, th... some clocks online. You could use an image or for each digit, and redraw the clock every second using the correct images, or you might consider each digit to be a seven segment led, and light up the correct segments to represent each digit, or you might think of something entirely d
- top @courses:cs102-201651
- assar e-mail address. E-mail is the best way to reach me. I will answer emails as quickly as possible. ... b page just before lectures. The material covered each week will build on what was covered in prior week... riteria and I expect you to read the criteria for each assignment because the guidelines will change as ... e total score on assignments will be deducted for each day (including weekend days) an assignment is lat
- how_to_create_a_listing_for_your_course
- oices to make. If you want to use the same pages each time you teach a particular course and make modifications to these pages over time then call your new n... natively, if you want to have a new namespace for each occurrence of a course, then call your new namesp... ultiple sections and want separate namespaces for each section, then please create a single namespace fo
- 03 @courses:cs101-2022b:labs
- more from our candy data.</p> <p>Suggestion: For each section, separate it from the next part by copy-a... ith a <code>where</code> block – and to do so for each of the subsequent functions you write.</p> <p>The... >Checkpoint</strong>: Call over a coach once you reach this point and talk over your code with them.</p>... o create a scatterplot that puts one attribute on each axis.</p> <p>We haven’t made plots in class yet,
- 06 @courses:cs101-2022b:assignments
- ne a small example table with values that lead to each of the five decision nodes in the tree.</p> <h2 i... he average distance from a lake for the people in each table.</p></li> <li><p>An appropriate threshold w... You can do these three steps manually to compute each threshold, but I recommend writing a function to ... <code>DecisionTree</code> <code>net-dt</code> on each row.</p> <p><strong>Hint</strong>: Use a lambda e