Acronyms
Sales, Marketing, and Technology Acronyms and Abbreviations. Jump to acronyms beginning with the number or letter:
-
HEVC
Also known as H.265, is a video compression standard designed to provide improved video quality and compression efficiency compared to its predecessor, H.264/AVC (Advanced Video Coding). Developed by the Joint…
-
Hex
A base-16 numbering system that uses 16 distinct symbols to represent values. The hexadecimal system is often used to represent large binary numbers more concisely since each hexadecimal digit represents…
-
HIPAA
A US federal law that standardizes the protection of personal health information (PHI). HIPAA applies to covered entities, which include healthcare providers, health plans, and healthcare clearinghouses, as well as…
-
HITL
A concept often employed in fields like machine learning, artificial intelligence (AI), and robotics. This approach integrates human judgment and decision-making into the operation of AI or automated systems. Here’s…
-
HLS
A widely used adaptive streaming protocol developed by Apple Inc. It is designed for reliable streaming of media content, such as video and audio, over the internet. HLS works by…
-
HMAC
A cryptographic technique used to verify both the integrity and authenticity of a message. It combines a cryptographic hash function with a secret key to produce a fixed-size authentication code.…
-
HMAC-SHA1
A specific implementation of the Hash-based Message Authentication Code (HMAC) algorithm that uses the SHA-1 (Secure Hash Algorithm 1) cryptographic hash function. It is designed to verify both the data…
-
HML
A lightweight templating syntax used in email and content personalization, enabling marketers to insert customer data and logic into content blocks dynamically. Initially developed by Salesforce to replace the more…
-
HOLAP
A type of Online Analytical Processing (OLAP) system that combines the best features of Multidimensional OLAP (MOLAP) and Relational OLAP (ROLAP) to provide a balanced approach for handling complex analytical…
-
HOTP
An algorithm for generating one-time passwords (OTPs) for authentication purposes. HOTP is the foundation upon which the TOTP (Time-based One-Time Password) algorithm is built. Key points about HOTP: Algorithm: HOTP…