Search
You can find the results of your search below.
Fulltext results:
- 05 @courses:cs101-2022b:assignments
- plit <code>book-text</code> into a list of words, using Pyret’s <a href="https://www.pyret.org/docs/lates... find the unique character names in an input list, using only <a href="https://www.pyret.org/docs/latest/l... ount for each character, this is best represented using a table. The table can have two columns, <code cl... p> <p>You can solve this part however you like – using recursion, built-in operations, or both!</p> <h
- 05 @courses:cs101-2022b:labs
- nitize</span> primary-color <span class="keyword">using</span> string-sanitizer <span class="keyword">sanitize</span> location <span class="keyword">using</span> string-sanitizer <span class="keyword"... >sanitize</span> activities <span class="keyword">using</span> string-sanitizer <span class="keyword"... anitize</span> interactions <span class="keyword">using</span> string-sanitizer <span class="keyword">e
- 06 @courses:cs101-2022b:assignments
- r</li> </ul></li> </ul> <h2 id="part-1-making-and-using-a-decision-tree">Part 1: Making and using a decision tree</h2> <p>In this first part, we’ll look at the ... know if the <code>DecisionTree</code> we learned using <code>train-data</code> is any better than the on... s2</code>, where the predicted column is computed using <code>net-dt-learned</code>.</p> <p>There are man
- 04 @courses:cs101-2022b:labs
- tize</span> student-athlete <span class="keyword">using</span> string-sanitizer <span class="keyword">e... hich is the same as <code>student-data</code> but using the sanitizers.</p> <p>When you try to sanitize ... ation correctly? You can cross check your data by using the <code>count</code> function on your new table... ing questions about it.</p> <h3 id="exercise-21-using-count">Exercise 2.1: Using <code>count</code></h3
- 02 @courses:cs101-2022b:assignments
- r functions that do the same thing!</p> <h3 id="using-keywords">Using keywords</h3> <p>A different way of targeting ads is looking at keywords in the text of... trong>Task</strong>: Answer the following prompts using <a href="https://adssettings.google.com/authentic... s less important than how you organize your code (using named computations, helper functions, etc.).</li>
- 01 @courses:cs101-2022b:labs
- initial lab is to acquaint you with</p> <ul> <li>using the code.pyret.org (CPO) programming environment ... fred) # TASK: Try making an image of your choice using at least three different shapes # and colors. Y... > <p>Always remember to log out when you are done using the system, to ensure that no one else uses your
- 07 @courses:cs101-2022b:labs
- ractice:</p> <ul> <li>modeling parts of the world using trees,</li> <li>working with structurally recursi... data definitions, and</li> <li>writing functions using a template for structurally recursive data defini... d then</li> <li>the examples.</li> </ul></li> <li>Using the examples, replace the placeholders (<code>...
- 04 @courses:cs101-2022b:assignments
- occurs in the <code>people-us-states</code> table using the <code>count</code> function.</p> <p class="t... d as negative numbers, which is accurate, but confusing to see!</p> <p class="task"><strong>Task</strong
- 02 @courses:cs101-2022b:labs
- of this lab is to give you practice:</p> <ul> <li>using Boolean expressions,</li> <li>reading and writing... lerts users of severe weather based on wind speed using the <a href="https://en.wikipedia.org/wiki/Saffir
- 03 @courses:cs101-2022b:labs
- </a> function. Call over a coach if you want help using this.</p> <p><strong>Task</strong>: Write an expr... hink it shows.</p> <p>On Assignment 3, you’ll be using other visualizations, but they’re created in much
- 06 @courses:cs101-2022b:labs
- ample like this shows how the solution is defined using the solution to a smaller problem. This makes wri... t of (non-negative) numbers and draws a bar chart using the given heights.</p> <pre class="pyret"><code>