Search

You can find the results of your search below.

04 @courses:cs101-2022b:labs
22 Hits, Last modified:
ass="keyword">load-table</span>: timestamp, house, stem-level, sleep-hours, schoolwork-hours, s... t your <code>ssid</code> will be different; don’t use this one!</p> <p>To make sure the spreadsheet lo... ng</code>, <code>Number</code>, etc. – we need to use the <code>sanitize</code> functions when we load ... rs.</p> <p><strong>Hint</strong>: You’ll want to use at least <code>num-sanitizer</code> and <code>str
03 @courses:cs101-2022b:assignments
9 Hits, Last modified:
light begin to dwindle. In this assignment, we’ll use our experience working with tables (in class and ... ers, and underscores – in the spreadsheet URL and use it to load it into a Pyret table named <code>cele... >To ensure the autograder works for your program, use the column names</p> <pre><code>year, month, day,... e, moon-culm, moon-set </code></pre> <p>We won’t use <em>all</em> of the columns in this spreadsheet.
05 @courses:cs101-2022b:assignments
8 Hits, Last modified:
me of these problems, we will tell you whether to use the built-in list operations (like <code>map</cod... (approximately) how often they speak.</p> <p>Because this involves a separate count for each character... s occur in the first input.</p> </div> <p>Do not use the built-in Table function <code>count</code>; t... e want you to practice programming with lists, so use <code>add-col</code> instead. You may use any com
06 @courses:cs101-2022b:assignments
7 Hits, Last modified:
ave data on what has happened in the past, and we use statistics about it to make decisions about new s... st at risk. To make these decisions, they want to use machine learning on data about people in the town... two sheets: <code>train-data</code>, which we’ll use in order to learn who to give bed nets to, and <code>test-data</code>, which we’ll use to evaluate how well the resulting system does at
05 @courses:cs101-2022b:labs
7 Hits, Last modified:
YC Open Data</a> website, and in this lab we will use what we know about tables, lists, and functions t... de class="string">"color"</code> columns. You can use <code>table-to-map</code> just as you’ve used Pyr... he map dimensions.</p> <p>The values you need to use (defined for you in <code>lab05-helper.arr</code>... o do this!</p> <p>To test your function, you can use the following before-and-after tables:</p> <pre c
03 @courses:cs101-2022b:labs
6 Hits, Last modified:
part-1-filtering">Part 1: Filtering</h2> <p>Let’s use the power of filtering to learn more from our can... this lab, the data set is frozen and it’s okay to use it for testing your functions.</p> <p><strong>Tas... .</p> <p><strong>Hint</strong>: This requires the use of the <a href="https://www.cs.vassar.edu/~cs101/... .</p> <p><strong>Hint</strong>: This requires the use of the <a href="https://www.cs.vassar.edu/~cs101/
06 @courses:cs101-2022b:labs
6 Hits, Last modified:
="keyword">is</span> 36 <span class="keyword">because</span> ... sum-of-cubes([<span class="keyword">... ="keyword">is</span> 35 <span class="keyword">because</span> ... sum-of-cubes([<span class="keyword">... ="keyword">is</span> 27 <span class="keyword">because</span> ... sum-of-cubes([<span class="keyword">... hy</em> we get that answer. That’s what <code>because</code> lets us fill in. For example, for <code>pr
02 @courses:cs101-2022b:assignments
5 Hits, Last modified:
</code>.</p> <p><strong>Hint</strong>: Can you reuse any of the functions that we already wrote?</p></... ld output <code class="constant">false</code> because of a limitation of its design or vice versa. Reme... formation that advertisers are able to access and use when targeting ads to users. (You have free acces... ion. For each, describe</p> <ul> <li>one possible use which is beneficial or benign, and</li> <li>one w
01 @courses:cs101-2022b:labs
4 Hits, Last modified:
<h2 id="opening-cpo">Opening CPO</h2> <ol> <li><p>Use our CS account to log in to one of the Linux work... djust the font size or change the colors CPO will use. You can make yourself comfortable or stick with ... y clicking the <em>Run</em> button at the top (or use the shortcut <code>Ctrl</code>-<code>enter</code>... k! You can click <em>File</em> → <em>Save</em> or use the keyboard shortcut <code>Ctrl</code>-<code>s</
04 @courses:cs101-2022b:assignments
3 Hits, Last modified:
de for loading a table from a Google spreadsheet. Use the same column names that are in the spreadsheet... tes or other places that are divided into states. Use <code>transform-column</code> to change missing v... e contains a <code>"birthyear"</code> column. Because the famous individuals lived throughout recorded
02 @courses:cs101-2022b:labs
3 Hits, Last modified:
ode> expressions,</li> <li>writing functions that use <code>if</code> expressions, and</li> <li>writing... 73.880</li> </ul> <p>For testing, you may want to use the coordinates</p> <ul> <li>(41.686804, -73.8956... vere-alert</code>. Can you think of a way you can use the <code>saffir-simpson</code> function you’ve a
01 @courses:cs101-2022b:assignments
1 Hits, Last modified:
color shades.</li> </ul> <p>For instance, you can use <code>"green"</code> as the color name even thoug
07 @courses:cs101-2022b:labs
1 Hits, Last modified:
de>), it’s a good idea to write a template we can use for functions that take that data as input.</p> <