🖥️
Computer Science Course

CMSC310

Computer Systems and Architecture

Covers the structure and function of computer hardware and software systems. Includes digital logic, assembly language, memory hierarchy, and processor architecture.

Course Projects

CPU Simulator code snippet
C

CPU Simulator

Simulation of a basic CPU with instruction execution and register operations.

Project 1
Memory Hierarchy Analyzer code snippet
C++

Memory Hierarchy Analyzer

Tool for analyzing and visualizing memory access patterns and cache performance.

Project 2
Assembly Interpreter code snippet
C

Assembly Interpreter

Program that interprets and executes basic assembly language instructions.

Project 3