Search

You can find the results of your search below.

06 @courses:cs101-2022b:assignments
6 Hits, Last modified:
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-
top @courses:cs101-2021-02
6 Hits, Last modified:
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
6 Hits, Last modified:
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-202203
5 Hits, Last modified:
<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
04 @courses:cs101-2022b:assignments
5 Hits, Last modified:
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
calendar @courses:cs101-201804
5 Hits, Last modified:
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
5 Hits, Last modified:
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
lab_0 @courses:cs145-201951:labs
4 Hits, Last modified:
=== 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,
lab3.html @courses:cs101-2021-02
4 Hits, Last modified:
ationships between these columns</strong>.</p> <p>First, to get started include this code at the top of y... percent &gt; 0.75</code>. To do this, you&#39;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
top @courses:cs377-202651
4 Hits, Last modified:
y is this important? because as of this year, the first two courses in the major are 102 (which uses the ... . I disagree. This criticism was more true of the first edition, not the second. Furthermore, C will not be your first programming language, and I have great confidence... 309 workstations. **Office Hours:** This is the first of many times that I will ask you to come see me
05 @courses:cs101-2022b:assignments
4 Hits, Last modified:
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
4 Hits, Last modified:
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
4 Hits, Last modified:
ationships between these columns</strong>.</p> <p>First, to get started include this code at the top of y... percent &gt; 0.75</code>. To do this, you&#39;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
02 @courses:cs101-2022b:assignments
3 Hits, Last modified:
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 { ... ed should send them an ad.</p> <p>To do this, we first need to figure out more information about them.</
lab1 @courses:cs101-2021-5657:labs
3 Hits, Last modified:
using GitHub. \\ \\ You will edit and run your first program from DrRacket. The program itself will be... Racket on your own computer, too.\\ \\ ** Your first program ** - Open the lab1.rkt file in DrRack... st now. **Congratulations!** You completed your first lab! You created a GitHub repository when you acc
week8 @courses:cs102-202051
3 Hits, Last modified:
top @courses:cs101-2021-5657
3 Hits, Last modified:
03 @courses:cs101-2022b:labs
3 Hits, Last modified:
05 @courses:cs101-2022b:labs
3 Hits, Last modified:
how_to_create_a_listing_for_your_course
3 Hits, Last modified:
asmt3 @courses:cs101-2021-02
3 Hits, Last modified:
asmt3 @courses:cs101-2021-0405
3 Hits, Last modified:
hw4 @courses:cs101-202203:week4
3 Hits, Last modified:
06 @courses:cs101-2022b:labs
2 Hits, Last modified:
sched @courses:cs311-2021
2 Hits, Last modified:
top @courses:cs311-2021
2 Hits, Last modified:
assign1 @courses:cs101-2021-5657:assigns
2 Hits, Last modified:
assign2 @courses:cs101-2021-5657:assigns
2 Hits, Last modified:
top @courses:cs203-201602:lab1
2 Hits, Last modified:
lab_1 @courses:cs145-201951:labs
2 Hits, Last modified:
lab1 @courses:cs101-2021-0405
2 Hits, Last modified:
asmt2 @courses:cs101-2021-02
2 Hits, Last modified:
syllabus @courses:cs240
2 Hits, Last modified:
top @courses:cs101-201804
2 Hits, Last modified:
asmt2 @courses:cs101-2021-0405
2 Hits, Last modified:
lab1 @courses:cs101-2021-02
2 Hits, Last modified:
schedule @courses:cs101-2022-02
2 Hits, Last modified:
07 @courses:cs101-2022b:labs
2 Hits, Last modified:
week3 @courses:cs377-202651
1 Hits, Last modified:
04 @courses:cs101-2022b:labs
1 Hits, Last modified:
week3 @courses:cs311-2021
1 Hits, Last modified:
lang-resources @courses:cs377-202651
1 Hits, Last modified:
top @courses:cs203-201602:lab8
1 Hits, Last modified:
top @courses:cs203-201602:lab2
1 Hits, Last modified:
week1 @courses:cs377-202651
1 Hits, Last modified:
top @courses:cs381-2020
1 Hits, Last modified:
top @courses:cs381-2019
1 Hits, Last modified:
03 @courses:cs101-2022b:assignments
1 Hits, Last modified:
week13 @courses:cs145-201951
1 Hits, Last modified:
top @courses:cs101-2021-5657:assigns
1 Hits, Last modified:
lab3 @courses:cs102-202051:labs
1 Hits, Last modified:
lab2 @courses:cs101-2021-5657:labs
1 Hits, Last modified:
lab6 @courses:cs101-2021-5657:labs
1 Hits, Last modified:
lab8 @courses:cs101-2021-5657:labs
1 Hits, Last modified:
lab5 @courses:cs101-2021-5657:labs
1 Hits, Last modified:
week2 @courses:cs102-202051
1 Hits, Last modified:
week6 @courses:cs145-201951
1 Hits, Last modified:
schedule @courses:cs101-2021-0405
1 Hits, Last modified:
assignments @courses:cs101-201804
1 Hits, Last modified:
week2 @courses:cs101-2023-54
1 Hits, Last modified:
schedule @courses:cs101-2023-52
1 Hits, Last modified:
week13 @courses:cs101-2021-5657
1 Hits, Last modified:
style @courses:cs101-2021-5657
1 Hits, Last modified:
schedule @courses:cs101-2021-5657
1 Hits, Last modified:
week11 @courses:cs101-2021-0405
1 Hits, Last modified:
week11 @courses:cs101-2021-02
1 Hits, Last modified:
week1 @courses:cs101-202203
1 Hits, Last modified:
schedule @courses:cs101-2021-02
1 Hits, Last modified:
lab4 @courses:cs101-2021-02
1 Hits, Last modified:
syllabus @courses:cmpu375-201901
1 Hits, Last modified:
syllabus @courses:cmpu102-201952
1 Hits, Last modified:
syllabus @courses:cmpu102-201901
1 Hits, Last modified:
syllabus @courses:cmpu102-201802
1 Hits, Last modified:
thesis
1 Hits, Last modified:
labs @courses:cs101-201804
1 Hits, Last modified:
week12 @courses:cs101-202203
1 Hits, Last modified:
week1 @courses:cs145-201951
1 Hits, Last modified:
schedule @courses:cs102-202051
1 Hits, Last modified:
top @courses:cs145-201951
1 Hits, Last modified:
schedule @courses:cs145-201951
1 Hits, Last modified:
week11 @courses:cs102-202051
1 Hits, Last modified:
week9 @courses:cs102-202051
1 Hits, Last modified:
week4 @courses:cs102-202051
1 Hits, Last modified:
old_course_pages
1 Hits, Last modified:
top @courses:cs102-202051
1 Hits, Last modified:
schedule @courses:cs102-201752
1 Hits, Last modified:
schedule @courses:cs102-2021-01
1 Hits, Last modified:
top @courses:cs102-201651
1 Hits, Last modified:
week10 @courses:cs102-2021-01
1 Hits, Last modified:
week8 @courses:cs102-2021-01
1 Hits, Last modified:
week7 @courses:cs102-2021-01
1 Hits, Last modified:
week3 @courses:cs102-2021-01
1 Hits, Last modified:
week1 @courses:cs102-2021-01
1 Hits, Last modified:
top @courses:cs102-2021-01
1 Hits, Last modified:
top @courses:cs325-201001:assignments
1 Hits, Last modified: