Skip to content

Latest commit

 

History

History

Computer Organization and Architecture

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Programs:

  • Cache Mapping Techniques
    • File(s): CacheMap.c
  • FIFO Page Replacement
    • File(s): FIFO_pg.c
  • Hexadecimal Addition and Multiplication
    • File(s): hex.cpp
  • LRU Page Replacement
    • File(s): LRU_pg.c
  • Memory Allocation Policies
    • File(s): BEST_FIT.c, FIRST_FIT.c