Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!feeder2!news2.euro.net!195.140.150.52.MISMATCH!ndsoftware.com!news.newsland.it!eleonora.aioe.org!emma.aioe.org!aioe.org!not-for-mail
From: "x" <x@not-exists.org>
Newsgroups: comp.databases.theory
Subject: Re: Possible bridges between OO programming proponents and relational model
Date: Tue, 6 Jun 2006 14:38:19 +0300
Organization: Aioe.org NNTP Server
Lines: 29
Message-ID: <e63p92$p98$1@nntp.aioe.org>
References: <1149017477.139337.243090@38g2000cwa.googlegroups.com>   <sqvuk3-g0d.ln1@pluto.downsfam.net>   <1149152135.796530.132980@u72g2000cwu.googlegroups.com>   <dgr2l3-unh.ln1@pluto.downsfam.net>   <1149159917.412204.301980@j55g2000cwa.googlegroups.com>   <1149277769.209188.18870@j55g2000cwa.googlegroups.com>   <Ho4gg.16722$A26.384517@ursa-nb00s0.nbnet.nb.ca>   <1149335197.420293.326450@y43g2000cwc.googlegroups.com>   <1149345468.467215.176680@f6g2000cwb.googlegroups.com>   <1149346431.866782.79750@i39g2000cwa.googlegroups.com>   <1149349787.271365.166470@j55g2000cwa.googlegroups.com>   <1149356788.587019.63550@f6g2000cwb.googlegroups.com>   <3Hogg.17122$A26.396385@ursa-nb00s0.nbnet.nb.ca>   <1149407738.049207.296530@h76g2000cwa.googlegroups.com> <1149479774.284690.288710@f6g2000cwb.googlegroups.com>
NNTP-Posting-Host: s9btCjTiVvvsgWfav5q8uQ.user.aioe.org
X-Complaints-To: abuse@aioe.org
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-Priority: 3
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MSMail-Priority: Normal
Xref: dp-news.maxwell.syr.edu comp.databases.theory:41077



"Keith H Duggar" <duggar@alum.mit.edu> wrote in message
news:1149479774.284690.288710@f6g2000cwb.googlegroups.com...
> Cimode wrote :
> > Bob Badour :
> > > What are the two dimensions? Can you name them?
> >
> > For bidimensional RAM's, the 2 dimensions are RowAddress
> > and ColumnAddress For tridimensional RAM's (64bit
> > architectures) the 3 dimensions are Block Adress,
> > RowAddress, ColumnAddress Does that make sense? It was
> > written above.

> Suppose we have a 16-bit architecture with 2^16 memory
> cells. How many dimensions is the memory?

from: http://www.alfonsomartone.itb.it/fztsmo.html
10 POKE USR "a"+1,BIN 0001000
20 POKE USR "a"+2,BIN 0011100
30 POKE USR "a"+3,BIN 0111110
40 POKE USR "a"+4,BIN 1111111
50 POKE USR "a"+5,BIN 0111110
60 POKE USR "a"+6,BIN 0011100
70 POKE USR "a"+7,BIN 0001000

How many dimensions is the memory ?


