Extra Resources
1001 0001 0001 (911) Binary Help
Need help?
This page offers simple definitions and extra resources!
General Vocabulary, Topics, and Resources
Default
Topic | Definition | Extra Resources |
---|---|---|
Binary | Binary describes a numbering scheme in which there are only two possible values for each digit -- 0 or 1 -- and is the basis for all binary code used in computing systems. | - GCFGlobal Binary Basics |
Truth Tables and Booleans | Truth Tables represent the possible inputs and outputs of the logical operations of AND, OR, NOT, and XOR. Binary and Boolean expressions are closely related because Boolean expressions are typically used to evaluate binary values, which can either be true or false (1 or 0). | - Electronics Tutorials Truth Tables |
Binary Conversions | In the conversion of Decimal to Binary, we convert base 10 numbers to base 2 numbers | - Ryan's Tutorial Binary Conversions - CueMath Binary Conversions Tutorial - Rapid Tables Binary to Decimal Converter |
Binary Search | Binary serach is an efficient algorithm for finding an item from a sorted list of items. It works by repeatedly dividing in half the portion of the list that could contain the item, until you've narrowed down the possible locations to just one. | - GeeksforGeeks Binary Search Tutorial - Khan Academy Binary Search Lesson - CS Dojo Binary Search Tutorial - Tushar Roy Binary Search Tutorial |
Time Management | Want to be a coder? You need time management! | TED Talk: Time Management |