Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- lab1 @courses:cs101-2021-0405
- window// (left) is where you'll provide Pyret the program you want it to run. The program could consist of definitions (assignment of variables to expressions or fu... ow// (right) is where the results of running your program are displayed and where you can experiment. Bef... e> Hopefully the answer is 6! ===== Your first program ===== For this lab, you'll create a program by c
- lab1 @courses:cs101-2021-02
- initions window is where you'll provide Pyret the program you want it to run. The program could consist of definitions (assignment of variables to expressions or fu... tions window is where the results of running your program are displayed and where you can experiment. * ... le or stick with the defaults! ===== Your first program ===== For this lab, you'll create a program by c
- top @courses:cs203-201602:assignments
- g framework and tests for your methods. Place the program in a subdirectory of your CS203 directory and upl... ise 5.4. Create a folder called "slider" for your program within your cs203 folder. Backup your work locall... the use of the comparable interface. Create your program in a folder called Banking within your cs203 fold... d store the cs203 folder again on github when the program is done. - Due Wednesday October 7, 2015 Assignm
- 01 @courses:cs101-2022b:labs
- em> (left) is where you’ll provide Pyret with the program you want it to run. The program could consist of definitions (assignment of variables to expressions or fu... /em> (right) is where the results of running your program are displayed and where you can experiment.</p></... at to do first.</p></li> </ol> <h2 id="your-first-program">Your first program</h2> <p>For this lab, you’ll
- top @courses:cs101-201804
- eresting relationship between the programmer, the program and the computer. Investigating this relationship... : * The relationship between the programmer, a program, and the computer. * //Syntax// and //semantics... puter and how data are processed according to the program. While fairly straightforward to use (once you ge... and patience, and a sense of humour (for when the program doesn't work properly, which happens to //all// o
- assign2 @courses:cs101-2021-5657:assigns
- the cat and the happiness gauge into one big-bang program. This new program will display the cat moving across the screen, and below the cat, the happiness gauge wi... wrote for assignment 1 into a single ''big-bang'' program. The first program you wrote had a cat move from left to right across the empty scene, wrapping around w
- lab1 @courses:cs101-2021-5657:labs
- GitHub. \\ \\ You will edit and run your first program from DrRacket. The program itself will be starter code pulled from GitHub, containing a variety of express... on your own computer, too.\\ \\ ** Your first program ** - Open the lab1.rkt file in DrRacket by cl... R NAME> appears in the comments at the top of the program. \\ \\ - Run your program by clicking the **Run
- assign1 @courses:cs101-2021-5657:assigns
- '' files there. ---- ==== Description ==== ** Program 1: cat-prog.rkt ** * Open ''cat-prog.rkt'' in... es:cs101-2021-5657:big-bang-example.rkt |big-bang program}} * for values that never change, define cons... ion to my cat1 and cat2 image constants \\ \\ ** Program 2: gauge-prog.rkt ** For this program we're going to create a "happiness gauge" for our cat. Later, we'l
- 02 @courses:cs101-2022b:assignments
- ch are accessible to all functions throughout the program. They are normally defined in the top of the program and are distinguished from local variables by having ... English essay, there is good style for writing a program.</p> <p><strong>Task</strong>: Take a moment to ... yword">check</code> block into the bottom of your program:</p> <pre><code><span class="keyword">check</span
- top @courses:cs102-201651
- ==== Programming Style ==== Writing a program to solve a problem is in many ways analogous to w... ade categories. It is always possible to submit a program a couple of days early for me to critique and the... develop a solution on your own). \\ Design of a program is every bit as important as the code and you wil... to analyze and test the concepts being presented. Program code from these sessions will typically be posted
- assign4 @courses:cs101-2021-5657:assigns
- e time you finish, at which point you can run you program for the first time * Test your faith in the Des... numbers as a list of lists of numbers. When your program is completed and correct, it will demonstrate the... sts together into one list ---- ==== Write the program ==== **Note:** this assignment is similar to the
- style @courses:cs101-2021-5657
- wing basic style guidelines: - **Organize your program top-down,** regardless of how you actual work thr... ctions. * Separate distinct sections of your program with dashed lines that are exactly 80 columns wid... cases below the function or at the bottom of your program in a separate test section. - Use (function, co
- lab2 @courses:cs101-2021-5657:labs
- ons using the Design Recipe!\\ \\ ** Your first program ** - Launch DrRacket and open your ''lab2.rkt... R NAME> appears in the comments at the top of the program. \\ \\ - Develop the functions for Exercises 1-... propriate grading artifacts. \\ \\ - When your program successfully runs, show it to me or one of our co
- calendar @courses:cs101-201804
- count. <br/> Introduction to the drRacket program. Poking the computer & seeing what happens. <td... isting files with <code>ls</code>. Your first program in Scheme. Running, saving and loading a program. </tr> <!-- WEEK TWO --> <tr> <td width=4% bgcolor=pur
- 04 @courses:cs101-2022b:labs
- e’re ready to import the spreadsheet into a Pyret program.</p> <p><strong>Task</strong>: Add the following code at the top of your program:</p> <pre><code><span class="keyword">include</sp... <code>student-data</code> table when you run the program. If you are not able to see your table, call your