API wonder(Web dev)
The BIT picture
RAG to riches
Binary Search & Rescue(DSA)
Chasing Waterfall(SDLC)
100

This markup language is the foundation of every website you visit.

HTML

100

This is the day and time BIT meets every week.

mondays at 6:30

100

This popular Python library, named after a cute black-and-white bear, is used for data manipulation and analysis

Pandas

100

This data structure is like waiting in line at Starbucks - first person in is the first person out.

queue

100

This popular project management framework breaks work into short time periods called 'sprints', usually 2-4 weeks long.

Agile (or Scrum)

200

This styling language makes websites pretty with colors, fonts, and layouts - think of it as the fashion designer of the web.

CSS
200
Our member recently returned from this houston based confrence

Afrotech

200

In machine learning, this is the data you use to teach your model, before testing it on new data.

training data

200

In a linked list, this is the term for the first node that provides entry to the entire structure.

head

200

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)

300

This JavaScript library, created by Meta, lets you build user interfaces with reusable components and has a logo that looks like an atom.

react

300

The Google tour was rescheduled to this day

test

300

This type of learning uses labeled data, where the model learns from input-output pairs, like teaching with flashcards.

supervised learning

300

This type of search checks every single element in a list one by one until it finds what it's looking for.

linear search

300

This version control platform, represented by a cat mascot, is where developers store and collaborate on code.

github

400

This part of web development handles what users see and interact with, also called client-side development.

frontend

400

these three words using alliteration are the pillars of our club

Competence, Confidence, Community

400

CNN for short, this deep learning model is used for processing data in a grid-like shape like images

convolutional neural network

400

Time complexity of Binary Search

O(log n)

400

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)

500

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)

500

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

500

n neural networks, this process adjusts the weights by propagating errors backward through the network to improve predictions.

backpropagation

500

In a binary tree, a node with no children is called a an often green term.

leaf (or leaf node)

500

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