Search |  Contacts |  Home
Concordia University, Montreal, Quebec, Canada

Computer Science Courses

Quick Jump Diploma Courses Graduate Courses Facilities & Equipment Help Pages & Tutorials Announcements Events Floor Plans People Research Policies Hello World! $|=1; use CGI; $query = new CGI; print $query->startform; print "
";  
	%courses = ("COMP201","Introduction to Computers and Computing",
               "COMP212","FORTRAN for Engineers and Scientists",
               "COMP218","Fundamentals of C++ Programming",
               "COMP228","System Hardware",
               "COMP229","System Software",
               "COMP238","Mathematics for Computer Science I",
               "COMP239","Mathematics for Computer Science II",
               "COMP248","Introduction to Programming",
               "COMP249","Programming Methodology",
               "SOEN282","Document Processing",
               "COMP326","Computer Architecture",
               "COMP327","Digital System Design",
               "COMP335","Introduction to Theoretical Computer Science",
               "COMP346","Operating Systems",
               "COMP352","Data Structures and Algorithms",
               "COMP353","Databases",
               "COMP354","Software Engineering I",
               "COMP361","Elementary Numerical Methods",
               "COMP367","Techniques in Symbolic Computation",
               "SOEN321","Information Systems Security",
               "SOEN337","Metrics and Measurement in Software Development",
               "SOEN341","Software Process",
               "SOEN342","Software Requirements and Specifications",
               "SOEN343","Software Design",
               "SOEN344","Software Architecture",
               "SOEN345","Software Quality Control",
               "SOEN357","User Interface Design",
               "SOEN383","Software Project Management",
               "COMP421","Microprocessor Systems Architecture",
               "COMP442","Compiler Design",
               "COMP444","System Software Design",
               "COMP445","Data Communication and Computer Networks",
               "COMP451"," Database Design",
               "COMP454","Software Engineering II",
               "COMP463","Discrete System Simulation",
               "COMP465","Design and Analysis of Algorithms",
               "COMP471","Computer Graphics",
               "COMP472","Artificial Intelligence",
               "COMP473","Pattern Recognition",
               "COMP474","Introduction to Expert Systems",
               "COMP490","Computer Science Project I",
               "COMP492","Computer Science Project II",
               "COMP495","Honours Seminar",
               "SOEN402","Engineering and Software Law",
               "SOEN422","Embedded Systems and Software",
               "SOEN423","Distributed Systems",
               "SOEN431","Formal Methods",
               "SOEN448","Management of Evolving Systems",
               "SOEN449","Component Engineering",
               "SOEN475","Imaging and Visualization",
               "SOEN490","Software Engineering Design Project",
               "COMP512","FORTRAN for Engineers and Scientists",
               "COMP520","Computer Organization and Assembly Language",
               "COMP526","Computer Architecture",
               "COMP536","Discrete Structures and Formal Languages",
               "COMP542","Object Oriented Programming",
               "COMP546","Operating Systems",
               "COMP551","Principles of Data Structures",
               "COMP553","Files and Databases",
               "COMP554","Tools and Techniques for Software Engineering",
               "COMP561","Elementry Numerical Methods",
               "COMP628","Computer System Design",
               "COMP635","Topics in Scientific Computation",
               "COMP636","Numerical Analysis of Nonlinear Equations",
               "COMP641","Comparative Study of Programming Languages",
               "COMP642","Compiler Design",
               "SOEN422","Embedded Systems and Software",
               "SOEN423","Distributed Systems",
               "SOEN431","Formal Methods",
               "SOEN448","Management of Evolving Systems",
               "SOEN449","Component Engineering",
               "SOEN475","Imaging and Visualization",
               "SOEN490","Software Engineering Design Project",
               "COMP512","FORTRAN for Engineers and Scientists",
               "COMP520","Computer Organization and Assembly Language",
               "COMP526","Computer Architecture",
               "COMP536","Discrete Structures and Formal Languages",
               "COMP542","Object Oriented Programming",
               "COMP546","Operating Systems",
               "COMP551","Principles of Data Structures",
               "COMP553","Files and Databases",
               "COMP554","Tools and Techniques for Software Engineering",
               "COMP561","Elementry Numerical Methods",
               "COMP628","Computer System Design",
               "COMP635","Topics in Scientific Computation",
               "COMP636","Numerical Analysis of Nonlinear Equations",
               "COMP641","Comparative Study of Programming Languages",
               "COMP642","Compiler Design",
               "COMP646","Computer Networks and Protocols",
               "COMP647","Software Design Methodologies",
               "COMP648","Systems Requirements Specifications",
               "COMP649","Systems Software",
               "COMP651","Database Design",
               "COMP657","Office Automation",
               "COMP658","Structure of Information Systems",
               "COMP659","Introduction to Knowledge-Base Systems",
               "COMP661","Applications of Symbolic and Algebraic Computation",
               "COMP663","Discrete System Simulation",
               "COMP664","Theory of Computation",
               "COMP665","Design and Analysis of Algorithms",
               "COMP666","Combinatorial Algorithms",
               "COMP667","Introduction to Symbolic and Algebraic Computation",
               "COMP672","Introduction to Artificial Intelligence",
               "COMP673","Pattern Recognition",
               "COMP674","Introduction to Expert Systems",
               "COMP675","Human-Computer Interface Design",
               "COMP676","Advanced Computer Graphics",
               "COMP677","Computational Analysis of Natural Language Text",
               "COMP690","Topics in Computer Science I",
               "COMP690J","Distributed Processing with Component Technology",
               "COMP690K","Mobile Computing and Wireless Networks",
               "COMP690L","Software Comprehension and Maintenance",
               "COMP690M","Knowledge and Information Management",
               "COMP690N","User Interface Development Tools and Techniques",
               "COMP694","Software Engineering Project",
               "COMP695","Software Engineering Case Study",
               "COMP723","Distributed Computer Systems",
               "COMP724","Parallel Algorithms and Architectures",                            
	       "COMP742","Operating Systems Design",
               "COMP745","Semantics of Programming Languages",
               "COMP746","New Directions in Programming Languages",
               "COMP748","Software Verification and Testing",
               "COMP752","Cryptography and Data Security",
               "COMP753","Design of Database Management Systems",
               "COMP754","Heterogeneous Database Systems",
               "COMP755","Advanced Topics in Knowledge-Base Systems",
               "COMP765","Advanced Analysis of Algorithms",
               "COMP767","Combinatorial Search Techniques",
               "COMP771","Artificial Intelligence",
               "COMP773","Advances in Human-Computer Communication",
               "COMP774","Natural Language Interfaces",
               "COMP775","Pattern Recognition and Image Processing",
               "COMP776","Advanced Artificial Intelligence",
               "COMP777","Computer Vision",
               "COMP778","Multimedia Computing and Systems",
               "COMP790","Topics in Computer Science II",
               "COMP792","Master's/Magisteriate Research and Thesis",
               "COMP793","Major Report",
               "COMP801","Doctoral Seminar in Computer Science",
               "COMP890","Doctoral Research and Thesis",);
 
 
	foreach $course (sort keys %courses) {
	print "";
	print "
"; print "
$course - $courses{$course}"; print "
"; } print $query->endform;




Undergraduate Courses | Diploma Courses
Graduate Courses | Facilities & Equipment
Help Pages & Tutorials | Announcements
Events | Floor Plans | People | Research | Policies
Search | Contacts | Home | Disclaimer
Concordia University | Faculty of ENCS | Department of CS

© 2000 Concordia University

http://www.cs.concordia.ca/ ***PLACE NAME OF THIS FILE HERE***
Last modified on ***PLACE DATE HERE*** by webmaster@cs.concordia.ca