Computer Engineering Technology

Degrees and Certificates

Courses

CPET107C: Introduction to Programming with C++

Credits 3

Introduces the student to program design using the language C++. No prior knowledge of programming is assumed. Focuses on effective structured design of code with variables, decisions, loops, functions, arrays, and introduction of pointers. Use of professional programming design approaches and coding style will be used in lab assignments. Completion of this course provides the programming design skills to continue on with the study of the language C++ or other computer languages.

CPET125C: Data Structures

Credits 3

Introduces students to abstract data types, object-oriented programming, and algorithm analysis. Students will use procedural and object-oriented techniques to program stacks, queues, linked lists, hash tables, and binary trees. Asymptotic (Big O) notation will be used to analyze data structures and sort algorithms. The effective use of C++ topics such as pointers, operator overloading, and templates will be covered. Students will write programs in C++ and Java.

CPET215C: Integrated Circuits and Interfacing

Credits 4

For CPET and other NON-EET majors. Supplements ELET 115C with basic linear and interface electronics. Topics covered include simple power supplies, op-amps, stepper motors, A/D and D/A conversion, and interfacing a computer bus. Advanced digital topics such as synchronous logic, programmable logic devices and digital signal processing will also be covered. The labs demonstrate real world implementation of otherwise abstract academic concepts. Fluency with the use of test equipment and debugging skills will also be stressed in the lab environment.

CPET222C: Data Communications and internetworking

Credits 4

Provides the student knowledge and skills in a wide range of topics covering data communications, packet transmission, and the internet. Data communications subtopics include transmission media, serial communications, error detection and correction schemes, data security, and signal processing required for long-distance communications. Packet transmission subtopics include local area networks, hardware addressing, LAN building blocks, and wide area networks. internetworking subtopics include TCP/IP communication stack, ISO 7-layer communication stack, network addressing, internet protocol, address resolution protocol, internet control message protocol, IP routing protocols, transport control protocol, user datagram protocol, and client-server API.

CPET240C: Programming for Windows Operating Systems

Credits 4

The Microsoft Windows API and Microsoft.Net Framework will be covered from Windows Applications to full utilization of the internet. Microsoft Visual Studio.Net with its integrated development environment will be studied and utilized. Topics include Windows services, DLLs, accessing databases using ADO.NET, programming for the internet using ASP.NET, .NET assemblies, and advanced features of programming languages used to access the Widows API and .NET platform. Experience will be gained using extensive hands-on lab assignments.

CPET252C: Networking and Internet Technologies

Credits 4

Provides the student knowledge and skills in a diverse range of topics including structured query language, client-server programming, selected internet applications, and LAMP. SQL subtopics include relational database concepts, the SQL language and relational database design. Client server programming is studied in C++ using socket APIs and Java using socket classes. Selected internet applications include domain name system, hypertext transfer protocol, and file transfer protocol. LAMP topics include a Linux overview, Apache web server configuration, dynamic web pages using PHP, and MySQL relational database. Each student is also required to define, implement, demonstrate, and present a networking project.

CPET260C: Computer Real-Time Interfacing

Credits 4

Focuses on interfacing computers to the outside world. The course content focuses on practical real-time and multithreaded programming techniques used in interfacing with computer inputs and outputs. The course is divided into two major parts: A programmable logic controller industrial computer using the language relay ladder logic (Boolean algebra-based) is used to teach the fundamentals of real time control; the second part covers multithreading programming techniques and issues including resource sharing, deadlock, critical sections, mutexes, and events. A final project is presented to the class.

CPET301C: Computer Project Definition

Credits 1

A first phase to CPET 303C. During this course, a student selects a project that is either provided by an industrial sponsor or chosen by the student. The selections are made with the guidance and approval of the instructor. The student will meet with the sponsor to initiate the project and then will write a specification to define the project.

CPET303C: Computer Project

Credits 3

The student will complete the project defined in CPET 301C while maintaining logbook to provide the advisor with progress reports. A formal oral presentation describing the project and a demonstration is required.