Search
You can find the results of your search below.
Fulltext results:
- 02 @courses:cs101-2022b:assignments
- car status and determines whether or not Winifred should send them an ad.</p> <p>To do this, we first nee... n class="keyword">end</span> </code></pre> <p>It should return <code class="constant">true</code> if the ... bers.html">Number documentation</a>!)</p> <p>This should be an inclusive comparison, meaning that if the t... rs older or younger than the target, the function should return <code class="constant">true</code>.</p></l
- lab1 @courses:cs102-202051:labs
- 11. Add an "imageOf" method to LinearFunction. It should have the same signature as Function's method of t... ument x according to the linear equation, i.e. it should return y = m*x + b. 12. Add a “root” method to LinearFunction. It should have the same signature as Function's method of t... 13. Add a "toString" method to LinearFunction. It should have the same signature as Function's method of t
- 06 @courses:cs101-2022b:assignments
- such as this decision tree about whether someone should be considered a close contact for Covid-19:</p> <... shold</code>? If it’s less than the threshold, we should follow the first branch of the tree. Otherwise, we should follow the second.</p></li> </ol> <p>So, to give ... actions pane, clicking on the different parts. It should look like this:</p> <blockquote> <p><img src="htt
- top @courses:cs203-201602:assignments
- st extend Cloneable and Serializable. The PairApp should test these features. */ /* Assignment 2: Chapter ... ter 4, exercise 4.4. For simplicity, your project should create several bank accounts without user input, ... ider a program for a car rental agency. Customers should be able to reserve a car, pick it up, return it, ... with a main() function. * The BankApplication should create a ListOfAccounts object and populate it wi
- asmt2 @courses:cs101-2021-0405
- car status and determines whether or not Giselle should send them an ad.</p> <p>In order to figure out whether or not someone should get an ad, we need to first figure out some more ... ction called <code>within-5</code>. This function should take in a <code>Number</code> representing a pers... nput, and <code>false</code> if not.<br><br> This should be an inclusive comparison, meaning that if the t
- asmt2 @courses:cs101-2021-02
- car status and determines whether or not Giselle should send them an ad.</p> <p>In order to figure out whether or not someone should get an ad, we need to first figure out some more ... ction called <code>within-5</code>. This function should take in a <code>Number</code> representing a pers... nput, and <code>false</code> if not.<br><br> This should be an inclusive comparison, meaning that if the t
- top @courses:cs203-201602:finalproject
- with a main() function. * The BankApplication should create an empty ListOfAccounts object and populat... h accounts of various types. * BankApplication should start a GUI (BankAppGUI), and use the MVC pattern. * The user should be able to type in the amount to deposit or withd... next to the input field or fields. * The user should be able to create a new account through the GUI.
- lab_0 @courses:cs145-201951:labs
- B, that are lists representing sets. The function should return #t (or something that signifies TRUE) if A... that are lists representing sets. The function should return a list representing the INTERSECTION of th... ut lists do not have any duplicates, then neither should the output list. However, you need not define any... t: Consider the testing first how many test cases should you have? Then - what is the base case (and how w
- top @courses:cs101-2021-02
- llabus ***/ By the end of the semester, students should be able to: * Develop programs that process and... need a bit more time to finish the lab work, you should have what you’ve finished checked before the lab ... with your ability to complete your classwork, you should talk with your class advisor, the Dean of Studies... design and implement the solutions together. You should submit a single lab with both names on it and wil
- top @courses:cs101-2021-0405
- llabus ***/ By the end of the semester, students should be able to: * Develop programs that process and... need a bit more time to finish the lab work, you should have what you’ve finished checked before the lab ... with your ability to complete your classwork, you should talk with your class advisor, the Dean of Studies... design and implement the solutions together. You should submit a single lab with both names on it and wil
- 03 @courses:cs101-2022b:assignments
- a time as a string (like those in the table), it should convert it to the number of minutes since midnigh... an class="keyword">end</span> </code></pre> <p>It should compute the minutes the elapsed between the given... computed the hours of sunlight, it seems like it should be simple to compute the hours of moonlight – jus... he start time is <em>before</em> the end time, it should work just like <code>elapsed-mins</code>.</p> <p>
- lab3.html @courses:cs101-2021-02
- e>candy-data.row-n(0)</code> to your function, it should return <code>false</code>, and the inputting row <code>candy-data.row-n(4)</code> should cause your function to return <code>true</code>. ... le with 15 rows in it. Hint: <em>your expression should be a call to <code>filter-with</code> with the pr... code> block. If you got your filter correct, you should have a table with 8 rows in it.</p> <p>Suggestion
- lab3 @courses:cs101-2021-0405
- e>candy-data.row-n(0)</code> to your function, it should return <code>false</code>, and the inputting row <code>candy-data.row-n(4)</code> should cause your function to return <code>true</code>. ... le with 15 rows in it. Hint: <em>your expression should be a call to <code>filter-with</code> with the pr... code> block. If you got your filter correct, you should have a table with 8 rows in it.</p> <p>Suggestion
- top @courses:cs102-201752
- 307, or on their own personal computers. Students should implement their labs and assignments using either... n labs, you are encouraged to work in pairs. You should try to complete each homework assignment entirely... sor or coaches if you encounter difficulties. You should submit your lab work and homework assignments to ... ort to end each lecture on time as well. Students should not talk to each other during lectures. A student
- lab8 @courses:cs101-2021-5657:labs
- ee updates. - After you refresh the page you should see a page with the message: "You're ready to go!... 's an example of a **''list-of-toast''** that you should use in your examples and tests for the functions ... below, be sure to follow the Design Recipe. You should have hand-in artifacts for each function's signat... s apply to this function as the previous one: you should be able to use **''count-bread''** as-is, without