Author |
Is there a link between the 65,536 colours in colour screens & Microsoft Excel? |
Merovingian Joined: Aug 29, 2003 Posts: > 500 From: Norway PM |
oki.. but how can 2+3 be 8???
|
|
Krubach Joined: Dec 05, 2002 Posts: > 500 From: Sunny Portugal! :) PM |
2e2 = 2 x 2 = 4
2e3 = 2 x 2 x 2 = 8
2e4 = 2 x 2 x 2 x 2 = 16
[addsig] |
Merovingian Joined: Aug 29, 2003 Posts: > 500 From: Norway PM |
okiiiiiii......... thnx krubach! now I understand a lot more than I did
|
Krubach Joined: Dec 05, 2002 Posts: > 500 From: Sunny Portugal! :) PM |
No need to thank. That's what Esato's forum is all about...
[addsig] |
Geezay Joined: Jul 29, 2003 Posts: 322 From: Harare, Zimbabwe PM |
OK, so back to the forum topic, we are saying there is no link then? Or is there one?
If it is to be it is up to me! |
Krubach Joined: Dec 05, 2002 Posts: > 500 From: Sunny Portugal! :) PM |
There's no relevant link between the two cases.
The only thing that can be considered link is that Excel uses 16 bits to identify each row (allowing 65536 unique id's) and the screen uses 16 bits to identify each color (in fact 4 bits for red intensity, 4 bits for green, 4 bits for blue. Plus 4 bits for intensity/contrast. Hence RGB: red, green, blue)
[addsig] |
smellywelly Joined: Mar 24, 2004 Posts: 30 From: birmingham PM |
So all we've learnt from this are that there are 10 types of people in the world, those who understand binary and those who don't. |
Krubach Joined: Dec 05, 2002 Posts: > 500 From: Sunny Portugal! :) PM |
That's right!!!
[addsig] |
rrojas260 Joined: Dec 13, 2003 Posts: > 500 From: Valencia, Venezuela PM, WWW
|
Fast question: is 1001001 = 146?
_________________
= / Nokia =
Foro Venezolano
Post your photos taken with a T610/T630/Z600
[ This Message was edited by: rrojas260 on 2004-06-17 22:06 ] |
HybridSnyper Joined: Aug 15, 2003 Posts: 3 From: Essex, UK PM, WWW
|
No, binary 1001001 is an odd number (decimal 73) - you can tell because it ends in a 1.
146 is 10010010 (128 + 16 + 2) |
rrojas260 Joined: Dec 13, 2003 Posts: > 500 From: Valencia, Venezuela PM, WWW
|
oh I see, so for example is 110011000101 = 3238?
Sorry for bugging, im just 14 yrs old
_________________
= / Nokia =
Foro Venezolano
Post your photos taken with a T610/T630/Z600
[ This Message was edited by: rrojas260 on 2004-06-17 22:59 ] |
lowrida5656 Joined: Aug 17, 2003 Posts: 291 From: Melbourne, Australia PM |
Quote:
|
On 2004-06-17 18:31:01, smellywelly wrote:
So all we've learnt from this are that there are 10 types of people in the world, those who understand binary and those who don't.
|
|
i seen this sumwere b4... obviously i dont understand binary.. wtf dus this mean???
Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht the frist and lsat ltteer be at the rghit pclae. |
Krubach Joined: Dec 05, 2002 Posts: > 500 From: Sunny Portugal! :) PM |
@lowrida
"only 10 types of people". The 10 means two and not ten since it's binary representation.
So we can conclude that you are the type of people who don't understand binary.
@rojas
You still have a "No Go" for binary...
110011000101 =/= 3238
110011000101 === 3269
Ok. Binary class again:
1x2e11 + 1x2e10 + 0x2e7 + 0x2e7 + 1x2e7 + 1x2e6 + 0x2e7 + 0x2e7 + 0x2e7 + 1x2e2 + 0x2e7 + 1x2e0
= 2048 + 1024 + 0 + 0 + 128 + 64 + 0 + 0 + 0 + 4 + 0 + 1
= 3269
_________________
Check these coordinates 39°04'51''N/-9°15'14''W here.
[ This Message was edited by: Krubach on 2004-06-18 10:19 ] |
|