Difference between revisions of "Introduction to Computer Systems (COMP 2280)"

From CompSciWiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Template:1010Topic
 
{{Template:1010Topic
|Introduction=By understanding how the computer system works will helps you in writing a better program. This course will introduce you some basic computer architectures and discuss program and data representations and manipulation inside a computer at the machine level. You will also learn how to write programs to communicate with hardwares inside a computer directly. To accomplish this, you will learn a new computer language known as Assembly language.
+
|Chapter_TOC=[[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.
 
|IntroImage = Chart.png
 
|IntroImage = Chart.png
 
|Body=
 
|Body=

Latest revision as of 08:25, 9 December 2010

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