Which of the following statements is *false* regarding dictionary compression? 1) Both "blocking" and "front-coding" techniques require Dictionary-as-a-string. 2) Front-Coding consists of storing differences for non-consecutive terms with same prefix. 3) Dictionary-as-a-string requires term pointers. 4) By applying Blocking with k=4 when using Dictionary-as-a-string, we can save 75