Computer Maths
From Compsci1
(Difference between revisions)
(→Maths) |
|||
Line 3: | Line 3: | ||
"There are 10 kinds of people in the world, | "There are 10 kinds of people in the world, | ||
those who understand binary numbers, and those who don't." | those who understand binary numbers, and those who don't." | ||
+ | |||
+ | Handouts | ||
+ | *[[Intro to other bases]] | ||
+ | *[[Why Binary]] | ||
+ | *[[Base 10 to Bin,octand hex]] | ||
+ | *[[Binary to Octal]] | ||
+ | *[[Decimal to Hexadecimal]] | ||
+ | *[[Hex to Dec]] | ||
+ | *[[Octal to Binary]] | ||
+ | *[[Binary to Hexa]] | ||
+ | *[[Hex to Binary]] | ||
+ | *[[Binary addition and subtraction]] | ||
+ | *[[Fractions to Binary]] | ||
+ | *[[To convert Fractional parts]] | ||
+ | *[[Number base revision Test]] | ||
+ | *[[Complement]] | ||
+ | *[[Expotential form]] | ||
+ | *[[Logic and Truth statements]] | ||
+ | *[[Boolean logic]] | ||
+ | *[[Logic gates]] | ||
+ | *[[Sample CS exam]] | ||
[[Binary]] | [[Binary]] |
Revision as of 18:11, 11 October 2006
Maths
"There are 10 kinds of people in the world, those who understand binary numbers, and those who don't."
Handouts
- Intro to other bases
- Why Binary
- Base 10 to Bin,octand hex
- Binary to Octal
- Decimal to Hexadecimal
- Hex to Dec
- Octal to Binary
- Binary to Hexa
- Hex to Binary
- Binary addition and subtraction
- Fractions to Binary
- To convert Fractional parts
- Number base revision Test
- Complement
- Expotential form
- Logic and Truth statements
- Boolean logic
- Logic gates
- Sample CS exam