Search

You can find the results of your search below.

04 @courses:cs101-2022b:labs
14 Hits, Last modified:
ek/edit?usp=sharing">response spreadsheet</a> and make a copy of it (by selecting <em>File</em> → <em>Make a Copy</em>).</p> <img src="https://www.cs.vassar.edu/~cs101/images/make_a_copy.png" width="75%"> <p>This copy of the spr... will be different; don’t use this one!</p> <p>To make sure the spreadsheet loaded correctly, check that
lab4 @courses:cs101-2021-02
13 Hits, Last modified:
rh71M/edit?usp=sharing">response spreadsheet</a>, make a copy of it (select “Make a Copy” under the “File” tab), and import it into your program.</p> <!-- ![Make a copy](make_a_copy.png) --> <p><img src="make_a_copy.png" width="75%"></p> <p>This copy of the spreads
top @courses:cs101-201804
10 Hits, Last modified:
lab or assignment, and so on (you get the idea). Make arrangements with a classmate to copy material yo... download page]] to download the software. Please make sure you obtain the most up-to-date version of th... sibility** to notify the instructor in advance to make other arrangements. * "Make-up" examinations or quizzes are not usually offered except in the case of
lab8 @courses:cs101-2021-5657:labs
9 Hits, Last modified:
truct toast (kind level)) ; A toast is a ; (make-toast string number[0 to 10]) ; where a toast’s... e: \\ <code scheme> (define toast-list (list (make-toast "white" 0) (make-toast "wheat" 0) (make-toast "white" 4) (make-toast "wheat" 4) (make-toast "whi
asmt2 @courses:cs101-2021-02
7 Hits, Last modified:
.</li> </ul> <h3 id="handin">Handin</h3> <ul> <li>Make sure your file is called <code>asmt2-code.arr</co... /campuswire.com/c/G916D3D51/feed">Campuswire</a>. Make sure you’re following the syllabus&#39;s guidelin... >Number documentation</a>!</em><br><br> <em>Hint: Make sure to write type annotations, a docstring, and ... ided to see how the answer was derived. This will make it a lot easier to do the task.</p> <p><strong>Ta
asmt2 @courses:cs101-2021-0405
7 Hits, Last modified:
.</li> </ul> <h3 id="handin">Handin</h3> <ul> <li>Make sure your file is called <code>asmt2-code.arr</co... /campuswire.com/c/G916D3D51/feed">Campuswire</a>. Make sure you’re following the syllabus&#39;s guidelin... >Number documentation</a>!</em><br><br> <em>Hint: Make sure to write type annotations, a docstring, and ... ided to see how the answer was derived. This will make it a lot easier to do the task.</p> <p><strong>Ta
top @courses:cs101-2021-0405
6 Hits, Last modified:
g, and manipulating data. The choices programmers make about how to represent and access data affect the... the idea). Do your best to attend every lecture. Make arrangements with a classmate to copy material yo... rticipate in class discussions. In return, I will make myself available to answer questions, listen to c... do, too!) The course staff reserves the right to make private posts public if the answer is of general
top @courses:cs101-2021-02
6 Hits, Last modified:
g, and manipulating data. The choices programmers make about how to represent and access data affect the... the idea). Do your best to attend every lecture. Make arrangements with a classmate to copy material yo... rticipate in class discussions. In return, I will make myself available to answer questions, listen to c... do, too!) The course staff reserves the right to make private posts public if the answer is of general
top @courses:cs101-2021-5657
5 Hits, Last modified:
ance prohibitive, please let me know, and we will make arrangements for you to attend asynchronously. Un... the idea). Do your best to attend every lecture. Make arrangements with a classmate to copy material yo... nsibility to notify the instructor in advance to make other arrangements. <del>Late assignments will be... ith the Title IX Coordinator. Although I have to make that notification, the Title IX office will only
06 @courses:cs101-2022b:assignments
5 Hits, Last modified:
ed in the past, and we use statistics about it to make decisions about new situations. (If you take a ma... ibute nets to the people who are most at risk. To make these decisions, they want to use machine learnin... n 55 °F, wear a coat. If not, don’t!</p> <p>Let’s make a first decision tree for whether to give a bed n... /p> <div class="task"> <p><strong>Task</strong>: Make a table called <code>results1</code> by adding a
top @courses:cs102-201651
5 Hits, Last modified:
30 to 3 pm \\ R from 1:30 to 3:30 pm \\ \\ Please make appointments to meet me at other times \\ via e-m... milar features, what you learn in this class will make learning other computer languages easier. \\ *... nything you would like to discuss. If you can't make it to my office hours, let me know and I can arra... ve done the work and record your presence in lab. Make sure you are checked off before leaving the lab b
03 @courses:cs101-2022b:assignments
4 Hits, Last modified:
ll table of test data. Use the following table or make up your own examples:</p> <pre><code><var>test-d... hours of sunlight.</p> <p><strong>Task</strong>: Make a table named <code>celestial-data-sun</code> tha... h day in the table.</p> <p><strong>Task</strong>: Make a table named <code>celestial-data-sun-moon</code... eled with the date.</p> <p><strong>Task</strong>: Make a new table, <code>celestial-data-to-plot</code>,
assignments @courses:cs101-201804
4 Hits, Last modified:
o save your work incrementally, especially if you make major changes to your file. In other words, save ... Your Print-Outs == It is your responsibility to make sure that your printed-out homework submissions a... file contains three functions which will help to make your output easier to read and grade. To use it, make sure there is a copy of the file ''asmt-helper.tx
style @courses:cs101-2021-5657
4 Hits, Last modified:
Use (function, constant, parameter) **names that make sense** with respect to the problem. - **Design... random results, **do not give up on testing.** To make this guide concrete, consider this example: <code... (define (create-cupcake width height) (make-posn (random width) (random height))) </code> Jus... ''one'' ignores its argument. Still, why would ''make-list'' in lieu of ''build-list'' not produce the
02 @courses:cs101-2022b:assignments
4 Hits, Last modified:
ny questions, please post on [Ed Discussion][ed]. Make sure that any questions that include your code ar... ue</code> or <code class="constant">false</code>. Make sure to write examples for each function before y... ong>: Consider previous tasks you have completed! Make sure to avoid redundant code or functions that do... his question, we will consider modifications that make a word singular (by removing an “s” from the end,
week13 @courses:cs101-202203
3 Hits, Last modified:
top @courses:cs145-201951
3 Hits, Last modified:
lab1 @courses:cs101-2021-02
3 Hits, Last modified:
lab1 @courses:cs101-2021-0405
3 Hits, Last modified:
how_to_create_a_listing_for_your_course
3 Hits, Last modified:
07 @courses:cs101-2022b:labs
2 Hits, Last modified:
01 @courses:cs101-2022b:labs
2 Hits, Last modified:
01 @courses:cs101-2022b:assignments
2 Hits, Last modified:
06 @courses:cs101-2022b:labs
2 Hits, Last modified:
lab1 @courses:cs102-202051:labs
2 Hits, Last modified:
lab1 @courses:cs101-2021-5657:labs
2 Hits, Last modified:
top @courses:cs381-2020
2 Hits, Last modified:
top @courses:cs381-2019
2 Hits, Last modified:
schedule @courses:cs334-202251
2 Hits, Last modified:
02 @courses:cs101-2022b:labs
2 Hits, Last modified:
top @courses:cs311-2021
2 Hits, Last modified:
top @courses:cs203-201602:lab1
2 Hits, Last modified:
05 @courses:cs101-2022b:labs
2 Hits, Last modified:
cs379-201403
2 Hits, Last modified:
week11 @courses:cs101-2021-02
2 Hits, Last modified:
asmt1 @courses:cs101-2021-02
2 Hits, Last modified:
top @courses:cs101-202203
2 Hits, Last modified:
week11 @courses:cs101-2021-0405
2 Hits, Last modified:
final-exam-email @courses:cs101-2021-02
2 Hits, Last modified:
week1 @courses:cs101-2021-5657
2 Hits, Last modified:
asmt1 @courses:cs101-2021-0405
2 Hits, Last modified:
lab7 @courses:cs101-2021-0405
1 Hits, Last modified:
coaching @courses:cs101-2021-5657
1 Hits, Last modified:
week5 @courses:cs101-2021-0405
1 Hits, Last modified:
schedule @courses:cs101-2021-0405
1 Hits, Last modified:
week6 @courses:cs101-202203
1 Hits, Last modified:
03 @courses:cs101-2022b:labs
1 Hits, Last modified:
week5 @courses:cs101-2021-02
1 Hits, Last modified:
lab7 @courses:cs101-2021-02
1 Hits, Last modified:
lab4 @courses:cs102-202051:labs
1 Hits, Last modified:
top @courses:cs203-201602:assignments
1 Hits, Last modified:
texts @courses:cs101-2021-5657
1 Hits, Last modified:
lab7 @courses:cs101-2021-5657:labs
1 Hits, Last modified:
week3 @courses:cs101-202203
1 Hits, Last modified:
success @courses:cs240
1 Hits, Last modified:
week1 @courses:cs102-2021-01
1 Hits, Last modified:
week3 @courses:cs102-2021-01
1 Hits, Last modified:
top @courses:cs102-201752
1 Hits, Last modified:
week8 @courses:cs102-202051
1 Hits, Last modified:
week12 @courses:cs102-202051
1 Hits, Last modified:
labs @courses:cs101-201804
1 Hits, Last modified:
syllabus @courses:cs240
1 Hits, Last modified:
week2 @courses:cs101-2021-5657
1 Hits, Last modified:
calendar @courses:cs101-201804
1 Hits, Last modified:
run_zasm_under_dosemu @courses:cs325-201001
1 Hits, Last modified:
week8 @courses:cs101-2023-54
1 Hits, Last modified:
coaching @courses:cs101-2023-52
1 Hits, Last modified:
coaching @courses:cs101-2022-02
1 Hits, Last modified:
assign2 @courses:cs101-2021-5657:assigns
1 Hits, Last modified:
top @courses:cs203-201602:lab4
1 Hits, Last modified: