Search
You can find the results of your search below.
Fulltext results:
- top @courses:cs101-201804
- of the closest things to 'real magic' this world has. But the unavoidable truth is that becoming good ... ss, or otherwise interferes or conflicts with, or has a deleterious effect upon, your ability to work, ... g independently on a program. Trixie finishes and has a working version. Ed has trouble with his. Trixie helps Ed debug. That is fine. But then Trixie re
- 04 @courses:cs101-2022b:labs
- ta that you worked with in lab and on assignments has been sanitized for you – that is, you could expec... lass="constant">true</code> for any response that has <code class="string">"yes"</code> (in upper, lowe... rt 2: Analyze the data</h2> <p>Now that the data has been tidied up, we can start asking questions abo... onders are student-athletes?</li> <li>Which house has the most survey students living there?</li> </ul>
- asmt2 @courses:cs101-2021-02
- assignment">The Coding Assignment</h2> <p>Giselle has been the proud owner of a sporting goods store in... Oatman for the past few months, but recently she has seen advertisements for a competitor all over tow... nterests in their twenties. The Ad Agency already has data on locals’ age, hobbies, town, and whether t... a <code>Boolean</code> representing if the person has a car or not. It should return a <code>Boolean</c
- 02 @courses:cs101-2022b:assignments
- nterests in their twenties. The ad agency already has data on locals’ age, hobbies, town, and whether t... span class="name">in-range</span>(town :: String, has-car :: Boolean) -> Boolean: ... <span class=... ut town is in the target area and the person also has a car. Otherwise, the function should return <cod... e :: Number, town :: String, hobby :: String, has-car :: Boolean) -> Boolean: ... <span clas
- lab3 @courses:cs101-2021-0405
- ster/candy-power-ranking/candy-data.csv">data</a> has been analyzed in a FiveThirtyEight article, <a hr... trying to determine if the input, <code>r</code>, has a value in the <code>sugar-percent</code> column ... code>. As a reminder, the first row in the table has the index of <code>0</code>.</p> <pre><code><span... true (fruity and hard, but not a pluribus), which has the highest winning percentage?</p> <p>Hint: This
- asmt2 @courses:cs101-2021-0405
- assignment">The Coding Assignment</h2> <p>Giselle has been the proud owner of a sporting goods store in... Oatman for the past few months, but recently she has seen advertisements for a competitor all over tow... nterests in their twenties. The Ad Agency already has data on locals’ age, hobbies, town, and whether t... a <code>Boolean</code> representing if the person has a car or not. It should return a <code>Boolean</c
- top @courses:cs101-202203
- e. </p> <h3>Prerequisites</h3> <p> Everyone here has the ability to succeed in this course. Your desir... less time, and you can leave when your lab work has been checked by the instructor or a coach. Howeve... abuse, and stalking. If you (or someone you know) has experienced or experiences any of these incidents, know that you are not alone. Vassar College has staff members trained to support you in navigatin
- lab4 @courses:cs101-2021-02
- do this, we'd like to take any response that has "yes" (in either upper or lower case) i... art 2: Analyze the Data</h2> <p>Now that the data has been tidied up, we can start asking questions abo... sponders are student-athletes?</p> <p>Which house has the most survey students living there?</p> <h3 id... on</h3> <p>Show a <code>scatter-plot</code> which has the "stem-level" on the x-axis and &quo
- lab3.html @courses:cs101-2021-02
- ster/candy-power-ranking/candy-data.csv">data</a> has been analyzed in a FiveThirtyEight article, <a hr... trying to determine if the input, <code>r</code>, has a value in the <code>sugar-percent</code> column ... code>. As a reminder, the first row in the table has the index of <code>0</code>.</p> <pre><code><span... true (fruity and hard, but not a pluribus), which has the highest winning percentage?</p> <p>Hint: This
- 03 @courses:cs101-2022b:labs
- olean</code> attributes such as whether the candy has chocolate, is fruity, has caramel, or is hard.</li> </ul> <p>This <a href="https://github.com/fivethir... of the candies for which your new column is true has the highest winning percentage.</p> <p><strong>Hi... p> <h2 id="takeaways">Takeaways</h2> <p>This lab has mostly been about getting you comfortable working
- lab1 @courses:cs102-202051:labs
- the screen in the following format: Function f has root r. f(r) = rootImage; Here, f represents a t... , the output should be: Function y = 1.0x + 3.0 has root -3.0. f(-3.0) = 0.0 25. Create a main metho... window. It should read: "Function y = 1.0x + 6.0 has root -6.0. f(-6.0) = 0.0 Function y = 1.0x^2 + 4.0x + 4.0 has root -2.0. f(-2.0) = 0.0" As you can see, the to
- 03 @courses:cs101-2022b:assignments
- table named <code>celestial-data-sun</code> that has a new column called <code class="string">"sunligh... e named <code>celestial-data-sun-moon</code> that has a new column called <code class="string">"moonlig... art 1! We want to end up with a single table that has columns for both hours of sunlight and hours of m... table, <code>celestial-data-to-plot</code>, that has a column <code class="string">"date"</code> givin
- top @courses:cs145-201951
- or another. It takes much longer if someone else has to figure out your intent when fixing code or add... buse, and stalking. If you (or someone you know) has experienced or experiences any of these incidents, know that you are not alone. Vassar College has staff members trained to support you in navigatin
- top @courses:operating_systems
- /a>.</li> <li> Please note, the OSTEP website has a link for you to purchase a physical textbook if... rface to perform most of our work. As someone who has worked on the Transaction Processing Facility for... dating violence, and stalking. Vassar College has staff members trained to support students in navi
- top @courses:cs203-201602:finalproject
- of Savings and Checking accounts. * An Account has a name and balance. * A Checking account has a transaction fee of $.10 per check or withdrawal, deposits are free. * A Savings account has no fees. * Create a BankApplication class with