Created: 2023-01-12 19:49
Status: #concept
Subject: Programming
Tags: C Bit Crumb Nibble Buffer (JavaScript) Two's Complement
Byte
A unit of measurement equivalent to 8 Bits.
- A single byte can represent an ASCII Character, therefore, it is the smallest addressable unit of memory in many Computer Architectures.
- Each byte has a unique Memory Address.
Every file is just an C Array of bytes, see Buffer (JavaScript).