Sharper than C
Web / API Terminology
Its Order Time!
Social Hour
Development Gone Wild
100

The keyword used to group related classes and organize code, often pointed to by a using statement.

what is a namespace?

100

This lightweight data-interchange format, whose name stands for JavaScript Object Notation, is commonly used for transmitting data between a server and web application

What is JSON?

100

This document acts as the source for the invoice in your integrated accounting system once an order is sent out

what is a Ship Doc?

100

Music: This person was the very first American Idol winner

who is Kelly Clarkson?

100

This kind of loop is best suited to iterate an array or collection with an index

what is a "for" loop?

200

The specific keyword in a switch statement that acts like a final "else" if no other cases match.

what is 'default'?

200

This design pattern separates an application into three interconnected components to organize code, improve scalability, and manage user interfaces efficiently.

What is MVC?

200

This is an item or a bin that is tracked by a serial number

what is a LSN?

200

The tag line for this 2020 film was "What you can't see, can hurt you."

What is "The Invisible Man"?

200

This JavaScript keyword is used to declare a variable whose value cannot be reassigned after initialization.

const

300

This is the name given to the process of creating multiple methods with the same name but different arguments.

What is overloading?

300

This type of modern web app loads once and dynamically updates content without refreshing the entire page, improving speed and user experience.

What is SPA?

300

Company, Customer, Item, and Vendor make up the four main classes of this profile list used to track discounts and markups for the goods and services you sell

What are Price Levels?

300

The 2015-2016 NBA team that achieved the best regular-season record in league history at 73-9

Who are the Golden State Warriors?

300

SQL:
Unlike a physical table, this database object is a "virtual" table derived from the results of a stored SELECT query.

What is a view?

400

This memory management process automatically reclaims memory occupied by objects that are no longer in use.

what is Garbage Collection?
400

This HTTP method is typically used to update an existing resource on a server and is expected to be idempotent.

What is PUT?

400

THIS allows OrderTime to execute custom stored procedure within the database after an specified event occurs.

What is a C.A.R?

400

Before becoming a super-star, Mario made his debut in this 1981 arcade game

What is "Donkey Kong"?

400

This software development methodology emphasizes iterative progress, collaboration, and flexibility, often organized into short cycles called sprints.

What is Agile (will accept SCRUM)

500

These types are stored on the "stack" (like structs), whereas objects are generally stored on the "heap"

What are Value Types?

500

his architectural style for APIs uses standard HTTP methods, is stateless, and organizes resources using URLs.

what is REST?

500

Standing for Electronic Data Interchange, it is a standard method that allows two or more separate businesses using different inventory systems to exchange data, such as purchase orders, invoices, and shipping notices

What is EDI?

500

Sports (Soccer): This Argentine forward won the 2022 FIFA World Cup and has earned multiple Ballon d'Or awards while playing for clubs like Barcelona and PSG.

Who is Lionel Messi?

500

In object-oriented programming, this concept allows methods or objects to take on many forms, enabling the same interface to be used for different data types

what is Polymorphism?

M
e
n
u