Re: Possible bridges between OO programming proponents and relational model

From: x <x_at_not-exists.org>
Date: Tue, 6 Jun 2006 14:38:19 +0300
Message-ID: <e63p92$p98$1_at_nntp.aioe.org>


"Keith H Duggar" <duggar_at_alum.mit.edu> wrote in message news:1149479774.284690.288710_at_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 ? Received on Tue Jun 06 2006 - 13:38:19 CEST

Original text of this message