Brainrot
Git Commands
Shell Commands
Coding History
Data Structures
100

Who is largely known for "My sunshine" "My goat"

LEBROOOOOON

100

You've made changes and want to commit, what is this command?

git add .

100

This command shows a list of all files and directories in the current directory.

ls

100

This language created at BELL labs, became the foundation for many modern day language i.e. C++, Python

C

100

This data structure follows first in first out principles

queue

200

Who is one of the largest known streamers known for loving Christiano Ronaldo

Speed

200

You want to copy a git repository from Github to your machine, what is this command?

git clone

200

This command changes your current directory to a different one

cd

200

This is the name of the most popular language used to make websites interactive in browsers

Javascript

200

This data structure uses last in first out order

stack

300

Fill in the blank (it's a man morphed into a pig) John ___

John Pork

300

This command checks the current status of your repository i.e. what's been changed/added/committed

git status

300

This command displays the contents of a file in the terminal

cat

300

This woman is often known as the world's first computer programmer for working on Charles Babbage's analytical engine

Ada Lovelace

300

This structure consists of nodes connected by edges

linked list

400

What company does Tony the sign maker work for?

LC sign

400

You've finished a feature on a branch and want to combine it onto the main branch, what is this command?

git merge

400

To create a new empty file in the current directory, use this command.

touch

400

This company discovered Java, a write once run anywhere language that became widely used in enterprise applications

Sun Microsystems

400

This structure organizes data in key value pairs allowing for easy look-ups

hashtable

500

What "replaced" the broken heart emoji in 2025?

The drooping rose emoji

500

Use this command to start a new git repository

git init

500

This command is used to search for a specific string of text in a file

grep

500

This was the first widely used high level programming language. (1950's engineering)

FORTRAN

500

This tree based structure maintains the smallest/largest element at the root and is used often in priority queues

heap