GITA program
The GITA program, or the Global Information Technology Academy program, offers a 4 year course based on technological programming. This course teaches students critical thinking and problem solving skills, which often relate to real world problems
What We Learn
In Gita 1, we learned how to use c++ on visual studio, while in Gita 2, we are learning how to use javascript and html on Notepad++
Data Privacy, Security, and Ethical ComputingDue: 8/25/25 | This project involved researching ethical computing and presenting it on a webpage
Business CardDue: 9/2/25 | This project involved making a digital business card on a webpage
CollageDue: 9/5/25 | This project involved making a collage about ourselves and presenting it on a webpage
Merchandise StoreDue: 9/11/25 | This project contains a merchandise store consisting of 4 item with different prices, needing to calculate the receipt and manager statistics
DiceDue: 9/16/25 | This project contains 2 dice which can roll, every roll a calculation is made on the probability of rolling each number
Craps GameDue: 9/19/25 | This project contains 2 dice which can roll, using the dice, it will simulate the Las Vegas Craps Game
Merchandise Store UpgradeDue: 9/24/25 | This project upgrades the previous merchandise store, adding new features
Circle BounceDue: 9/30/25 | This project contains two balls which bounce, if both interact with eachother, they will swap colors and bounce the other way
Space InvadersDue: 10/13/25 | This project is a simplified recreation of the game "Space Invaders"
Tank GameDue: 10/21/25 | This project is a game involving a playable tank that can shoot a randomly moving target
Multiple Circle BounceDue: 10/24/25 | This project involves multiple circles that bounce around the screen, and when hit by the rectangle, will change color
Submarine GameDue: 11/3/25 | This project involves a playable submarine that drives away fishes from the special fish
Number ArrayDue: 11/17/25 | This project should generate an array of 1000, being able to find various informations about the values in it
Number Array Upgrade 1Due: 11/21/25 | This project should generate an array of 5000, being able to find the average searches to find a random value
Number Array Upgrade 2Due: 12/4/25 | This project should generate an array of 5000, being able to perform a binary search and find the average