Decimal System
/ˈdɛs.ɪ.məl ˈsɪs.təm/
noun — “the number system that humans insist on using because ten fingers are convenient.”
Octal Numerals
/ˈɒk.təl ˈnjuː.mə.rəlz/
noun — “the number system that counts in eights, like the quirky cousin of binary and hexadecimal.”
Hexadecimal Numerals
/ˌhɛk.səˈdɛ.sɪ.məl ˈnjuː.mə.rəlz/
noun — “the base-16 number system that makes long binary strings look like a stylish shortcut.”
Binary Numerals
/ˈbaɪ.nɛr ˈnjuː.mə.rəlz/
noun — “the number system that thinks in ones and zeros so your computer doesn’t have to.”
Binary Numerals are a numeric system that uses only two digits—0 and 1—to represent all numbers. This base-2 system is the foundation of modern digital computing because electronic circuits naturally have two states: off and on. Every file, program, or computation inside a computer ultimately reduces to a long sequence of binary digits, making this system invisible yet absolutely essential in the modern world.
Arabic Numerals
/ˈær.ə.bɪk ˈnjuː.mə.rəlz/
noun — “the number system that quietly took over the world because it’s just that good.”
Roman Numerals
/ˈroʊ.mən ˈnjuː.mə.rəlz/
noun — “the number system that makes clocks look fancy and history lessons slightly painful.”
Cistercian Numerals
/ˌsɪs.tərˈsi.ən ˈnjuː.mə.rəlz/
noun — “the medieval number system that fits an entire number into a single, mysterious glyph.”
Terminal
/ˈtɜːr.mɪ.nəl/
noun — “the keyboard-driven doorway where humans politely ask computers to do serious work.”
Terminal is a text-based interface that allows a user to interact directly with an operating system by typing commands and receiving textual output. Instead of clicking buttons or dragging windows, the Terminal operates through precise instructions sent to the system, making it one of the most powerful and honest ways to communicate with a computer. No animations, no mystery… just intent and consequence.
Kernel
/ˈkɜːr.nəl/
noun — “the secret sauce that makes your operating system actually work.”
Kernel is the core component of an operating system that manages system resources, coordinates hardware and software interactions, and provides essential services for all other software. Acting as a bridge between applications and physical hardware, the Kernel handles process scheduling, memory management, device drivers, and system calls, ensuring that each task gets what it needs safely and efficiently.
File Descriptor
/ˈfaɪl dɪˈskrɪp.tər/
noun — “the ID badge every open file wears in your OS.”