Model answer
A B-tree indexes one-dimensional ordered keys with disjoint key ranges; an R-tree groups multidimensional rectangles whose bounds may overlap; a quadtree recursively partitions a fixed region into spatial quadrants and is often used for points or raster-like space.
Use the key terms, then explain the reasoning.