This markup language is the foundation of every website you visit.
HTML
This is the day and time BIT meets every week.
mondays at 6:30
This popular Python library, named after a cute black-and-white bear, is used for data manipulation and analysis
Pandas
This data structure is like waiting in line at Starbucks - first person in is the first person out.
queue
This popular project management framework breaks work into short time periods called 'sprints', usually 2-4 weeks long.
Agile (or Scrum)
This styling language makes websites pretty with colors, fonts, and layouts - think of it as the fashion designer of the web.
Afrotech
In machine learning, this is the data you use to teach your model, before testing it on new data.
training data
In a linked list, this is the term for the first node that provides entry to the entire structure.
head
In Agile, this daily 15-minute meeting helps teams sync up on what they did yesterday and what they're doing today.
stand-up (or daily scrum)
This JavaScript library, created by Meta, lets you build user interfaces with reusable components and has a logo that looks like an atom.
react
The Google tour was rescheduled to this day
test
This type of learning uses labeled data, where the model learns from input-output pairs, like teaching with flashcards.
supervised learning
This type of search checks every single element in a list one by one until it finds what it's looking for.
linear search
This version control platform, represented by a cat mascot, is where developers store and collaborate on code.
github
This part of web development handles what users see and interact with, also called client-side development.
frontend
these three words using alliteration are the pillars of our club
Competence, Confidence, Community
CNN for short, this deep learning model is used for processing data in a grid-like shape like images
convolutional neural network
Time complexity of Binary Search
O(log n)
In the SDLC, this phase comes right after development, where you check if the code actually works and find bugs.
testing (or QA/quality assurance)
This architectural style uses standard HTTP methods like GET, POST, PUT, and DELETE to build APIs that web apps use to communicate.
REST (or RESTful API)
the Club holding a collab with BIT week 8 is listed under this school named after the hot pockets inventor and founder
Paul Merage School of Buisness
n neural networks, this process adjusts the weights by propagating errors backward through the network to improve predictions.
backpropagation
In a binary tree, a node with no children is called a an often green term.
leaf (or leaf node)
This older SDLC methodology follows a sequential flow where each phase must be completed before the next begins, named after something that flows downward.
Waterfall