General discussions : General : Is there a link between the 65,536 colours in colour screens & Microsoft Excel?
>
New Topic
>
Reply<
Esato Forum Index
>
General discussions >
General
> Is there a link between the 65,536 colours in colour screens & Microsoft Excel?
Bookmark topic
just like binary

01110010100100010100110101010 ????????!!!!!!?????
--
Posted: 2004-06-16 00:49:15
Edit :
Quote
Quote:
On 2004-06-16 00:47:37, Superluminova wrote:
most likely because some computer geek decided that it would be simple to follow.
Yeah, easy to remember how to do it

Thats very clever
_________________
Dont hate the player-Hate the game!
Official International T610/T616/T630/Z600 Thread
My Themes[ This Message was edited by: Lynx69 on 2004-06-15 23:57 ]
--
Posted: 2004-06-16 00:49:47
Edit :
Quote
No, it's not stupid, it's as a matter of fact the only way of adressing (either colors or adresses in an excel sheet) a computer would understand. Gee..
--
Posted: 2004-06-16 00:53:37
Edit :
Quote
yeah memorys of my ict lessons late last year are coming through, 8bit and 16bit binary coding etc. memory always doubles, 256, 512, 1024 etc. A Mb is 1024k in size not 1000k due to this reason.
--
Posted: 2004-06-16 00:53:44
Edit :
Quote

so I was right then
--
Posted: 2004-06-16 00:56:03
Edit :
Quote
The
Sentertainment bot Didnt tell me the right answer
Quote:ME:Is there a link between the 65,536 colours in colour screens & Microsoft Excel?
Bot:I believe there is one, yes.
ME:Why is there a link between the 65,536 colours in colour screens & Microsoft Excel?
BOT:Why do I exist?
_________________
Dont hate the player-Hate the game!
Official International T610/T616/T630/Z600 Thread
My Themes[ This Message was edited by: Lynx69 on 2004-06-15 23:56 ]
--
Posted: 2004-06-16 00:56:18
Edit :
Quote
lol the bot is great.
Orangeman you were right, sounds like you were taking random guesses though c++ etc.
--
Posted: 2004-06-16 01:03:34
Edit :
Quote
lol yeah. How do i speak to that bot?
--
Posted: 2004-06-16 01:27:04
Edit :
Quote
Click
here then you just start a new topic and keep replying. Its fun
But keep your comments in this thread:
Can you guys help me out?
_________________
Dont hate the player-Hate the game!
Official International T610/T616/T630/Z600 Thread
My Themes
[ This Message was edited by: Lynx69 on 2004-06-16 00:34 ]
[ This Message was edited by: Lynx69 on 2004-06-16 00:36 ]
--
Posted: 2004-06-16 01:34:12
Edit :
Quote
I'm sorry, but being a programmer i couldn't help myself and had a good laugh reading this thread.
Keeping it veeeeeeeeeeery simlple:
Since all digital electronics use electric power it's much simpler to transfer data like a ON/OFF switch. ON being 0 and OFF being 1.
So all the data you can transfer are 0's and 1's. By grouping them you have binary values/data:
000 (binary) = 0 (base 10)
001 (binary) = 1 (base 10)
010 (binary) = 2 (base 10)
011 (binary) = 3 (base 10)
100 (binary) = 4 (base 10)
101 (binary) = 5 (base 10)
110 (binary) = 6 (base 10)
111 (binary) = 7 (base 10)
to make conversions from binary is simple:
ex: 1011 = 1 x 2e3 + 0 x 2e2 + 1 x 2e1 + 1 x 2e0
11 = 8 + 0 + 2 + 1
--
Posted: 2004-06-16 11:19:49
Edit :
Quote
New Topic
Reply