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

From CompSciWiki
Jump to: navigation, search
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= 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.
+
|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.<BR><BR>
 +
"The most challenging part of this course for me was having to wrap my head around the idea of objects and how they relate to classes."
 
|Body=
 
|Body=
 
===Prerequisites===
 
===Prerequisites===

Revision as of 16:12, 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.

"The most challenging part of this course for me was having to wrap my head around the idea of objects and how they relate to classes."

Prerequisites

Introductory Computer Science 1 (COMP 1010)

Course Homepage

nTreePoint

Official Description

Aurora