Mike Walsh said:
No.
Double sided means only that there are chips on two side because
they won't all fit on one side.
Each bank of memory can be individually addressed; e.g. two banks
can use address interleaving to increase performance.
A bank consists of enough chips to make a 64 bit wide array.
(The DIMM interface has a 64 bit wide data bus.)
Eight chips having 8 data bits each makes a 64 bit wide array.
Four chips having 16 data bits each makes a 64 bit wide array.
It is pretty hard to just eyeball a module, and tell exactly
what is going on, without going into more detail.
You could stick eight chips of 16 bit width, on one side of a
module, in which case you could have two banks on the same side
of the module. Normally, a module would not be designed that
way. It is better to put a bank on each side of the module, as
the data bus stubs could be kept a bit shorter by doing so.
AFAIK, a DIMM slot has enough control signals to control two
banks. You could stick 16 chips of width 16 bits, on a module,
and that would be enough to build four banks of memory, but
then there aren't enough control signals to select a particular
bank.
This could well be a picture of four 16 bit wide memory chips,
making one bank on that side of the module.
http://www.guenstiger.de/gt-preisvergleich/EDV_PC_NoName_DDR_RAM_256MB_PC_333.htm
This example could be eight 8 bit wide memory chips, sitting on
one side of the module and making one bank.
http://www.christophlorenz.de/img/comp/ram_512mb_ddr266.jpg
Most of the time you'll find one bank per side of a module, but
if a person put their mind to it, they could also arrange two
banks to sit on one side of the module. The manufacturing advantage
of sticking two banks on one side, is only one pass through the
soldering equipment, which considering the razor thin margins
in selling memory, might be worthwhile from the manufacturer's
perspective. I don't know exactly how bad that would be
for signal quality though. I've done analog simulations of
such things in the past, and been surprised at the answers.
It is hard to guess at and be sure.
Paul