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

From CompSciWiki
Jump to: navigation, search
Line 4: Line 4:
 
|Body=
 
|Body=
 
===Prerequisites===
 
===Prerequisites===
[[Discrete Mathematics for Computer Science (COMP 2130)]], [[Data Structures and Algorithms (COMP 2140)]], [[Programming Practices (COMP 2160)]]
+
[[Discrete Mathematics for Computer Science (COMP 2130)]]<br>
 +
[[Data Structures and Algorithms (COMP 2140)]]<br>
 +
[[Programming Practices (COMP 2160)]]
 
===Course Homepage===
 
===Course Homepage===
 
[http://courses.cs.umanitoba.ca/index.aspx?sec=4667 COMP 2280]
 
[http://courses.cs.umanitoba.ca/index.aspx?sec=4667 COMP 2280]

Revision as of 21:31, 2 December 2010

COMP 1010 Home > Back to Chapter Topics


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.

...By Students

blah

Prerequisites

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

Course Homepage

COMP 2280

Official Description

Aurora