User Tools

Site Tools


labs

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
labs [2019/11/12 21:26] billabs [2020/01/06 18:46] (current) bil
Line 6: Line 6:
  
 <html><!-- <html><!--
 +--></html>
  
-===== Lab 10 November 18 and 19 =====+===== Lab 12 December 2 and =====
  
-Study Chapters 7 and 8 (all of it?) of the textbook. Complete as many of the participation and challenge activities as you need to fully understand the topics discussed. 
  
-**Complete and submit labs 7.6 and 7.7.** +Study Sections 12.3, 12.5, 12.6and 12.9 from the textbook. Complete as many of the participation and challenge activities as you need to fully understand the topics discussed.
  
-You must also answer this [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031/Labs/Lab4/question.html|question]].+**Answer this [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031A/Labs/Lab12/question.html|question]].**
  
-Develop and test your programs under Unixas this is the way you will use for the lab test. You can then copy/paste your solution to your textbook for labs 7.6 and 7.7 in order to receive feedback.+Before TuesdayDecember 3 at midnight, submit the solution to the above question with 
  
-As before, you can submit any C code you develop, so that it is available to you during the lab test. Before Tuesday, November 19 at midnight, submit any text-based files  (programs, test cases etc) related to Lab 10 with +''submit 2031A Lab12 lab12.c'' 
 + 
 + 
 +**Solution**: You can download a solution for Lab 12 [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031A/Labs/Lab12/lab12solution.c|here]]. 
 + 
 +**Testing**: You can find all the test cases that were used to 
 +test your script automatically [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031A/Labs/Lab12/testCases|here]]. 
 + 
 +===== Lab 11 - November 25 and 26 ===== 
 + 
 +Study the remainder of Chapter 8, as well as Chapter 9 from the textbook. Complete as many of the participation and challenge activities as you need to fully understand the topics discussed. 
 + 
 +**Answer this [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031A/Labs/Lab11/question.html|question]].** 
 + 
 +Before Tuesday, November 26 at midnight, submit the solution to the above question with  
 + 
 +''submit 2031A Lab11 lab11.c'' 
 + 
 + 
 +**Solution**: You can download a solution for Lab 11 [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031A/Labs/Lab11/lab11solution.c|here]]. 
 + 
 +**Testing**: You can find all the test cases that were used to 
 +test your script automatically [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031A/Labs/Lab11/testCases|here]]. 
 + 
 +===== Lab 10 - November 18 and 19 ===== 
 + 
 +Study Chapters 7 and 8 (up to 8.7) of the textbook. Complete as many of the participation and challenge activities as you need to fully understand the topics discussed. 
 + 
 +**Complete and submit labs 7.6 and 7.7 ** as in the previous labs using
  
 ''submit 2031A Lab10 <filename>'' ''submit 2031A Lab10 <filename>''
  
---></html>+**You must also answer this [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031A/Labs/Lab10/question.html|question]].** 
 + 
 +Before Tuesday, November 19 at midnight, submit the solution to the above question with  
 + 
 +''submit 2031A Lab10 lab10.c'' 
 + 
 +Develop and test your programs under Unix, as this is the way you will use for the lab test. You can then copy/paste your solution to your textbook for labs 7.6 and 7.7 in order to receive feedback. 
 + 
 +**Solution**: You can download a solution for the non-textbook question {{:lab10solution.c|here}}. 
 + 
 +**Testing**: You can find all the test cases that were used to 
 +test your script automatically [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031A/Labs/Lab10/testCases|here]].
  
  
Line 68: Line 107:
 ===== Lab 6 - October 21 and 22 ===== ===== Lab 6 - October 21 and 22 =====
  
-**All material related to the Unix lab tests can be found by clicking [[http://www.eecs.yorku.ca/course/2031/Labs/Lab6|here]].**+**All material related to the Unix lab tests can be found by clicking [[http://www.eecs.yorku.ca/course/2031A/Labs/Lab6|here]].**
  
 Study the slides on git, and read the first two chapters of the [[https://book.git-scm.com/book/en/v2|Pro Git book]]. Study the slides on git, and read the first two chapters of the [[https://book.git-scm.com/book/en/v2|Pro Git book]].
Line 111: Line 150:
 Study this {{:bourneshelltutorial.pdf|Bourne shell tutorial}} as well. Study this {{:bourneshelltutorial.pdf|Bourne shell tutorial}} as well.
  
-Answer this [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031/Labs/Lab4/question.html|question]]. Submit your answer by midnight on Tuesday, October 1.+Answer this [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031A/Labs/Lab4/question.html|question]]. Submit your answer by midnight on Tuesday, October 1.
  
 **Solution**: You can download a solution for Lab 4 {{:lab4solution.txt|here}}. **Solution**: You can download a solution for Lab 4 {{:lab4solution.txt|here}}.
  
 **Testing**: You can find all the test cases that were used to **Testing**: You can find all the test cases that were used to
-test your script automatically [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031/Labs/Lab4/testCases|here]].+test your script automatically [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031A/Labs/Lab4/testCases|here]].
  
 ===== Lab 3 - September 23 and 24 ===== ===== Lab 3 - September 23 and 24 =====
Line 122: Line 161:
 Study this [[http://www.ooblick.com/text/sh/|Bourne shell tutorial]] as well as this [[http://en.wikibooks.org/wiki/Bourne_Shell_Scripting|wikibook]] (for reference only). Study this [[http://www.ooblick.com/text/sh/|Bourne shell tutorial]] as well as this [[http://en.wikibooks.org/wiki/Bourne_Shell_Scripting|wikibook]] (for reference only).
  
-Answer this [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031/Labs/Lab3/question.html|question]]. Submit your answer by midnight on Tuesday, September 24.+Answer this [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031A/Labs/Lab3/question.html|question]]. Submit your answer by midnight on Tuesday, September 24.
  
 **Solution**: You can download a solution for Lab 3 {{:lab3solution.txt|here}}. You can expand on this for Lab 4, or you can continue with your own code. **Solution**: You can download a solution for Lab 3 {{:lab3solution.txt|here}}. You can expand on this for Lab 4, or you can continue with your own code.
  
 **Testing**: You can find all the test cases that were used to **Testing**: You can find all the test cases that were used to
-test your script automatically [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031/Labs/Lab3/testCases|here]]. The last test case related to the bonus question, you can ignore it if you did not do that part.+test your script automatically [[https://www.eecs.yorku.ca/course_archive/2019-20/F/2031A/Labs/Lab3/testCases|here]]. The last test case related to the bonus question, you can ignore it if you did not do that part.
  
 Click [[:diff|here]] for an explanation of the feedback you received. Click [[:diff|here]] for an explanation of the feedback you received.
labs.1573593980.txt.gz · Last modified: 2019/11/12 21:26 by bil