There's no such thing as NAND RAM.
NAND is one way to design a flash bit cell (the others being NOR or split gate). NAND flash memories typically have high speed serial interfaces (sometimes parallel) and support a command-driven, block-oriented architecture.
NAND flash is quite specifically designed to be used with a file system (for wear-levelling to ensure even write/erase cycling of the flash), so it's probably used in a lot of memory cards out there (most commonly SmartMedia), although there's no real way to know who uses what.
NOR flash has your usual address/data bus interface and is best suited for program storage (e.g. PC BIOS), although there's no reason it couldn't be used in a memory card with the right controller interface.