Search
You can find the results of your search below.
Fulltext results:
- assign4 @courses:cs101-2021-5657:assigns
- lists: * The permutations of a list containing two numbers is a list containing two lists: * The first list is the original list of two numbers * The second list is the original list of two numbers with their sequence reversed * The per
- top @courses:cs101-2021-02
- ill be weekly labs, regular homework assignments, two midterm exams, and a final exam (during the final... ll be evaluated for completion. Lab sessions are two hours long. Many labs can be completed in less ti... he first assignment. ==== Exams ==== There are two exams during the semester as well as a final exam. The first two exams will be completed during lab times. For ea
- 02 @courses:cs101-2022b:assignments
- g approaches</h2> <p>Let’s think a bit about the two approaches we’ve implemented for matching ads to ... ng>: In another multiline comment, write at least two test examples that demonstrate weaknesses of <code>show-ad</code> and at least two test examples that demonstrate weaknesses of <cod... hing label with the account.</p></li> <li><p>Pick two pieces of ad-matching information, which can be t
- lab_0 @courses:cs145-201951:labs
- that determine the intersection and the union of two sets \\ \\ * To begin: - Open a command lin... - Define a function, called SUBSET?, that takes two inputs, AA and BB, that are lists representing se... efine a function, called INTERSECTION, that takes two inputs, AA and BB, that are lists representing se... eturn a list representing the INTERSECTION of the two input lists. Note: If the input lists do not hav
- top @courses:cs101-2021-0405
- ill be weekly labs, regular homework assignments, two midterm exams, and a final exam (during the final... ll be evaluated for completion. Lab sessions are two hours long. Many labs can be completed in less ti... he first assignment. ==== Exams ==== There are two exams during the semester as well as a final exam. The first two exams will be completed during lab times. For ea
- syllabus @courses:cs240
- ams, each worth 20% of the final grade. The first two exams focus on material in the immediately preced... written coherently. Might have a missing step or two. * 4 = wow! I think you really get it. Note th... are handed in. In computing the final grade, the two lowest assignment grades will be dropped, thus al... nt in on time. **PLEASE NOTE:** Neatness counts! Two points (on the 0-4 scale) will be automatically d
- assign2 @courses:cs101-2021-5657:assigns
- in class, for assignment 2 you will combine your two separate big-bang programs for the cat and the ha... happy-cat.rkt ** Now you will combine the first two ''big-bang'' programs you wrote for assignment 1 ... n value from 0 to 100. Now you get to put these two programs together into a single program, but to d... epresent the state of the world, because you have two values you need to keep track of simultaneously:
- lab_1 @courses:cs145-201951:labs
- APPEND. == Part 3 == Copy/paste the following two let* expressions into your definitions window. Wh... DE EFFECT: Prints out listOfInts-ONE, listOfInts-TWO and listOfInts-THREE ;; where listOfInts-O... en incremented by one; ;; listOfInts-TWO is the same as listOfInts-ONE except that ;; ... corresponding element of listOfInts-TWO is even, ;; #f otherwise.
- top @courses:cs101-202203
- unately or unfortunately, we have to separate the two sections for the labs due to space limitations.</... ant programs run to completion. Lab sessions are two hours long. Many labs can be completed in less ti... <h4>Exams (The next 20% * 3)</h4> <p> There are two exams during the semester as well as a final exam. The first two exams will be given during one of the lab times.
- schedule @courses:cs101-2021-5657
- the lab dates, for each week of the semester. The two midterm exam dates are highlighted, as are Vassar... BSL]] \\ [[https://htdp.org/2018-01-06/Book/part_two.html|II:8-10]] ... uote]] \\ [[https://htdp.org/2018-01-06/Book/part_two.html#%28part._ch~3alist-sort%29|II:11-13]] \\ [[h
- hw4 @courses:cs101-202203:week4
- ake a look at the Pantheon 1.0 data. Based on the two articles you've just read, what are two assumptions that this table seems to reflect? Provide an examp... olumn in this case. Task: In a comment, identify two (or more) names where this function doesn't retur
- 05 @courses:cs101-2022b:assignments
- est represented using a table. The table can have two columns, <code class="string">"name"</code> and <... ode>, and a row for each character. For instance, two entries would be:</p> <blockquote> <table> <thea... u write that code for yourself.</p> <p>There are two key tasks here:</p> <ol> <li>turning a list into
- 04 @courses:cs101-2022b:assignments
- ake a look at the Pantheon 1.0 data. Based on the two articles you’ve just read, what are two assumptions that this table seems to reflect? Provide an examp... sk"><strong>Task</strong>: In a comment, identify two (or more) names where this function doesn't retur
- top @courses:cs101-201804
- ics we have covered in this course. You will have two weeks to complete it, and it will count for about... assignments. === Examinations === There will be two in-class exams: one just before break, and anothe... ppen To You) === == "What's the Harm In...?" == Two students, Alice and Ralph, discuss an assignment
- lab6 @courses:cs101-2021-02
- ur function should call ''string-append'' to glue two strings together. <code> fun list-to-string(lst :... is "hello world" list-to-string([list: "one", "two", "three"]) is "onetwothree" end </code> ====== ... on should call ''num-max'' to find the maximum of two numbers. <code> fun max-pos-num(lst :: List<Numb