Who is largely known for "My sunshine" "My goat"
LEBROOOOOON
You've made changes and want to commit, what is this command?
git add .
This command shows a list of all files and directories in the current directory.
ls
This language created at BELL labs, became the foundation for many modern day language i.e. C++, Python
C
This data structure follows first in first out principles
queue
Who is one of the largest known streamers known for loving Christiano Ronaldo
Speed
You want to copy a git repository from Github to your machine, what is this command?
git clone
This command changes your current directory to a different one
cd
This is the name of the most popular language used to make websites interactive in browsers
Javascript
This data structure uses last in first out order
stack
Fill in the blank (it's a man morphed into a pig) John ___
John Pork
This command checks the current status of your repository i.e. what's been changed/added/committed
git status
This command displays the contents of a file in the terminal
cat
This woman is often known as the world's first computer programmer for working on Charles Babbage's analytical engine
Ada Lovelace
This structure consists of nodes connected by edges
linked list
What company does Tony the sign maker work for?
LC sign
You've finished a feature on a branch and want to combine it onto the main branch, what is this command?
git merge
To create a new empty file in the current directory, use this command.
touch
This company discovered Java, a write once run anywhere language that became widely used in enterprise applications
Sun Microsystems
This structure organizes data in key value pairs allowing for easy look-ups
hashtable
What "replaced" the broken heart emoji in 2025?
The drooping rose emoji
Use this command to start a new git repository
git init
This command is used to search for a specific string of text in a file
grep
This was the first widely used high level programming language. (1950's engineering)
FORTRAN
This tree based structure maintains the smallest/largest element at the root and is used often in priority queues
heap