Samples of My Academic Work Product
Includes a readme and the source files for a C++ project in my advanced operating systems class. The project is a CPU scheduler simulator.
Includes the source files for four C++ projects which demonstrate various data structures for my Data Structures class.
- A calculator which uses postfix notation and computes addition, multiplication, and exponentiation on arbitrarily large integers.
- A program for a company's organizational tree which uses a general tree data structure.
- An AVL tree.
- A hash table.
My project report for my Databases class.
A report on the analysis workflow for my team's project, and one of my homework submissions for the class.
Four projects from my Software Testing class.
- Testing whether a random number generator is truly "random".
- Boundary value and equivalence class testing for a video game rental store's business logic.
- Testing a Yahtzee scoring program.
- Testing a Cows and Bulls game with white box testing including statement and branch-level coverage.
A mechanism description, a process description, and a PowerPoint presentation.
The web pages I made for my midterm and final projects in Web Development.