CSE-110

Download as PDF

Introduction to Computer Science I

Comp Science & EngrUndergraduateScience, Math, Engineering, & Technology

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