CSE-110
Download as PDF
Introduction to Computer Science I
Demonstrate an understanding of C++ syntax and grammar through the development of low complexity programs
Demonstrate the ability to break down problems into sub-problems, and employ logical thinking in algorithm development of medium complexity, individually or as a team
Employ computer science terms, concepts, software engineering principles and ethics in the development of algorithms
Develop and execute programs using C++, utilizing types, variables, functions, and classes.
C++ basics
Control structures
Value-returning functions
Void functions
Selection structure
Repetition structure
I/O stream
String, classes, array, dynamic arrays, and pointers