COMP2113_ENGG1340 Programming technologies [Section 1A] [2019]
ENGG1330 Computer programming I [Section 1A, 2019] [2019]
COMP3259 Principles of programming languages [Section 2A, 2019]
Welcome to Principles of Programming Languages!
This course covers central concepts in programming languages, language design and implementation, and programming paradigms.The course will have a practical focus, encouraging students to implement a progressively more sophisticated programming language illustrating various concepts and ideas from functional, imperative and object-oriented programming. These concepts include for example static scoping, closures, inheritance, mutable state, and type systems. All such features are widely used by many existing programming languages.
The programming language Haskell, which is a functional language, will be used in for the coursework and will serve as a prime example of a modern, functional language. Haskell is an obvious choice for this class because of its excellent support for declaring the abstract syntax of a programming language and writing various analyses over that syntax.
COMP9301 Systems Design and Implementation [Section 2A, 2019]
COMP8504 Geometric modelling and computing [Section 2A, 2019]
COMP3357 Cryptography [Section 2A, 2019]
This course offers a gentle introduction to the field of cryptography. We will start from the basic principles of confidentiality, integrity and authentication. After that, we will go through some fundamental cryptographic primitives like hash function, symmetric key encryption, public key encryption and digital signatures. Finally, we will introduce the basics of quantum cryptography including quantum key distribution and random number generation.
COMP3329 Computer game design and programming [Section 2A, 2019]
Hi, welcome to the course COMP3329 Computer Game Design and Programming!
In this course, you will learn various topics in game design. They include game history, game genres, 2D graphics, 3D graphics, game physics, audio / visual design, user interface and multiplayer online game design. You will also learn how to develop your own game using the common game engine Unity. Wish you enjoy this course!
COMP3322 Modern Technologies on World Wide Web [Section 2B, 2019]
This course is focusing on learning the key technologies of the World Wide Web, as well as programming practice in developing web-based applications and systems. The course consists primarily of lectures and lab practice. Major topics to be covered: Internet basic, client-server model, IP, DNS, HTTP, HTML, JSON, CSS, PHP, JavaScript, Node.js, Express, ReactJS, web services, WebAssembly, and cloud computing.