What does the 'M' in HTML stand for?
Markup
This Agile framework focuses on team collaboration and iterative progress through Sprints
what is SCRUM
This high-tech product gives the Silicon Valley its name
Computer Chips
What software suite includes programs like Word, Excel, and PowerPoint?
Microsoft Office
This popular framework for organizing tasks takes it's name from the Japanese word for Signboard
Kanban
In Java, what is the difference between an int and an Integer?
one is an object and the other a primitive variable
This term describes a coding practice where two developers work together at one workstation
Pair Programming
This mathematician and logician known was a codebreaker during WWII and later became known as one of the fathers of computing
Alan Turing
What is the most popular internet browser by usage?
Google Chrome
This chart is a visual representation of the schedule that outlines the start and end dates of tasks in a project
Gantt Chart
int a = 2;
cout << 'a' + a;
What does this code display?
a2
Name a member of a Software Development team that doesn't write code
Answers could include: Product Manager/Owner Creative Director, Copywriter, Designer
These institutions were the first outside of the military to create and maintain a connected "internet"
Universities
This software company names its major updates after big cats and locations in California
Apple
In software development, what practice involves regular and frequent releases to ensure continuous progress?
Continuous Delivery
What is the name of the Variable type that allows for computation of non-integer numbers?
Float or Double
This is a term for a meeting where members reflect on the past sprint and suggest improvements?
Sprint Retrospective/Sprint Review
This was the name of the first high-level programming language, developed in the 1950s
FORTRAN
This Software Company is most famous for its "Creative Cloud" series of products
Adobe
On a software development team, who has the final say regarding the direction the product's design and functionality takes?
Product Manager
This Data Structure operates with a Last-in First-out model
Stack
this Vampire-scaring name simply refers to individuals who are in some way related or invested to the project.
Stakeholders
These hefty components were responsible for the massive size of the earliest computers. They were later replaced by spinning disks and other solid-state storage
This Google product began as a side project of an employee
Gmail
This is the term for identifying the longest sequence of dependent tasks that determines the minimum project duration
Critical Path