Introduction to Computer Systems (COMP 2280)

From CompSciWiki
Jump to: navigation, search

COMP 1010 Home > Computer Science Courses


Introduction

Understanding how the computer system works helps you in writing better and cleaner code. This course introduces students to some basic computer architectures and discusses program and data representations and manipulation inside the computer at the hardware level. You will also learn how to write programs to communicate with hardware inside a computer directly. To accomplish this, you will learn a new computer language known as Assembly.

 

Chart.png

Prerequisites

Discrete Mathematics for Computer Science (COMP 2130)
Data Structures and Algorithms (COMP 2140)
Programming Practices (COMP 2160)

Course Homepage

nTreePoint

Official Description

Aurora