bit map
A bitmap is a type of digital image that is made up of pixels arranged in a grid. Each pixel is assigned a specific color value, which is stored as binary data in the computer's memory. Bitmaps are commonly used in computer graphics and image editing software. They are also used in computer memory management, where they are used to represent the allocation of memory blocks.
binary
Binary is a numerical system that uses only two digits, typically 0 and 1, to represent numbers, characters, and other data. It is the foundation of all digital electronics and computing systems, as it allows for the storage and manipulation of information using electronic circuits that can be in one of two states, on or off. In binary, each digit represents a power of 2, with the rightmost digit representing 2^0 (1), the next digit representing 2^1 (2), and so on. Binary is often used in computer programming, networking, and other fields related to information technology.
denary
Denary, also known as decimal, is a base-10 numbering system used in mathematics and computer science. It uses ten digits (0-9) to represent numbers and each digit's place value is ten times greater than the digit to its right. For example, in the number 123, the digit 1 represents 100, the digit 2 represents 20, and the digit 3 represents 3.
hexadesimle