Dr. Janibul Bashir
In this course, we'll study about the architecture and organization of computer systems. We will study about the basic processor designing, pipelining and memory systems.
ITT303
Mon, Thur, Fri
Reference Material for the course
Video Lectures: Computer Organisation and Architecture
Announcements:
The classes have started from 06-08-2023.
Computer Organization and Architecture: The science and art of designing, selecting, and interconnecting hardware components and designing the hardware/software interface to create a computing system that meets functional, performance, energy consumption, cost, and other specific goals.
(06-08-2025) -- [Lecture 1] Course Introduction and Course Structure - [Video Lecture]
(06-08-2025) -- [Lecture 2] Levels of Transformation, Cross Compilation - [Video Lecture]
(07-08-2025) -- [Lecture 3] Current research and future directions in computer architecture.
(07-08-2025) -- [Lecture 4] What is Architecture and Organization? Computing models: Von Neumann model, Register Based, Registers, Computer architectures - [Video Lecture]
(08-08-2025) -- [Lecture 5] Instruction set Architecture and its components, Microarchitecture and its components - [Video Lecture]
(12-08-2025) -- [Lecture 6] Addressing modes: Register/Memory direct and indirect modes, AutoIncrement, Autodecrement, Immediate, PC relative, and base-index offset - [Video Lecture]
(13-08-2025) -- [Lecture 7] Digital Logic: Switching Networks, NMOS and PMOS Transistors - [Video Lecture]
(14-08-2025) -- [Lecture 8] Combinational Circuits such as Multiplexer, Decoder, Logic using multiplexers - [Video Lecture]
(18-08-2025) -- [Lecture 9] Combinational Circuits: Programmable Logic Array, Tri-State Buffer
(19-08-2025) -- [Lecture 10] Sequential Circuits (SC): Need of SC, SRAM Memory [Video Lecture]
(20-08-2025) -- [Lecture 11] 2.5D memory architecture, DRAM memory [Video Lecture]
(25-08-2025) -- [Lecture 12] Latches, Clock, Flip Flops
(28-08-2025) -- [Lecture 13] Introduction to RISC V ISA and Base Integer Version - [Video Lecture]
(29-08-2025) -- [Lecture 14] RV32I Instructions: R/I Format instructions - [Video Lecture1][Video Lecture2]
(Self Reading 1) -- Representation of Numbers in Decimal, Octal, Hexadecimal and Binary, signed binary number representation, Floating Point Numbers - [Video Lecture1] [Video Lecture2][Video Lecture3]
(Self Reading 2) -- Computer Arithmetic: Binary Addition and Subtraction, Ripple carry adder, Carry Lookahead adder - [Video Lecture]
(Self Reading 3) -- Computer Arithmetic: Multiplication of Binary Numbers, Iterative Algorithm, Booths Algorithm - [Video Lecture]
(Self Reading 4) -- Computer Arithmetic: Binary Division, Restoring Division Algorithm, Non-Restoring Division Algorithm [Video Lecture]
(Self Reading 5) -- Arithmetic operations for floating-point numbers, Truncation: Chopping, Von Neumann Rounding, and rounding - [Video Lecture]
(Self Reading 6) -- Compilation Flow: Compiler, Assembler, Linker and Loader [Video Lecture]