UCLA CS 31 Introduction to Computer Science 1
Introduction to computer science via theory, applications, and programming. Basic data types, operators and control structures. Input/output. Procedural and data abstraction. Introduction to object-oriented software development. Functions, recursion. Arrays, strings, pointers. Abstract data types, object-oriented programming.
Project 2: Developed common functions used to manipulate arrays.
Project 3: Developed a function that receives cellplan data (type of plan, pay, billing information, number of lines and gigabytes used) and returns cell plan cost.
Project 4: Developed functions that receive CD player data, verifies validity of the data, and returns useful pieces of the CD player data.
Project 5: Developed and implemented classes to manage gym memberships for different gyms.
Project 6: Developed a You vs Computer Bunco game.