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

From CompSciWiki
Jump to: navigation, search
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.
 
|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.
|ByStudents= blah
+
|IntroImage = Server_rack.jpg‎
 
|Body=
 
|Body=
 
===Prerequisites===
 
===Prerequisites===

Revision as of 17:06, 7 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.

 

Server rack.jpg

Prerequisites

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

Course Homepage

nTreePoint

Official Description

Aurora