@@ -35,14 +35,14 @@ Computer Organization and Architecture (CSC403) and Processor Architecture Lab (
3535
3636The curriculum encompasses several key domains in computer system architecture:
3737
38- - ** Computer Organization Fundamentals** : Register organization, instruction set architecture, addressing modes
39- - ** Control Unit Design** : Hardwired control, micro-programmed control, control memory organization
40- - ** Arithmetic Operations** : Binary arithmetic, Booth's multiplication algorithm, restoring division
41- - ** Memory Organization** : Memory hierarchy, cache mapping techniques (direct, associative, set-associative)
42- - ** Cache Memory** : Cache coherence, interleaving, memory partitioning, paging concepts
43- - ** Input/Output Organization** : I/O interfaces, interrupt handling, DMA
44- - ** Processor Design** : ALU design, adder circuits, shift registers, digital logic implementation
45- - ** Pipeline Architecture** : Instruction pipelining, hazards, and optimization techniques
38+ - ** Computer Organization Fundamentals** : Register organization, instruction set architecture, addressing modes.
39+ - ** Control Unit Design** : Hardwired control, micro-programmed control, control memory organization.
40+ - ** Arithmetic Operations** : Binary arithmetic, Booth's multiplication algorithm, restoring division.
41+ - ** Memory Organization** : Memory hierarchy, cache mapping techniques (direct, associative, set-associative).
42+ - ** Cache Memory** : Cache coherence, interleaving, memory partitioning, paging concepts.
43+ - ** Input/Output Organization** : I/O interfaces, interrupt handling, DMA.
44+ - ** Processor Design** : ALU design, adder circuits, shift registers, digital logic implementation.
45+ - ** Pipeline Architecture** : Instruction pipelining, hazards, and optimization techniques.
4646
4747### Repository Purpose
4848
0 commit comments