Ленты и блоги:
📄 Статьи
ABCDEFGHIJKLMNOPQRSTUVWXY

IT Terminology Dictionary: Letter A

AbbreviationDecodingDescriptionGroupNoteRelated terms
A/DAnalog-to-Digital ConverterConverts the real world into numbers. Without it, we'd still be listening to music on vinyl.GeneralYour microphone turns voice into numbers, not magic. If it breaks, you'll be croaking, not singing.
ABACAttribute-Based Access ControlAccess is granted not by position, but by who you are and where you are.SecuritySo that Vasya from accounting doesn't see your salary at 3 AM. Although if he's there, he's got problems.
ABIApplication Binary InterfaceAn agreement between programs at the machine level.ArchitectureFor the average programmer — magic; for a system engineer — a constitution; for a layperson — just IT jargon.
ACIDAtomicity, Consistency, Isolation, DurabilityProperties to ensure your money doesn't disappear during a transfer.DataIf the database isn't ACID-compliant, you'll find out at the worst possible moment — when your money vanishes.
ACLAccess Control ListA list of rules dictating who can read and who doesn't even have the right to look.SecurityA guard with a piece of paper deciding whether to let you into the cookie room.
AESAdvanced Encryption StandardAn algorithm used to encrypt everything from passwords to state secrets.SecurityIf your data isn't AES-encrypted, a hacker will read it faster than you can drink your coffee. If it is — congratulations! — they'll crack it only after you finish it.
AOPAspect-Oriented ProgrammingA way to avoid duplicating the same code across all methods.ArchitectureYou write one aspect — and it works everywhere. Like copy-paste, but without the consequences.
AOTAhead-Of-Time CompilationCompilation before the program starts.DevelopmentLike pre-cooking a meal and reheating it in the microwave. Fast, but boring.
APIApplication Programming InterfaceA door through which one program requests something from another.ArchitectureIt's like a waiter in a restaurant. You tell him what you want (request), he passes it to the kitchen (system) and brings you the finished dish (response). You don't go into the kitchen yourself, and the chef doesn't come out to you. Everyone communicates through the waiter. But unlike real life, tips are not required, though developers will be happy if you leave a good review.
ArcGISGeographic Information SystemProfessional software for working with maps.DataIf you need to draw a map, it's either ArcGIS or QGIS. The second one is free, like everything good in life.QGIS
ASICApplication-Specific Integrated CircuitA chip designed for a single task — for example, mining bitcoins.GeneralFast, cheap, but incapable of anything else. Like a person who can only run, but does it well.
ASTAbstract Syntax TreeA tree into which the compiler transforms your code.DevelopmentIf you work with code professionally, you'll encounter it. If not — don't worry.
ABCDEFGHIJKLMNOPQRSTUVWXY
📄 Статьи