Computer Science 1




In GITA 1, we're learning how to use Visual Studio to code our projects with C#.
I was learning python and I really like it so I dicided to learn more about computer science.
My future educational goals is to go to a good college and become a good doctor in the future.
I'm in Music Healer Club that involve community serveice like playing music at hospital or nursing home.
Address: 789 Wildcat Way, Brea, CA 92821
Phone: (714) 990-7850
BOHS Website
Download Visual Studio
Student Work



Goodbye Program

Date: 08/29/23

When the button is clicked, it shows "Goodbye" in a different language.

About Page

Date: 09/01/23

You can see the company's logo, slogan, and company information by clicking buttons. There's also buttons to change font and color.
">

Mailing Label

Date: 09/06/23

Take in user inputs and output a mailing label, also count how many times user created label(s).

Madlibs

Date: 09/08/23

Take in user inputs and output a story with those inputs.

Car Rental

Date: 09/19/23

Calculate the price user need to pay for renting car, and how much the store earns from it.

BMI

Date: 09/22/23

Calculate user's BMI and determine health condition based on user inputs, then recommand a 7 day diet.

Car Rental Upgrade

Date: 09/29/23

Upgrade Car Rental to allow user to choose car type and extra feature.

Test Score

Date: 10/03/23

Calculate test score average and which score is higher based on user inputs, also determine test grade.

Dice Probability

Date: 10/09/23

Roll two dice and keep track of total roll, add the sum, also calculate probability of getting each sum.

Craps Game

Date: 10/17/23

Roll a 7 or 11 to win, or 2, 3, 12 to loose on first try, else, user need to roll the number of point to win.

Slot Machine

Date: 10/25/23

This is a Slot Machine that when user get three same images lined up, you win!

Taco Shop

Date: 11/06/23

Calculate price of order based on user's choice of taco shell and meat, extras are optional choice.

Rock Paper Scissor Lizard Spock

Date: 11/28/23

Allow two players to play this game by clicking radio buttons, and reveal who wins in the end.

Stair Walker

Date: 12/04/23

Make character walk up and down stairs, and create an auto move button.

2D Submarines

Date: 01/16/24

2 submarines moving at random direction, and when they bump into obstacle and each other 25 times, they collide.

Tic - Tac - Toe

Date: 01/22/24

Player X go first, then player O's turn. If a line is connected, messagebox appear indicating who wins. Also check for win and draw after each move.

Basic AI

Date: 02/14/24

Move the main character with keys and try to avoid or shoot AI enemy.