An open API service indexing awesome lists of open source software.

https://github.com/srowhani/comp2401

C Programming with Christine Landerau
https://github.com/srowhani/comp2401

Last synced: 2 months ago
JSON representation

C Programming with Christine Landerau

Awesome Lists containing this project

README

          

comp2401
========
Christine Laurendeau's Introduction to System's and C Programming.

Assignments




  • Assignment 1



    Provides the end user with the ability to encrypt and decrypt messages, using a secret key.

    Your program will prompt the user to indicate whether they wish to encrypt a readable
    (“plaintext”) message or decrypt an already encrypted sequence of numbers
    (“ciphertext”) back to its readable form.



  • Assignment 2



    You will write a program in C, in the Ubuntu Linux environment, to help the user compute their final grade in a course,
    based on multiple weighting schemes. Your program will prompt the user to enter the major course components.
    These are the items that are given weights in the course outline, for example Assignments, Tutorials, Tests, Final
    exam, etc. Then your program will prompt the user to enter some weighting schemes, with one value for each course
    component. For example, one weighting scheme could have 50% for Assignments, 10% for Tutorials and 40% for the
    Final exam. Another weighting scheme could weigh the Assignments at 40% and the Final exam at 60%. Finally, your
    program will prompt the user to enter the grade they received for each component, and print out the final grade the
    user would get based on each weighting scheme.



  • Assignment 3



    A collection of functions to help the user manage the memory they
    are dynamically allocating.



  • Assignment 4



    Assignment 3 but instead of arrays, done through implementation of SL List



  • Assignment 5



    Sockets