Difference between revisions of "1000-Level Courses"

From CompSciWiki
Jump to: navigation, search
m (Added a semi colon and changed wording after 'Programming concpets'. Also added a comma and a 's' to program.)
 
(49 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Template:CSCourse|Overview=Welcome to the world of Computer Science. Have you ever wonder how the application running on your computer are build? In first year Computer Science courses, you will be introduced to fundamental computer programming concepts and information you need to know to get started in build some simple computer applications. In this page, you will find information about first year Computer Science courses that offered in the Department of Computer Science.}}
+
{{1010Topic
 +
|Chapter_TOC=[[Computer Science Courses]]
 +
|Previous=[[Computer Science Courses]]
 +
|Next=[[2000-Level Courses]]
 +
|Body=
 +
==Overview==
 +
Welcome to the world of Computer Science. Have you ever wondered how the applications running on your computer are built? In first year Computer Science courses, you will be introduced to fundamental computer programming concepts and information you need to get started on building some simple computer applications. In this page, you will find information about the first year Computer Science courses that are offered in the Department of Computer Science.
  
==First Year Computer Courses==
+
==The Courses==
 
+
Please follow the links to find information on first-year computer science courses.
===COMP 1010 Introductory Computer Science 1 ===
+
===[[Introductory Computer Science 1 (COMP 1010)]]===
This is an introductory programming course. You will learn fundamental programming concepts such as: [[Glossary#control_statement|control statement]] and [[Glossary#array|array]], how to write a program using Java language, and how to set up a computer to run your program. The purpose of this course is to help students that do not have any programming experience to get started in writing computer programs. Hence, no computer programming knowledge is required prior taking this course.
+
===[[Introductory Computer Science 2 (COMP 1020)]]===
 
+
}}
===COMP 1020 Introductory Computer Science 2 ===
+
This course is the continuing course for COMP 1010. If you are interested in learning more advance programming concepts after taking COMP 1010 or was thinking about to enroll into the Computer Science Undergraduate program, this is the course for you. You will be introduced to the concept of object orientation programming approach, basic [[Glossary#data_structure|data structure ]] and [[Glossary#algorithm|algorithm]] in this course.
+

Latest revision as of 10:29, 2 December 2010

COMP 1010 Home > Computer Science Courses


Overview

Welcome to the world of Computer Science. Have you ever wondered how the applications running on your computer are built? In first year Computer Science courses, you will be introduced to fundamental computer programming concepts and information you need to get started on building some simple computer applications. In this page, you will find information about the first year Computer Science courses that are offered in the Department of Computer Science.

The Courses

Please follow the links to find information on first-year computer science courses.

Introductory Computer Science 1 (COMP 1010)

Introductory Computer Science 2 (COMP 1020)

Previous Page: Computer Science Courses Next Page: 2000-Level Courses