Difference between revisions of "Introductory Computer Science 2 (COMP 1020)"

From CompSciWiki
Jump to: navigation, search
m (changed wording in by students section)
(updated comp 1020 by students section)
Line 1: Line 1:
 
{{Template:1010Topic
 
{{Template:1010Topic
 
|Introduction=This is the continuing course for COMP 1010. If you are interested in learning more about advanced programming concepts after taking COMP 1010, or are thinking about enrolling in the Computer Science Undergraduate program, this is the course for you. You will be introduced to the concept of [[Glossary#object_oriented_programming|object oriented programming]], basic [[Glossary#data_structure|data structures]] and [[Glossary#algorithm|algorithms]] in this course. This basically means that Comp 1020 usually picks up where COMP 1010 left off with a brief recap on arrays and binary search algorithms.
 
|Introduction=This is the continuing course for COMP 1010. If you are interested in learning more about advanced programming concepts after taking COMP 1010, or are thinking about enrolling in the Computer Science Undergraduate program, this is the course for you. You will be introduced to the concept of [[Glossary#object_oriented_programming|object oriented programming]], basic [[Glossary#data_structure|data structures]] and [[Glossary#algorithm|algorithms]] in this course. This basically means that Comp 1020 usually picks up where COMP 1010 left off with a brief recap on arrays and binary search algorithms.
|ByStudents= A great addition to COMP 1010 knowledge. Here students are taught more powerful tools for manipulating and storing data.
+
|ByStudents= I found this to be a very useful addition to COMP 1010 knowledge. In this course, I learned about more powerful tools for manipulating and storing data such as classes. At the end of COMP 1010, I found myself wondering "How ever shall I return multiple items from a method?" this personal dilemma of mine was best solved by using objects, which serve as instantiations of our classes.  
 
|Body=
 
|Body=
 
===Prerequisites===
 
===Prerequisites===

Revision as of 14:19, 7 December 2010

COMP 1010 Home > Back to Chapter Topics


Introduction

This is the continuing course for COMP 1010. If you are interested in learning more about advanced programming concepts after taking COMP 1010, or are thinking about enrolling in the Computer Science Undergraduate program, this is the course for you. You will be introduced to the concept of object oriented programming, basic data structures and algorithms in this course. This basically means that Comp 1020 usually picks up where COMP 1010 left off with a brief recap on arrays and binary search algorithms.

...By Students

I found this to be a very useful addition to COMP 1010 knowledge. In this course, I learned about more powerful tools for manipulating and storing data such as classes. At the end of COMP 1010, I found myself wondering "How ever shall I return multiple items from a method?" this personal dilemma of mine was best solved by using objects, which serve as instantiations of our classes.

Prerequisites

Introductory Computer Science 1 (COMP 1010)

Course Homepage

nTreePoint

Official Description

Aurora