Computer Science 1




This is the webpage for my computer science on class.
We are learning C#. C# is a windows programing language.
educational goal: attend UCLA.
career goal: become a programmer.


School Information

789 North Wildcat Way, Brea, California.
Phone number: 626-866-2263.


Goodbye Program

Date 08/29/25

The method to create a button, showing "Goodbye" in different kinds of languages.


About Page

Date 09/02/25

Create an About page using Visual Studio, learning to use labels, textboxes, and formatting text.


Mailing Label

Date 09/03/25

Create a mail system that can input the user name and information on the mail; learn how to use textbox input and display the result.


Madlibs

Date 09/08/25

Program to create a Madlibs game, learning string concatenation and user input handling with textboxes.


Book Store Notes

Date 09/08/25

Program to manage book store sales, learning calculations, labels, and displaying information.


Car Rental

Date 09/11/25

Program to calculate car rental prices using input from textboxes and basic arithmetic operations.


BMI

Date 09/17/25

Program to calculate Body Mass Index (BMI) from user input and display results with labels.


Test Score Program

Date 09/22/25

Program to input multiple test scores, calculate averages, and display results using labels.


Dice Probabilities

Date 09/24/25

Program to simulate dice rolls and calculate probabilities; practice loops and random number generation.


Car Rental Upgrade

Date 09/30/25

Enhanced Car Rental program with upgrades and options; learn conditionals (if/else) and calculations.


Slot Machine

Date 10/03/25

Program to simulate a slot machine using random numbers and display results with images or labels.


Craps Game

Date 10/09/25

Program to simulate the Craps dice game, using random numbers and if/else statements for game logic.


Coffee Shop

Date 10/13/25

Program to handle coffee shop orders, using textboxes for input, labels for output, and conditional logic.


Taco Shop

Date 10/24/25

Program for taco shop ordering system; practice input, calculations, and if/else logic.


Rock Paper Scissor Lizard Spock

Date 10/30/25

Expanded Rock-Paper-Scissors game including Lizard and Spock; practice random numbers and conditional logic.


Triangle Checker

Date 11/06/25

Program to check triangle validity and type based on user input of three sides.


Stair Walker

Date 11/21/25

Program to create a staircase pattern on the screen; practice loops and array usage.


Array Lecture

Date 12/11/25

In this program we learned how to do arrays and move graphics around in different picture boxes. The GITA program focuses on technology and programming skills.


Simple Board Game

Date 12/12/25

Program to create a simple board game with player movement, dice rolls, and score tracking.


Arrays2D

Date 01/05/26

Create a code that can move picture randomly up, down, left or right.


2D Submarines

Date 01/14/05

Program to create a code that can randmly move ship in 5*7 grid and calculate the amount of times it hits obstacle of the other ship.