G-E2HZ7JKCY4

Computer Organization & Assembly Language

Computer Organization & Assembly LanguageCourse Code: CS-152
Credit Hours:3 (2+1)Prerequisites:Digital Logic Design
Course Learning Outcomes (CLOs):
At the end of the course the students will be able to:DomainBT Level*
Acquire the basic knowledge of computer organization computer architecture and assembly language C2Understand
Acquire the basic knowledge of computer organization computer architecture and assembly language C2Understand
Solve the problems related to computer organization and assembly languageC3Apply
BT= Bloom’s Taxonomy, C=Cognitive domain, P=Psychomotor domain, A=Affective domain
Course Contents
Introduction to computer systems: Information is bits + context, programs are translated by other programs into different forms, it pays to understand how compilation systems work, processors read and interpret instructions stored in memory, caches matter, storage devices form a hierarchy, the operating system manages the hardware, systems communicate with other systems using networks; Representing and manipulating information: information storage, integer representations, integer arithmetic, floating point; Machine-level representation of programs: a historical perspective, program encodings, data formats, accessing information, arithmetic and logical operations, control, procedures, array allocation and access, heterogeneous data structures, putting it together: understanding pointers, life in the real world: using the gdb debugger, out of-bounds memory references and buffer overflow, x86-64: extending ia32 to 64 bits, machine-level representations of floating-point programs; Processor architecture: the Y86 instruction set architecture, logic design and the Hardware Control Language (HCL), sequential Y86 implementations, general principles of pipelining, pipelined Y86 implementations
Teaching Methodology
Lectures, Written Assignments, Practical labs, Semester Project, Presentations
Text Book
Reference Materials
Computer System Architecture, M. Morris Mano, Latest Edition, Assembly Language Programming for Intel- Computer, Latest EditionComputer Systems: A Programmer’s Perspective, 3/E (CS:APP3e), Randal E. Bryant and David R.O’ Hallaron, Carnegie Mellon UniversityRobert Britton, MIPS Assembly Language Programming, Latest Edition,
Scroll to Top