F5F Stay Refreshed Software Operating Systems How bit-system works?

How bit-system works?

How bit-system works?

W
Wicket1635
Member
157
03-07-2023, 05:26 AM
#1
W
Wicket1635
03-07-2023, 05:26 AM #1

C
chapi89
Member
193
03-13-2023, 03:10 PM
#2
Essentially these values show how many bits of memory the processor can manage. That might sound a bit unclear and oversimplified. ... well, not really. For a 64-bit system it's 2^64, which is an extremely large figure (about 1.8×10^19). With an 8-bit system it would be 2^8, or just 256. Can you picture coding when the largest number you can use is only 255, counting zero first in computing? I doubt it works as you imagine. A 64-bit architecture can support up to around 512GB of RAM in consumer operating systems like Windows 8 at least, since the CPU needs larger numbers to accurately track available memory. A 32-bit system is limited to roughly 4GB of RAM. Still, this also defines how much data the processor can process simultaneously—32-bit blocks versus 64-bit blocks.
C
chapi89
03-13-2023, 03:10 PM #2

Essentially these values show how many bits of memory the processor can manage. That might sound a bit unclear and oversimplified. ... well, not really. For a 64-bit system it's 2^64, which is an extremely large figure (about 1.8×10^19). With an 8-bit system it would be 2^8, or just 256. Can you picture coding when the largest number you can use is only 255, counting zero first in computing? I doubt it works as you imagine. A 64-bit architecture can support up to around 512GB of RAM in consumer operating systems like Windows 8 at least, since the CPU needs larger numbers to accurately track available memory. A 32-bit system is limited to roughly 4GB of RAM. Still, this also defines how much data the processor can process simultaneously—32-bit blocks versus 64-bit blocks.

S
Saudi54
Member
238
03-13-2023, 06:19 PM
#3
It relates to the dimensions of internal buses in the CPU, especially the memory bus and the cache bus IIRC
S
Saudi54
03-13-2023, 06:19 PM #3

It relates to the dimensions of internal buses in the CPU, especially the memory bus and the cache bus IIRC

G
GeorgePlaysFTW
Senior Member
261
03-23-2023, 05:36 AM
#4
ASCII tables operate within an 8-bit framework, but systems depend on binary values for accuracy. Every operation uses binary formats, not raw bits. Calculations always happen in binary form. An 8-bit unit consists of 8 binary digits, allowing 2^8 unique values—128 options. Larger words like 32 or 64 bits support bigger and more intricate processors. To target a specific memory cell, you assign an address, such as with 32 bits limiting access to about 3.8 GB. For greater RAM capacity, higher bit counts are required. 64-bit addresses unlock access to nearly 1.8 trillion values (2^64), providing ample space for complex computations. Larger word sizes also improve calculation flexibility beyond the basic ASCII setup. There are many reasons to use more than 16 bits, extending far beyond simple text storage.
G
GeorgePlaysFTW
03-23-2023, 05:36 AM #4

ASCII tables operate within an 8-bit framework, but systems depend on binary values for accuracy. Every operation uses binary formats, not raw bits. Calculations always happen in binary form. An 8-bit unit consists of 8 binary digits, allowing 2^8 unique values—128 options. Larger words like 32 or 64 bits support bigger and more intricate processors. To target a specific memory cell, you assign an address, such as with 32 bits limiting access to about 3.8 GB. For greater RAM capacity, higher bit counts are required. 64-bit addresses unlock access to nearly 1.8 trillion values (2^64), providing ample space for complex computations. Larger word sizes also improve calculation flexibility beyond the basic ASCII setup. There are many reasons to use more than 16 bits, extending far beyond simple text storage.

B
Bibble_Ele
Senior Member
447
03-30-2023, 09:06 AM
#5
You thought memory was just for storing text, but it actually holds much more than words—program details, commands, addresses, and more are packed into it, which is tough to manage in just 16 bits, making it quite limited.
B
Bibble_Ele
03-30-2023, 09:06 AM #5

You thought memory was just for storing text, but it actually holds much more than words—program details, commands, addresses, and more are packed into it, which is tough to manage in just 16 bits, making it quite limited.

Y
yiyogamer
Member
52
04-20-2023, 08:19 AM
#6
Thanks! It really made a difference.
Y
yiyogamer
04-20-2023, 08:19 AM #6

Thanks! It really made a difference.

K
kaaskotskikker
Posting Freak
795
04-20-2023, 09:26 PM
#7
2 raised to the power of 32 equals 4 gigabytes, and 2 raised to the power of 64 is significantly larger than that.
K
kaaskotskikker
04-20-2023, 09:26 PM #7

2 raised to the power of 32 equals 4 gigabytes, and 2 raised to the power of 64 is significantly larger than that.

T
teddybear116
Member
232
04-20-2023, 09:35 PM
#8
Sure, I tried to simplify the message while keeping the meaning intact. Let me know if you'd like it adjusted further!
T
teddybear116
04-20-2023, 09:35 PM #8

Sure, I tried to simplify the message while keeping the meaning intact. Let me know if you'd like it adjusted further!

T
ThePerkinrex
Junior Member
6
04-21-2023, 02:47 AM
#9
This video clearly shows the power gap between an 8-bit NES and a 16-bit SNES. Focus on the higher resolution, richer colors, improved sound quality, and overall depth of detail on the SNES. Of course, the SNES’s strength came from its ability to handle 16-bit operations and store more memory than the earlier model.
T
ThePerkinrex
04-21-2023, 02:47 AM #9

This video clearly shows the power gap between an 8-bit NES and a 16-bit SNES. Focus on the higher resolution, richer colors, improved sound quality, and overall depth of detail on the SNES. Of course, the SNES’s strength came from its ability to handle 16-bit operations and store more memory than the earlier model.