False. Prolog needs cuts to perform if-then-else and negation. Also, Prolog programs that go into deep recursions will need to use cuts to reduce memory utilization. In practical Prolog programs, you typically find a lot of cuts..