Skip to main content

Computer Science 1

MCS1514

Computer Science 1

College of Arts + Science
MATH

Introduction to programming with C++. Binary, two's complement, decimal, hex, and octal representations. Variable types. Simple, iterative, and conditional statements. Procedure and functions with parameters by value and reference with or without a returning value. Arrays and vectors, multidimensional arrays, bubble and selection sorts, linear and binary search. Pointer and dynamic memory allocation, character and C-strings, file input/output (sequential). Classes, friends, array of objects, and operators' overloading. Inheritance, polymorphism, virtual function, and recursion.