Find outlines by Subject code

BTC240 - Interpersonal Communications in Organizations

This communications course focuses on spoken and visual means of communication, other than writing. Techniques for attentive listening, purposeful body language, and careful speaking are studied together with an understanding of the psychology that makes them effective.
Pre-requisite:BTC140

at

BTD210 - Database Design Principles

This course introduces the principles of relational database design and use. Students will learn a methodology for relational database design that uses Entity Relationship Diagrams and normalization of data. The design will then be used to create a database schema, and implement a database by using an introductory subset of SQL (Structured Query Language). Students will also use SQL to perform query and data modification operations. A modern and widely-used database server will be used to host the database.

at

BTI220 - Internet Architecture and Development


This course introduces students to Internet architecture and software development principles, using the World Wide Web as the system example. After successfully completing the course, a student will be able to design and create web pages for web browsers, while applying knowledge of HTML5 technologies.

Students begin by learning JavaScript, the programming language of the Web. Then, the Document Object Model (DOM) is studied, and with it, documents that use the Hypertext Markup Language (HTML) to define its structure and content. To affect and modify the appearance and formatting of a document, students learn and apply the foundations of the Cascading Style Sheet (CSS) language. Throughout this progression of topics, JavaScript is continually used to access and modify the content and appearance of documents through the DOM interface.

at

BTP200 - The Object-Oriented Paradigm Using C++

This subject introduces the student to object-oriented programming. The student learns to build reusable objects, encapsulate data and logic within a class, inherit one class from another and implement polymorphism.  This subject uses the C++ programming language exclusively and establishes a foundation for learning system analysis and design and more advanced concepts as implemented in languages such as C++, Java, C# and Objective-C.

at