Search
You can find the results of your search below.
Fulltext results:
- top @courses:cs101-2021-02
- uter science, we seldom get anything right on the first try. We see how an attempt turned out, and we try... three requirements for graduation, along with the first-year Writing Seminar and the foreign language pro... formation on assignment grades will accompany the first assignment. ==== Exams ==== There are two exam... during the semester as well as a final exam. The first two exams will be completed during lab times. Fo
- top @courses:cs101-2021-0405
- uter science, we seldom get anything right on the first try. We see how an attempt turned out, and we try... three requirements for graduation, along with the first-year Writing Seminar and the foreign language pro... formation on assignment grades will accompany the first assignment. ==== Exams ==== There are two exam... during the semester as well as a final exam. The first two exams will be completed during lab times. Fo
- 06 @courses:cs101-2022b:assignments
- oration: underline !important; } ol li div.task p:first-child { margin: 0; } div.task, p.task { b... 25em; margin: 2em 1.5em; } p.task, div.task p:first-child { text-indent: -1.5em; } blockquote { ... Making and using a decision tree</h2> <p>In this first part, we’ll look at the structure of our decision... File</em> → <em>Save a copy</em>.</p> <p>The code first loads the <code>train-data</code> and <code>test-
- calendar @courses:cs101-201804
- de>. Listing files with <code>ls</code>. Your first program in Scheme. Running, saving and loading a ... r definitions. The importance of parentheses. First explorations of Scheme's computational model. ... /code>. Introducing <b>non-empty lists</b>. <code>first</code> and <code>rest</code>. <hr> <c... able to store the player's guess in two ways: first with <code>define</code> and then by using anothe
- assign4 @courses:cs101-2021-5657:assigns
- h, at which point you can run you program for the first time * Test your faith in the Design Recipe --... numbers is a list containing two lists: * The first list is the original list of two numbers * Th... escribe using the above example as follows: * first, find the permutations of the rest of the list, w... bers: (list '(2 3) '(3 2)) * next, insert the first number, 1, in front of, in between, and followin
- 04 @courses:cs101-2022b:assignments
- oration: underline !important; } ol li div.task p:first-child { margin: 0; } div.task, p.task { b... 25em; margin: 2em 1.5em; } p.task, div.task p:first-child { text-indent: -1.5em; } blockquote { ... "><strong>Task</strong>: Add a new column, <code>"first-name"</code>. This should contain a substring of ... e <code>"name"</code> column, stopping before the first space (<code>" "</code>). Call the resulting tabl
- top @courses:cs101-202203
- <li>Final exam: 20%</li> </ul> <h4>Labs (The first 20%)</h4> <p> The purpose of the labs is to give ... We’ll go over submitting on Gradescope during the first lab. </p> <h4>Homework Assignments (The next 20%... formation on assignment grades will accompany the first assignment. </p> <p> Homework assignments are due... during the semester as well as a final exam. The first two exams will be given during one of the lab tim
- 05 @courses:cs101-2022b:assignments
- oration: underline !important; } ol li div.task p:first-child { margin: 0; } div.task, p.task { b... 25em; margin: 2em 1.5em; } p.task, div.task p:first-child { text-indent: -1.5em; } blockquote { ... are in the same order that the names occur in the first input.</p> </div> <p>Do not use the built-in Tab... eturns the word that occurs immediately after the first <code class="string">"Waldo"</code> in that text.
- 01 @courses:cs101-2022b:labs
- need to add parentheses to tell Pyret what to do first.</p></li> </ol> <h2 id="your-first-program">Your first program</h2> <p>For this lab, you’ll create a program by copy-and-pasting the follow... descope</h2> <ol> <li><p>To submit your work, you first need to download a copy to the computer. Click <e
- lab3 @courses:cs101-2021-0405
- ationships between these columns</strong>.</p> <p>First, to get started include this code at the top of y... percent > 0.75</code>. To do this, you'll first need to write a function that takes a table <code... to return <code>true</code>. As a reminder, the first row in the table has the index of <code>0</code>.... Extracting-Tables">filter-with</a> function. The first input to the <code>filter-with</code> function is
- lab3.html @courses:cs101-2021-02
- ationships between these columns</strong>.</p> <p>First, to get started include this code at the top of y... percent > 0.75</code>. To do this, you'll first need to write a function that takes a table <code... to return <code>true</code>. As a reminder, the first row in the table has the index of <code>0</code>.... Extracting-Tables">filter-with</a> function. The first input to the <code>filter-with</code> function is
- lab_0 @courses:cs145-201951:labs
- === Lab 0 ====== ~~NOTOC~~ ==== Welcome to the first lab ==== * Objectives: - Become familiar w... icates" function. * Hint: Consider the testing first how many test cases should you have? Then - what ... est(s)? Again: You should consider the test cases first. At minimum, how many are there for the non-base ... = Define a function, called UNION, just like the first problem. That is, the function takes two inputs,
- 03 @courses:cs101-2022b:labs
- ave the most sugar!</p> <p><strong>Task</strong>: First you’ll first need to write a function that takes a table Row as input and returns a Boolean that answers... ter-with</code></a> function we saw in class. The first input to <code>filter-with</code> is the Table to
- hw4 @courses:cs101-202203:week4
- xercise 2.1: Names === Task: Add a new column, "first-name". This should contain a substring of the value in the "name" column, stopping before the first space (" "). Call the resulting table people-name... sider what would be an appropriate value for the "first-name" column in this case. Task: In a comment, i
- asmt3 @courses:cs101-2021-0405
- -- in the spreadsheet URL and use it to load the first sheet into a Pyret table, as you've done in l... ed as hours and minutes, e.g., 6:30, so we'll first write a function to convert a time to minutes.</p... strong>: You may find it easier to do this if you first normalize the data so all times are in the same f