Produces many high-quality random bits from RNG - ✔️✔️Pseudorandom Number
Generators (PRNGs)
Uses padding to satisfy length requirements• If it cannot be measured in exact3-byte
bundles, one or two padding characters are added. - ✔️✔️Base64
This base system is represented through decimal (standard number form we use) -
✔️✔️Base10
Base system known as hexadecimal - ✔️✔️Base16
Base system known as octal - ✔️✔️Base8
This base system is represented through binary code - ✔️✔️Base2
Which base system goes from 1-9 and A-F - ✔️✔️Base16
These base systems are primarily utilized to ensure that data is retained during
manipulation or transportation where certain characters might not be allowed
E.g., case-sensitive file systems, case-insensitive file systems, DNS, URL shorteners
etc - ✔️✔️Base32
Which Boolean equations decides if both values are true? - ✔️✔️AND ∧
(AND)
What is 0^0? - ✔️✔️0
(AND)
What is 1^0? - ✔️✔️0
(AND)
What is 0^1? - ✔️✔️0
(AND)
What is 1^1? - ✔️✔️1