User Tools

Site Tools


Sidebar

projects

ntr0 (due 20220119)
pct1 (bonus; due 20220119)
wcp1 (due 20220119)
adm0 (due 20220126)
pct2 (due 20220126)
wcp2 (due 20220126)
pbx0 (due 20220202)
pct3 (bonus; due 20220202)
wcp3 (due 20220202)
pbx1 (due 20220209)
pct4 (due 20220209)
wcp4 (due 20220209)
gfo0 (due 20220216)
pbx2 (due 20220216)
pct5 (bonus; due 20220216)
wcp5 (due 20220216)
bwp1 (bonus; due 20220302)
pct6 (due 20220302)
usr0 (due 20220302)
wcp6 (due 20220302)
pct7 (bonus; due 20220309)
upf0 (due 20220309)
wcp7 (due 20220309)
pct8 (due 20220316)
upf1 (due 20220316)
wcp8 (due 20220316)
gfo1 (due 20220323)
mtf0 (due 20220323)
pct9 (bonus; due 20220323)
wcp9 (due 20220323)
bwp2 (bonus; due 20220406)
pctA (due 20220406)
wcpA (due 20220406)
wpa0 (due 20220406)
pctB (bonus; due 20220413)
pwn0 (due 20220413)
wcpB (due 20220413)
ldg0 (due 20220420)
pctC (due 20220420)
wcpC (due 20220420)
gfo2 (due 20220427)
pctD (bonus; due 20220427)
wcpD (bonus; due 20220427)
pctE (bonus; due 20220504)
wcpE (bonus; due 20220504)
EoCE (due 20220512)
haas:spring2022:unix:projects:statuscalc

Corning Community College

CSCS1730 UNIX/Linux Fundamentals

~~TOC~~

Project: STATUSCALC

Objective

To employ your growing shell script abilities in calculating your current status in the class.

Project

I would like you to write a script that:

  • takes the status command output and:
    • calculates project points
    • calculates opus points
    • calculates attendance points
    • calculate project % of overall grade (36%)
    • calculate opus % of overall grade (36%)
    • calculate attendance % of overall grade (28%)
    • display the results (including overall grade)

Example output may look something like:

lab46:~/src/unix/statuscalc$ ./statuscalc
Projects   ... received 341 out of 405 total points: 84% (30/36)
Opus       ... received   9 out of  12 total points: 75% (27/36)
Attendance ... received  18 out of  23 total points: 78% (21/28)
================================================================
Total      ... 78/100

The calculations are based on how many points you got out of the maximum number of possible points (so while we may have done a number of projects, the individual projects don't matter as much as the aggregate of points they earned).

Submission

Submission criteria are as follows:

  • Script is organized and easy to read
  • Indentation to enhance readability
  • Comments to explain what is going on
  • Submit on time!
  • 10% late deduction per day after deadline
  • submit using submit tool, project name statuscalc
haas/spring2022/unix/projects/statuscalc.txt · Last modified: 2014/12/06 14:26 by 127.0.0.1