Paging allocates memory in fixed-size blocks, causing internal fragmentation when process size is not a multiple of page size. Segmentation uses variable-sized blocks matching logical units, leading to external fragmentation as free memory becomes scattered. Both statements accurately describe the key trade-offs between these memory management techniques.