Search
You can find the results of your search below.
Fulltext results:
- asmt2 @courses:cs101-2021-0405
- t 1, we are writing examples for this assignment! Write examples for each function you implement using a ... (-1) is 0 </span>end </code></pre><ul> <li>Try to write your examples before filling in your functions so... what customers fit Giselle’s criteria. We want to write a function that takes a person’s age, hobby, town... ood potential customer to advertise to, we'll write a series of predicates (functions that return a <
- asmt2 @courses:cs101-2021-02
- t 1, we are writing examples for this assignment! Write examples for each function you implement using a ... (-1) is 0 </span>end </code></pre><ul> <li>Try to write your examples before filling in your functions so... what customers fit Giselle’s criteria. We want to write a function that takes a person’s age, hobby, town... ood potential customer to advertise to, we'll write a series of predicates (functions that return a <
- 03 @courses:cs101-2022b:labs
- <strong>Task</strong>: First you’ll first need to write a function that takes a table Row as input and re... ur functions.</p> <p><strong>Task</strong>: Next, write an <em>expression</em> (not a function) to filter... end of the market.</p> <p><strong>Task</strong>: Write an expression in the definitions pane that produc... is greater than 90%.</p> <p>This requires you to write another helper function. As we demonstrated above
- lab3 @courses:cs101-2021-0405
- e want to know which candies have the most sugar. Write an expression in the definitions window that prod... .75</code>. To do this, you'll first need to write a function that takes a table <code>Row</code> as... <p>Once you have written that function, we'll write an <strong>expression</strong> (not a function) t... >Now that we know how to satisfy our sweet tooth, write an expression in the definitions window that prod
- lab3.html @courses:cs101-2021-02
- e want to know which candies have the most sugar. Write an expression in the definitions window that prod... .75</code>. To do this, you'll first need to write a function that takes a table <code>Row</code> as... <p>Once you have written that function, we'll write an <strong>expression</strong> (not a function) t... >Now that we know how to satisfy our sweet tooth, write an expression in the definitions window that prod
- week13 @courses:cs101-2021-5657
- ard%29|Section 9.4]] * You will be asked to write a function that consumes a Russian Doll (RD). ... 2** Multiple Lists Function. You will be asked to write a function that consumes two lists. Based on Lect... this variety). * The question I ask you to write will be a variation of the question on the sample... Tree Function. I provide the data definition, you write the function. Design Recipe. * I will even
- 02 @courses:cs101-2022b:assignments
- uidelines</a> for details.</p></li> <li><p>Try to write your tests before filling in your functions, so y... hat customers fit Winifred’s criteria. We want to write a function that takes a person’s age, hobby, town... a good potential customer to advertise to, we’ll write a series of <em>predicates</em> – functions that ... <code class="constant">false</code>. Make sure to write examples for each function before you try writing
- 05 @courses:cs101-2022b:assignments
- Remember to test your functions thoroughly and to write your code clearly. Your work will be graded on cl... /p> <div class="task"> <p><strong>Task</strong>: Write the function</p> <pre class="pyret"><span class="... /code>; the point of this exercise is to have you write that code for yourself.</p> <p>There are two key... ss="keyword">list</span>: 4, 5, 9]</code>. Try to write out the sequence of <code>where</code> examples t
- 02 @courses:cs101-2022b:labs
- <li>writing examples/tests for the functions you write.</li> </ul> <p style="margin: 2em 0; border-top:... ong as I need it to! |# </code></pre> <ul> <li><p>Write down an example where the code does not return wh... /tr> </tbody> </table> <p><strong>Task</strong>: Write a function that takes in the average recorded rec... s (that is, no decimals or fractions). Be sure to write tests for your function that address <em>each</em
- lab2 @courses:cs101-2021-0405
- * writing examples/tests for the functions you write ===== Exercise 1: Greetings ===== ==== Part 1 ==== Write an ''if'' expression that produces a greeting bas... Good afternoon" else: "Good night" end </code> Write down an example where the code does not return wh... pression clauses can affect the behavior of code. Write your thoughts in your Google Doc. ******/ =====
- 03 @courses:cs101-2022b:assignments
- strong>Task</strong>: To test the functions we’ll write, we also need a small table of test data. Use the... de></pre> <p><strong>Warning</strong>: Be sure to write examples in a <code>where</code> block for all of... ode class="string">"06:30"</code>, so we’ll first write a function to convert a time to minutes.</p> <p><strong>Task</strong>: Write a function</p> <pre><code><span class="keyword">f
- lab2 @courses:cs101-2021-02
- * writing examples/tests for the functions you write ===== Exercise 1: Greetings ===== ==== Part 1 ==== Write an ''if'' expression that produces a greeting bas... Good afternoon" else: "Good night" end </code> Write down an example where the code does not return wh... pression clauses can affect the behavior of code. Write your thoughts in your Google Doc. ******/ =====
- lab6 @courses:cs101-2021-02
- lues of ''lst'', ''f'', and ''r'' for each call. Write your solutions as comments in your file in this f... sum-of-cubes ===== Fill in the missing parts to write a function that takes in a list of Numbers and re... ist-to-string ===== Fill in the missing parts to write a function that takes in a list of Strings and re... : max-pos-num ===== Fill in the missing parts to write a function ''max-pos-num'' that takes in a list o
- 06 @courses:cs101-2022b:labs
- each time the function is called.</p> </div> <p>Write your solutions as comments in your file in this f... Task</strong>: Fill in the missing parts below to write a function <code>max-pos-num</code> that takes in... Task</strong>: Fill in the missing parts below to write a function that takes in a list of (non-negative)... d">end</span> </code></pre> <p>You don’t need to write test cases for this function, but you should call
- lab6 @courses:cs101-2021-0405
- lues of ''lst'', ''f'', and ''r'' for each call. Write your solutions as comments in your file in this f... sum-of-cubes ===== Fill in the missing parts to write a function that takes in a list of Numbers and re... ist-to-string ===== Fill in the missing parts to write a function that takes in a list of Strings and re... : max-pos-num ===== Fill in the missing parts to write a function ''max-pos-num'' that takes in a list o