Difference between revisions of "ULI101 Weekly Schedule"
Line 102: | Line 102: | ||
<td style="border-bottom: thin solid black;">'''Week 5:'''<br></td> | <td style="border-bottom: thin solid black;">'''Week 5:'''<br></td> | ||
<td style="border-bottom: thin solid black;">'''Objectives:'''<ul><li>stdin, stdout, stderr</li><li>Simple filter commands:<br>(head,tail,cut,sort,tr,wc)</li><li>grep utility | <td style="border-bottom: thin solid black;">'''Objectives:'''<ul><li>stdin, stdout, stderr</li><li>Simple filter commands:<br>(head,tail,cut,sort,tr,wc)</li><li>grep utility | ||
− | Redirection and piping</li><li>/dev/null file</li></ul><br>'''Evaluation:'''<ul><li><span style="color:red;font-weight:bold;">Tutorial 4 (Due Friday @ midnight)</span></li><li><span style="color:red;font-weight:bold">Assignment 1:<br>(Due by Friday at 11:59 PM)</span></li><li><span style="color:red;font-weight:bold;">Quiz 3</span></li></ul></td> | + | Redirection and piping</li><li>/dev/null file</li></ul><br>'''Evaluation:'''<ul><li><span style="color:red;font-weight:bold;">Tutorial 4 (Due Friday @ midnight)</span></li><li><span style="color:red;font-weight:bold">Assignment 1 (10%):<br>(Due by Friday at 11:59 PM)</span></li><li><span style="color:red;font-weight:bold;">Quiz 3</span></li></ul></td> |
<td style="border-bottom: thin solid black;width:30%"><span style="background:#ffff00;">'''Week 5 Lecture Notes:''' [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week5.pdf PDF] | [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week5.pptx PPTX]</span> | <td style="border-bottom: thin solid black;width:30%"><span style="background:#ffff00;">'''Week 5 Lecture Notes:''' [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week5.pdf PDF] | [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week5.pptx PPTX]</span> | ||
Line 212: | Line 212: | ||
<tr valign="top"> | <tr valign="top"> | ||
<td style="border-bottom: thin solid black;">'''Week 9:'''<br></td> | <td style="border-bottom: thin solid black;">'''Week 9:'''<br></td> | ||
− | <td style="border-bottom: thin solid black;">'''Objectives:'''<br>Introduction to Shell Scripting:<br><ul><li>Introduction to Shell Scripting</li><li>echo and read commands</li><li>Shell Variables</li><li>Positional Parameters</li><li>Command Substitution /<br>Math Operations</li><li>test statements</li><li>if / elif-else statements<li>for loop statements</li></ul><br>'''Evaluation:'''<ul><li><span style="color:red;font-weight:bold;">Tutorial 9 (Due Friday @ midnight)</span></li><li><span style="color:red;font-weight:bold">Assignment 2:<br>(Due by Friday at 11:59 PM)</span></li><li><span style="color:red;font-weight:bold;">Quiz 4</span></li></ul></td> | + | <td style="border-bottom: thin solid black;">'''Objectives:'''<br>Introduction to Shell Scripting:<br><ul><li>Introduction to Shell Scripting</li><li>echo and read commands</li><li>Shell Variables</li><li>Positional Parameters</li><li>Command Substitution /<br>Math Operations</li><li>test statements</li><li>if / elif-else statements<li>for loop statements</li></ul><br>'''Evaluation:'''<ul><li><span style="color:red;font-weight:bold;">Tutorial 9 (Due Friday @ midnight)</span></li><li><span style="color:red;font-weight:bold">Assignment 2 (10%):<br>(Due by Friday at 11:59 PM)</span></li><li><span style="color:red;font-weight:bold;">Quiz 4</span></li></ul></td> |
<td style="border-bottom: thin solid black;width:30%"><span style="background:#ffff00;">'''Week 9 Lecture Notes:''' [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week10.pdf PDF] | [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week10.pptx PPTX]</span> | <td style="border-bottom: thin solid black;width:30%"><span style="background:#ffff00;">'''Week 9 Lecture Notes:''' [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week10.pdf PDF] | [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week10.pptx PPTX]</span> | ||
Line 276: | Line 276: | ||
<tr valign="top"> | <tr valign="top"> | ||
<td style="border-bottom: thin solid black;">'''Week 12:'''<br></td> | <td style="border-bottom: thin solid black;">'''Week 12:'''<br></td> | ||
− | <td style="border-bottom: thin solid black;">'''Objectives:'''<br><ul><li>Take up Review Questions</li><li>Work on Assignment #3</li></ul><br>'''Evaluation:'''<ul><li><span style="color:red;font-weight:bold;">Tutorial 12 (Due Friday @ midnight)</span></li><li><span style="color:red;font-weight:bold;">Tutorial 7 (BONUS):<br> (Due Friday @ midnight)</span></li><li><span style="color:red;font-weight:bold">Assignment 3:<br>(Due by Friday at 11:59 PM)</span></li><li><span style="color:red;font-weight:bold">Final: Test 2 (20%)</span></li></ul></td> | + | <td style="border-bottom: thin solid black;">'''Objectives:'''<br><ul><li>Take up Review Questions</li><li>Work on Assignment #3</li></ul><br>'''Evaluation:'''<ul><li><span style="color:red;font-weight:bold;">Tutorial 12 (Due Friday @ midnight)</span></li><li><span style="color:red;font-weight:bold;">Tutorial 7 (BONUS):<br> (Due Friday @ midnight)</span></li><li><span style="color:red;font-weight:bold">Assignment 3 (10%):<br>(Due by Friday at 11:59 PM)</span></li><li><span style="color:red;font-weight:bold">Final: Test 2 (20%)</span></li></ul></td> |
<td style="border-bottom: thin solid black;width:30%">'''Review Questions: <ul> | <td style="border-bottom: thin solid black;width:30%">'''Review Questions: <ul> |
Revision as of 12:28, 4 May 2021
Week | Objectives and Tasks | Reference | Assignment |
Week 1: |
Objectives:
|
Week 1 Lecture Notes: PDF | PPTX
Tutorials:
Links to Windows SSH clients (Access Matrix from home): YouTube Videos: |
Assignment 1:
|
Week 2: |
Objectives:
Evaluation:
|
Week 2 Lecture Notes: PDF | PPTX
Tutorials: Reference Sheets: YouTube Videos: |
Assignment 1:
|
Week 3: |
Objectives:
Evaluation:
|
Week 3 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos: |
Assignment 1:
|
Week 4: |
Objectives:
Evaluation:
|
Week 4 Lecture Notes: PDF | PPTX
Tutorials:
YouTube Videos: |
Assignment 2:
|
Week 5: |
Objectives:
Evaluation:
|
Week 5 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos: |
Assignment 2:
|
Week 6: |
Objectives:
Evaluation:
|
Week 6 Lecture Notes: PDF | PPTX
Tutorials:
YouTube Videos: |
|
Study Week: |
Objectives:
|
||
Week 7: |
Objectives:
Evaluation:
|
Week 7 Lecture Notes: PDF | PPTX
Tutorials:
YouTube Videos: |
Assignment 2:
|
Week 8: |
Objectives: Regular expressions basics:
Evaluation:
|
Week 8 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos: |
Assignment 3:
|
Week 9: |
Objectives: Introduction to Shell Scripting:
Evaluation:
|
Week 9 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos: |
Assignment 3:
|
Week 10: |
Objectives: Text Manipulation:
Evaluation:
|
Week 10 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos: |
Assignment 3:
|
Week 11: |
Objectives: Additional Shell Scripting:
Evaluation:
|
Week 11 Lecture Notes: PDF | PPTX Tutorials: YouTube Videos: |
Assignment 3:
|
Week 12: |
Objectives:
Evaluation:
|
Review Questions: |