Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
courses:cs101-201804:labs [2018/09/14 09:06] – [Lab. Descriptions] selliscourses:cs101-201804:labs [2018/09/20 23:33] – [Table] sellis
Line 8: Line 8:
 ==== Problems and Solutions ==== ==== Problems and Solutions ====
  
-^ Week  ^ Lab.  ^ Problems                                                                                    ^ Solution  +^ Week  ^ Lab.  ^ Problems                                                                                    ^ Solution                                                                                        
-|  1    |  0    | [[https://www.cs.vassar.edu/~cs101/ell-fal-2018/labs/lab00_problems.txt|Lab. 00 Problems]]           +|  1    |  0    | [[https://www.cs.vassar.edu/~cs101/ell-fal-2018/labs/lab00_problems.txt|Lab. 00 Problems]]                                                                                                 
-|  2    |  1    | [[https://www.cs.vassar.edu/~cs101/ell-fal-2018/labs/lab01_problems.txt|Lab. 01 Problems]]           |+|  2    |  1    | [[https://www.cs.vassar.edu/~cs101/ell-fal-2018/labs/lab01_problems.txt|Lab. 01 Problems]] [[https://www.cs.vassar.edu/~cs101/ell-fal-2018/labs/solns/lab01_solns.txt|Lab. 01 Solutions]] 
 +|  3    |  2    | [[https://www.cs.vassar.edu/~cs101/ell-fal-2018/labs/lab02_problems.txt|Lab. 02 Problems]]  |                                                                                                 |
  
 ==== Lab. Descriptions ==== ==== Lab. Descriptions ====
Line 30: Line 31:
 [[https://www.cs.vassar.edu/~cs101/ell-fal-2018/labs/lab01_problems.txt|Problems for Lab. 01]] [[https://www.cs.vassar.edu/~cs101/ell-fal-2018/labs/lab01_problems.txt|Problems for Lab. 01]]
  
 +=== Lab. 02 ===
 +
 +__Friday, 21st September, 2018__
 +
 +/*This lab explores using ''IF'' and ''COND'' to make decisions. You will also use a new built-in function, ''RANDOM'', which lets the computer pick a random number. You will also begin to use the ''asmt-helper.txt'' file, if you haven't already done so.
 +
 +[[https://www.cs.vassar.edu/~cs101/ell-fal-2018/labs/lab02_problems.txt|Problems for Lab. 02]] */