What does "API" stand for?
Application Programming Interface
What is the most popular online meeting platform in the world right now?
Zoom
What is the capital of the United Kingdom?
London
What is "morning routine" or "starting the day"?
This term refers to the start of the day when you check your messages, schedule, and tasks to organize your workload.
What is a bug?
In programming, this is the term for a problem in the code that prevents the program from running as expected.
What is a Public API or an Open API?
This type of API is openly available and can be used by any developer
What is 'mute your microphone'?
To avoid audio feedback or background noise in a crowded virtual meeting, it's considered best practice to use this feature when not speaking.
What is Coordinated Universal Time (UTC) or Greenwich Mean Time (GMT)?
For international meetings, coordinating across different time zones is crucial. This reference time zone is the basis for the world's clocks.
What is "brief me" or "catch up"?
Often heard in fast-paced jobs, this two-word phrase means to quickly get someone up to speed on a project or situation.
What is Python?
This programming language, known for its simplicity and readability, shares its name with a type of snake.
What is GET?
This is the protocol often used by REST APIs to get data from a server
What is a webinar?
This term is used for a digital presentation delivered over an online meeting platform, often associated with slides and a speaker's narration.
What is Daylight Saving Time?
When clocks go forward one hour in the spring and back one hour in the fall
What is an "open-ended meeting"?
This jargon is used to describe a meeting that's scheduled to take place without a fixed end time, suggesting it could be very lengthy.
What is "Don't Repeat Yourself"?
This programming principle, abbreviated as DRY, advises against repetitive code.
What is WebSockets?
Often considered the opposite of a REST API, this API enables real-time, bi-directional communication between client and server, and is commonly abbreviated as WS.
What is the 'MI6 Rule' or 'clean background rule'?
Named after the building where James Bond's boss works, this online meeting etiquette refers to ensuring you have a tidy room or a neutral background for video calls to maintain professionalism.
What is time-shifting or flex hours?
This term refers to the practice of scheduling meetings outside of the traditional 9-to-5 work hours, often necessary when coordinating across multiple time zones for international business.
What is a "full-court press"?
This term, borrowed from sports, is often used in business to describe a comprehensive strategy aimed at achieving significant gains or progress in a short period.
What is inheritance?
In object-oriented programming, this term describes a design where a parent class contains methods or properties that are inherited by one or more child classes.
What is REST?
This architectural style constrains APIs for web services and stands for Representational State Transfer.
What is a 'waiting room' or 'meeting lock'?
This lesser-known feature in some video conferencing tools helps to maintain security by preventing uninvited guests from joining a session.
What is the capital of Singapore?
Singapore (Singapore City)
What is "crunch time"?
Originating from gaming culture but used in some tech and creative work environments, this phrase describes an intense, focused effort on a project, typically close to a deadline.
What is bubble sort?
This sorting algorithm involves repeatedly stepping through the list, comparing adjacent elements and swapping them if they are in the wrong order.