Definition: A bit is a single base 2 digit (0 or 1).
Yoruba | 2 |
Babylonian | 3 |
Arabic | 4 |
Yuki | 5 |
Dozenal | 8 |
Luo | 10 |
Islamic Prayers | 12 |
Electronic Computers | 60 |
DNA | 64 |
Arabic |
Ans: Yoruba: 5, Babylonian 60, Arabic 10, Yuki 5, Dozenal 12, Luo 8, Islamic Prayers 3, Electronic Computers 2, DNA 4.
3 × 12^2 + 11 × 12^1 + 10 × 12^0 = 432 + 132 + 10 = 574
1 × 2^5 + 1 × 2^4 + 0 × 2^3 + 1 × 2^2 + 1 × 2^1 + 0 × 2^0 = 32 + 16 + 4 + 2 = 54
Ans:
61 - 32 = 29; 29 - 16 = 13; 13 - 8 = 5; 5 - 4 = 1; 1 - 1 = 0.
61 = 32 + 16 + 8 + 4 + 1 = 1111012
107 - 64 = 43; 43 - 32 = 11; 11 - 8 = 3; 3 - 2 = 1; 1 - 1 = 0.
107 = 64 + 32 + 8 + 2 + 1 = 11010112
01001110 11010111 00111010 11101000 10101110 00110001
Ans: 48 61 6C 6C 6F 77 65 65 6E
01001000 01100001 01101100 01101100 01101111 01110111 01100101 01100101
01100001
01000111 01101000 01101111 01110011 01110100 01100010 01110101 01110011 01110100 01100101 01110010 01110011Ans: Ghostbusters
Object An item in the Alice World, whose position can be changed, that can perform actions, and that can respond to events.
Method An action that a method can perform. A method is also called a procedure.
Property Aspects or pieces of information about an object than can be changed.
Event Something that happens to an object that can cause methods (called event handlers) to be executed.