--- title: "Off The Wall: How Many Combinations?" type: "article" slug: "off-the-wall-how-many-combinations" url: "http://localhost/article/off-the-wall-how-many-combinations/" markdown_url: "http://localhost/article/off-the-wall-how-many-combinations.md" published_at: "2020-10-27T17:09:36+00:00" modified_at: "2022-12-11T02:44:53+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "How big is 64 K, really? Have you ever wondered exactly how many possible combinations there are in 65536 memory locations, each capable of assuming values from 0 to 255? Well, 64K bytes is 524288 bits, so the number of possibilities is 2**524288, or about 2.6E157826 (26 followed by 524,287 zeros). Printing this number in…" category: - name: "SyncWare News" slug: "syncware-news" taxonomy: "category" url: "http://localhost/category/periodicals/syncware-news/" indiv: - name: "Fred Nachbaur" slug: "fred-nachbaur" taxonomy: "indiv" url: "http://localhost/indiv/fred-nachbaur/" publication: "SyncWare News" publication_r: id: 10245 title: "SyncWare News" type: "periodical" url: "http://localhost/periodical/syncware-news/" authors: "Fred Nachbaur" volume: "2" issue: "5" issues_articles: - id: 26684 title: "SyncWare News v2 n5" type: "issue" url: "http://localhost/issue/syncware-news-v2-n5/" pages: "18" pubdate: "May-Jun 1985" archive_link: false volumeissue: "v2n5" --- # Off The Wall: How Many Combinations? How big is 64 K, really? Have you ever wondered exactly how many possible combinations there are in 65536 memory locations, each capable of assuming values from 0 to 255? Well, 64K bytes is 524288 bits, so the number of possibilities is 2**524288, or about 2.6E157826 (26 followed by 524,287 zeros). Printing this number in decimal would take 225 screens on your computer display.