- The objective of this course is to impart
an understanding of computer programming
at the
computer instruction level that
allow students to understand
what exactly is going on when
a computer executes a program.
- Overview of the course topics:
- A system programming language (C)
(a high level language designed for system programming)
- Data representation
(how different kinds of information are stored inside the computer)
- Assembler programming
(how different statements - assignment, if, if-else, while, for, ... -
are written in assembler instructions)
|
|