Computer Architecture and Systems Programming Lab

Semester B 2016-2017 (Spring 2017)

(* UNDER CONSTRUCTION *)

BGU Computer Science Department


Description of the course

It is extremely important for a student of computing to understand some of the machine-dependent aspects of computers, and how they might impinge on embedded software, and on systems software. This course covers the ground from a subsystem-level description of computers (also known as "computer organization"), through programmer-visible aspects of the machines ("computer architecture"), to assembly language issues. As such, the course is a bridge between the hardware and assembly language courses on our curriculum (Digital Systems and Introduction to Computers), and the pure programming courses, such as Systems Programming and Operating Systems.

As one of the goals of the course is to enable the student to quickly learn to use any newly encountered architecture, we focus mostly on principles, rather than on a particular machine. Nevertheless, as a case study (and in order to provide hands-on experience), the course will discuss one CISC machine (Intel series 80X86). Machine-specific assembly language, and advanced issues in low-level programming will be the main topic of the exercise sessions. In particular, a special new feature of this course examines malicious programming and how understanding machine code helps us prevent it or detect it. We will examine basic worm-holes, and executable file virus operation techniques, and how to help prevent their attacks.

As this course centers on low level, and in order to avoid overlap, this course is now merged with the Systems Programming Lab. The Lab is based on a LINUX platform, and uses the C programming language. As in the architecture part of the course, the emphasis is on low-level programming. Goals of this lab are to introduce issues in low level programming, as well as techniques on how to learn needed information on demand, via hands-on experience.

Administrative Details and Online Material


Back to BGU - CS HomePage